one.probeset.per.gene(SAGx)
one.probeset.per.gene()所属R语言包:SAGx
Select the best probeset per gene
每个基因选择的最佳probeset
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function takes a vector of probeset identifiers, a vector of gene identifiers and a vector of present rates,
这个函数需要一个probeset标识的向量,基因标识的向量和目前的速度向量,
用法----------Usage----------
one.probeset.per.gene(probeset = probeset, present = present, symbol = symbol)
参数----------Arguments----------
参数:probeset
a vector of probeset id's
probeset ID的向量
参数:present
a vector of present rates
目前的利率向量
参数:symbol
a vector of gene symbols
基因符号向量
Details
详情----------Details----------
It is assumed that missing gene symbol is coded as "". Note also that other measurements than present rate may be useful as selection criterion, such
据推测,缺少的基因符号被编码为“。还要注意其他测量,比目前的速度可能是有用的选择标准,如
值----------Value----------
A vector of probeset id's.
一个probeset ID的向量。
注意----------Note----------
Experimental function. Feedback appreciated.
实验功能。反馈赞赏。
作者(S)----------Author(s)----------
Per Broberg
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|