INIcalls-methods(farms)
INIcalls-methods()所属R语言包:farms
Dimension reduction based on informative genes
基于翔实基因的降维对
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function generates an instance of INI_Calls-class of given which has been summarized by expFarms, qFarms or lFarms before, based on the informative genes.
这个函数生成一个实例INI_Calls-class已expFarms总结,qFarms或lFarms之前,基于对信息的基因。
用法----------Usage----------
## S4 method for signature 'ExpressionSet'
INIcalls(object)
参数----------Arguments----------
参数:object
An instance of exprSet-class.
exprSet-class实例。
值----------Value----------
exprSet-class
exprSet-class
方法----------Methods----------
signature(object = "ExpressionSet") An instance of exprSet-class.
signature(object = "ExpressionSet")exprSet-class的实例。
参见----------See Also----------
expFarms, qFarms,lFarms,INIcalls
expFarms,qFarms,lFarms,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:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|