exonIDs(DEXSeq)
exonIDs()所属R语言包:DEXSeq
Accessor for the exonIDs in an ExonCountSet object.
存取在ExonCountSet对象的exonIDs。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function is an accessor for the exon identifiers for each of the rows in the count table. Note that each exon ID identifies, strictly speaking, not an exon but a counting bin, which may well be just part of an exon. Make sure that the exon IDs are ordered alphanumerically in the gene.
此功能是一个外显子标识符为伯爵表的每一行的存取。请注意,每个外显子的ID标识,严格来说,不是一个外显子,但计数斌,这很可能只是一个外显子的一部分。确保在基因字母排列,外显子的ID。
用法----------Usage----------
exonIDs(ecs)
exonIDs(ecs) <- value
参数----------Arguments----------
参数:ecs
An ExonCountSet object.
一个ExonCountSet的对象。
参数:value
A vector of exon counting bin identifiers, one for each of the rows of the count data.
外显子计数斌标识符的一个向量,每一个行计数数据。
举例----------Examples----------
library(DEXSeq)
data("pasillaExons", package="pasilla")
exonIDs(pasillaExons)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|