most_variable_profiles | R Documentation |
Select the most abundant profiles from an expression matrix.
most_variable_profiles(expression, n = 100L, cut_mean = 100)
expression |
The expression matrix. |
n |
The number of profiles to select. |
cut_mean |
If the mean expression in a profile is lower than this value, ignore the entire profile. |
A selection of rows from the input matrix.
library(airway)
data(airway)
most_variable_profiles(assays(airway)$counts)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.