remove_variables_second | R Documentation |
This function removes variable data such that the mean expression levels across samples are less than 'min_meannReads'.
remove_variables_second(sce = NULL, min_meannReads = 0)
sce |
A SingleCellExperiment object. |
min_meannReads |
An integer. This function removes variables for which the mean read counts are less than this value. |
A SingleCellExperiment object.
data(pbmc_eg) pbmc <- remove_variables_second(sce = pbmc_eg, min_meannReads = 0.01)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.