filter(CMA)
filter()所属R语言包:CMA
Filter functions for Gene Selection
基因选择的过滤功能
译者:生物统计家园网 机器人LoveR
描述----------Description----------
The functions listed above are usually not called by the
上面列出的功能通常不叫
用法----------Usage----------
ttest(X, y, learnind, ...)
welchtest(X, y, learnind, ...)
ftest(X, y, learnind,...)
kruskaltest(X, y, learnind,...)
limmatest(X, y, learnind,...)
golubcrit(X, y, learnind,...)
rfe(X, y, learnind,...)
shrinkcat(X,y,learnind,...)
参数----------Arguments----------
参数:X
A numeric matrix of gene expression values.
一个numeric基因表达值的矩阵。
参数:y
A numeric vector of class labels.
一个numeric向量类的标签。
参数:learnind
An index vector specifying the observations that belong to the learning set.
索引向量指定属于学习集的意见。
参数:...
Currently unused argument. </table>
目前未使用的参数。 </ TABLE>
值----------Value----------
An object of class varseloutput.
对象类varseloutput。
参考文献----------References----------
CMA - A comprehensive Bioconductor package for supervised classification with high dimensional data.
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|