summary-methods(farms)
summary-methods()所属R语言包:farms
Summary of I/NI-calls
综述/ NI-调用
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function determinates the percentage of informative genes of a given instance of of INI_Calls-class
此功能决定因子的百分比给定实例一个INI_Calls-class的信息基因
用法----------Usage----------
参数----------Arguments----------
参数:object
An instance of INI_Calls-class .
INI_Calls-class实例。
参数:...
extra arguments to pass to the respective function
额外的参数传递给各自的功能
值----------Value----------
exprSet-class
exprSet-class
方法----------Methods----------
signature(object = "INI_Calls") An instance of INI_Calls-class.
signature(object = "INI_Calls")INI_Calls-class的实例。
参见----------See Also----------
expFarms, qFarms,lFarms,plot,INIcalls
expFarms,qFarms,lFarms,plot,INIcalls
举例----------Examples----------
data(testAffyBatch)
eset <- expFarms(testAffyBatch, bgcorrect.method = "rma", pmcorrect.method = "pmonly", normalize.method = "constant")
INIs <- INIcalls(eset) # apply I/NI calls[申请的I /倪通话]
summary(INIs)
plot(INIs) # draws a density plot of I/NI-calls[我/倪调用绘制密度图]
I_data <- getI_Eset(INIs) # affybatch containing only informative probe sets[affybatch包含只有翔实的探针组]
NI_data <- getNI_Eset(INIs) # affybatch containing only non-informative probe sets[affybatch含有唯一的非翔实的探针组]
I_probes <- getI_ProbeSets(INIs) # vector containing only informative probe sets names[向量,只有翔实探针设置名称]
NI_probes <- getNI_ProbeSets(INIs) # vector containing only non-informative probe sets names[向量,只有非翔实的探针设置名称]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|