filtering(som)
filtering()所属R语言包:som
Filter data before feeding som algorithm for gene expression data
喂奶前SOM算法的基因表达数据的筛选数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Filtering data by certain floor, ceiling, max/min ratio, and max - min difference.
过滤数据通过一定的地板,天花板,最大/最小比例和最大 - 分差。
用法----------Usage----------
filtering(x, lt=20, ut=16000, mmr=3, mmd=200)
参数----------Arguments----------
参数:x
a data frame or matrix of input data.
一个数据框或矩阵的输入数据。
参数:lt
floor value replaces those less than it with the value
最低值取代那些低于它的价值
参数:ut
ceiling value replaced those greater than it with the value
值上限取代了那些比它更大的价值
参数:mmr
the max/min ratio, rows with max/min < mmr will be removed
最大值/最小值比,行与最高/分钟<MMR将被删除
参数:mmd
the max - min difference, rows with (max - min) < mmd will be removed
最大 - 最小差,行(最大值 - 最小值)MMD将被删除
值----------Value----------
An dataframe or matrix after the filtering
滤波后的数据框或矩阵
(作者)----------Author(s)----------
Jun Yan <jyan@stat.uiowa.edu>
参见----------See Also----------
normalize.
normalize。
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|