moduleColor.getMEprefix(WGCNA)
moduleColor.getMEprefix()所属R语言包:WGCNA
Get the prefix used to label module eigengenes.
获取用于标记模块特征基因的前缀。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns the currently used prefix used to label module eigengenes. When returning module eigengenes in a dataframe, names of the corresponding columns will start with the given prefix.
返回当前使用的前缀,用来标记模块特征基因。当返回舱特征基因中的一个数据框,相应的列的名称将开始与给定的前缀。
用法----------Usage----------
moduleColor.getMEprefix()
Details
详细信息----------Details----------
Returns the prefix used to label module eigengenes. When returning module eigengenes in a dataframe, names of the corresponding columns will consist of the corresponfing color label preceded by the given prefix. For example, if the prefix is " C" and the module is turquoise, the corresponding module eigengene will be labeled " Cturquoise". Most of old code assumes " C", but "ME" is more instructive and used in some newer analyses.
返回前缀,用来标记模块特征基因。当返回舱特征基因中的一个数据框,对应的列的名称将包括给定的前缀开头的corresponfing颜色标签。例如,如果前缀是“PC”,该模块是绿松石,相应的模块eigengene将被标记为“PCturquoise”。大多数旧的代码假定“PC”,但“我”是在一些较新的分析更具指导性和使用。
值----------Value----------
A character string.
一个字符串。
注意----------Note----------
Currently the standard prefix is "ME" and there is no way to change it.
目前该标准的前缀是"ME",有没有办法去改变它。
(作者)----------Author(s)----------
Peter Langfelder, <a href="mailto eter.Langfelder@gmail.com"> eter.Langfelder@gmail.com</a>
参见----------See Also----------
moduleEigengenes
moduleEigengenes
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|