usedChromGenes(annotate)
usedChromGenes()所属R语言包:annotate
A function to select used genes on a chromosome from an ExpressionSet.
一个功能选择使用的基因在染色体从一个ExpressionSet。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given an instance of an ExpressionSet, a chromLocation object and the name of a chromosome this function returns all genes represented in the ExpressionSet on the specified chromosome.
由于ExpressionSet,chromLocation对象,这个函数返回在指定的染色体上的ExpressionSet代表所有的基因在染色体的名称的一个实例。
用法----------Usage----------
usedChromGenes(eSet, chrom, specChrom)
参数----------Arguments----------
参数:eSet
An instance of an ExpressionSet object.
ExpressionSet对象的一个实例。
参数:chrom
The name of the chromosome of interest.
名称利益染色体。
参数:specChrom
An instance of a chromLocation object.
chromLocation对象的一个实例。
值----------Value----------
Returns a vector of gene names that represent the genes from the ExpressionSet that are on the specified chromosome.
返回向量代表ExpressionSet指定染色体上的基因,一个基因名称。
作者(S)----------Author(s)----------
Jeff Gentry
举例----------Examples----------
data(sample.ExpressionSet)
data(hgu95AProbLocs)
usedChromGenes(sample.ExpressionSet, "1", hgu95AProbLocs)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|