keepCommonProbes(WGCNA)
keepCommonProbes()所属R语言包:WGCNA
Keep probes that are shared among given data sets
保持探针之间共享的给定的数据集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
This function strips out probes that are not shared by all given data sets, and orders the remaining common probes using the same order in all sets.
此功能带出的探针不共享所有给定的数据集,和订单的剩余常见的探针使用相同的顺序在所有集合。
用法----------Usage----------
keepCommonProbes(multiExpr, orderBy = 1)
参数----------Arguments----------
参数:multiExpr
expression data in the multi-set format (see checkSets). A vector of lists, one per set. Each set must contain a component data that contains the expression data, with rows corresponding to samples and columns to genes or probes.
表达在多集的格式的数据(见checkSets)。一个向量的列表,每一个组。每个集必须包含一个组件data包含的表达数据,与对应的基因或探针的样品和列的行。
参数:orderBy
index of the set by which probes are to be ordered.
指数的设置探针责令。
值----------Value----------
Expression data in the same format as the input data, containing only common probes.
表达相同的格式中的数据作为输入数据,只包含常用探针。
(作者)----------Author(s)----------
Peter Langfelder
参见----------See Also----------
checkSets
checkSets
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|