selectVariableGenes | R Documentation |
Generate an integer ordering to select the n most variable genes out of a matrix
selectVariableGenes(ntop, matrix = NULL, row_variances = NULL)
ntop |
Number of genes to select |
matrix |
Matrix with genes by row and samples by column |
row_variances |
Numeric vector of variances, in case a precalculated set of values should be used |
output A vector of integers
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.