enrichDOResult-class(DOSE)
enrichDOResult-class()所属R语言包:DOSE
Class "enrichDOResult"
类“enrichDOResult”
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This class represents the result of DO enrichment analysis.
这个类表示的DO富集分析结果。
类的对象----------Objects from the Class----------
Objects can be created by calls of the form new("enrichDOResult", ...).
创建对象可以通过检测的形式new("enrichDOResult", ...)。
插槽----------Slots----------
enrichDOResult: containing a dataframe of DO enrichment analysis result.
enrichDOResult:含有DO富集分析结果dataframe。
pvalueCutoff: Cutoff value of pvalue.
pvalueCutoff:截止pvalue价值。
Organism: Organism.
Organism:有机体。
Gene: input gene vector.
Gene:输入基因向量。
方法----------Methods----------
show signature(object="enrichDOResult")
显示signature(object="enrichDOResult")
summary signature(object="enrichDOResult")
摘要signature(object="enrichDOResult")
作者(S)----------Author(s)----------
Guangchuang Yu <guangchuangyu@gmail.com>
参见----------See Also----------
enrichDO
enrichDO
举例----------Examples----------
set.seed(123)
data(EG2DO)
gene = sample(names(EG2DO), 30)
yy = enrichDO(gene, pvalueCutoff=0.05)
## yy is an enrichDOResult instance, which stored the enrichment analysis result.[#yy是一个enrichDOResult实例,它存储的富集分析结果。]
yy
summary(yy)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|