modelFrameForGene(DEXSeq)
modelFrameForGene()所属R语言包:DEXSeq
Makes the model frame for a geneID.
使得为geneID的模型框架。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Creates a data frame containing the model frame for a gene with the columns sample, exon, size factors, their respective counts and the design annotation.
创建一个数据框包含列样品的基因,外显子,大小等因素,各自的计数和设计注解的模型框架。
用法----------Usage----------
modelFrameForGene(ecs, geneID, onlyTestable=FALSE)
参数----------Arguments----------
参数:ecs
An ExonCountSet object.
一个ExonCountSet的对象。
参数:geneID
A gene identificator contained in the ExonCountSet object.
基因标志符在ExonCountSet对象中的。
参数:onlyTestable
If TRUE, only the testable exons will be included in the model frame. Check fData$testable for more information.
如果是TRUE,只有在测试的外显子,将包括在模型框架。检查fData$testable更多信息。
值----------Value----------
A data frame containing the model frame for a gene.
一个数据框包含一个基因的模型框架。
举例----------Examples----------
data("pasillaExons", package="pasilla")
modelFrameForGene(pasillaExons, "FBgn0085442")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|