找回密码
 注册
查看: 793|回复: 0

R语言 spkTools包 spkGNN()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-2-26 14:55:29 | 显示全部楼层 |阅读模式
spkGNN(spkTools)
spkGNN()所属R语言包:spkTools

                                        Genes Needed to Detect N True Positives
                                         需要检测的基因列印真阳性

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Computes the number of genes one would need to consider to obtain a given number of truly positive genes if one considered genes in order of decreasing observed fold change.
计算需要考虑获得真正正的基因数目,如果一位代表认为为了减少观察倍变化的基因的基因数目。


用法----------Usage----------


spkGNN(n, n.expr, n.unexpr, AccuracySlope, AccuracySD, nullfc)



参数----------Arguments----------

参数:n
the desired number of true positives
所需数量的真阳性


参数:n.expr
the actual number of truly expressed genes
真正表达基因的实际人数


参数:n.unexpr
the actual number of truly unexpressed genes
真正未表达的基因的实际数量


参数:AccuracySlope
the signal detect slope from the spkSlope function
信号检测斜坡从spkSlope功能


参数:AccuracySD
the standard deviation of the signal detect slope from the spkAccSD function
信号的标准偏差检测斜坡从spkAccSD功能


参数:nullfc
a vector of null fold changes from the spkBox function   
空倍从spkBox的函数变化的矢量


值----------Value----------

This function returns the expected number of genes one would have to consider to obtain N true positives under the given conditions.
此函数返回预期的基因数目将不得不考虑在给定的条件下获得N真阳性。


作者(S)----------Author(s)----------


Matthew N. McCall



举例----------Examples----------


data(affy)
spkSlopeOut <- spkSlope(affy)
spkBoxOut <- spkBox(affy, spkSlopeOut, fc=2)
AccuracySlope <- round(spkSlopeOut$slope[-1], digits=2)
AccuracySD <- round(spkAccSD(affy, spkSlopeOut), digits=2)
spkGNN(n=25, n.expr=100, n.unexpr=10000, AccuracySlope[2],
AccuracySD[2], spkBoxOut[[2]])

转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2025-1-23 21:09 , Processed in 0.024461 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表