subsetByGenes(DEXSeq)
subsetByGenes()所属R语言包:DEXSeq
Making an ExonCountSet object from another one with a subset of its genes.
从另一个ExonCountSet对象与它的基因中的一个子集。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Generates a smaller ExonCountSet object containing a subset of genes from another ExonCountSet.
生成一个较小的ExonCountSet对象包含的从另一个ExonCountSet基因子集。
用法----------Usage----------
subsetByGenes(ecs, genes)
参数----------Arguments----------
参数:ecs
An ExonCountSet.
一个ExonCountSet。
参数:genes
Subset of geneIDs used to generate the subset ExonCountSet.
子集,用来生成子集ExonCountSet geneIDs。
举例----------Examples----------
data("pasillaExons", package="pasilla")
ecs <- subsetByGenes(pasillaExons, sample(unique(geneIDs(pasillaExons)), 10))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|