removeGreyME(WGCNA)
removeGreyME()所属R语言包:WGCNA
Removes the grey eigengene from a given collection of eigengenes.
删除灰色eigengene从一个给定的特征基因集合。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Given module eigengenes either in a single data frame or in a multi-set format, removes the grey eigengenes from each set. If the grey eigengenes are not found, a warning is issued.
给定模块的特征基因,无论是在一个单一的数据框,或在多集的格式,将删除从各组的灰度特征基因。如果灰度特征基因都没有找到,则发出一个警告。
用法----------Usage----------
removeGreyME(MEs, greyMEName = paste(moduleColor.getMEprefix(), "grey", sep=""))
参数----------Arguments----------
参数:MEs
Module eigengenes, either in a single data frame (typicaly for a single set), or in a multi-set format. See checkSets for a description of the multi-set format.
模块的特征基因,无论是在一个单一的数据的帧(typicaly单一的一套),或者在一个多集的格式。请参阅checkSets的描述的多组的格式。
参数:greyMEName
Name of the module eigengene (in each corresponding data frame) that corresponds to the grey color. This will typically be " Cgrey" or "MEgrey". If the module eigengenes were calculated using standard functions in this library, the default should work.
模块eigengene(在每个相应的数据框)对应的灰度颜色的名称。这通常是“PCgrey”或“MEgrey”。如果模块特征基因进行了计算,使用这个库的标准功能,默认的工作。
值----------Value----------
Module eigengenes in the same format as input (either a single data frame or a vector of lists) with the grey eigengene removed.
模块特征基因作为输入,以相同的格式(单独的数据框或一个矢量的列表)的灰色eigengene除去。
(作者)----------Author(s)----------
Peter Langfelder, <a href="mailto eter.Langfelder@gmail.com"> eter.Langfelder@gmail.com</a>
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|