featureSelection | R Documentation |
featureSelection Subset the genes, given a matrix
featureSelection(Xmat, Ybin, testRes, ptail = 0.05)
Xmat |
Matrix of gene expression data. |
Ybin |
Binary phenotype vector. |
Xsub, subset of Xmat by genes
Xsub <- featureSelection(Xmat, Ybin, 0.1)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.