expressionByFeature(Starr)
expressionByFeature()所属R语言包:Starr
Getting expression value by feature from an ExpressionSet
按功能从ExpressionSet表达式的值
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function gets the expression of a specified feature (e.g. orf, gene) from an ExpressionSet.
这个函数得到指定的功能从ExpressionSet(如ORF基因)的表达。
用法----------Usage----------
expressionByFeature(eSet, fkt, method="median")
参数----------Arguments----------
参数: eSet
An ExpressionSet, containing the normalized expression values
一个ExpressionSet,包含归表达值
参数:fkt
Function to convert the featureNames (e.g. affy IDs) of eSet to the required features (e.g. ORFs)
功能转换的ESET featureNames(如affy IDS)所需的功能(例如个ORF)
参数:method
If one feature (e.g. ORF) has more than one feature (e.g. affy ID) on the chip, the mean/median over the intensities is taken
如果一个功能(如框)芯片上的多个功能(如affy ID),平均/中位数以上的强度是
作者(S)----------Author(s)----------
Benedikt Zacher <a href="mailto:zacher@lmb.uni-muenchen.de">zacher@lmb.uni-muenchen.de</a>
参见----------See Also----------
mget
mget
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|