View source: R/do_variable_selection.R
doVariableSelection | R Documentation |
This funtino will I.e. remove genes with low variation It returns a vector of row ids to keep. Note, rownames() must be specified.
doVariableSelection(exprMat, removeLowVaryingGenes)
exprMat |
a matrix of expression levels, rows contain genes and columns contain samples. |
removeLowVaryingGenes |
the proportion of low varying genes to be removed. |
a vector of row ids to keep
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.