remove_variables | R Documentation |
This function removes low expressed variable data.
remove_variables(sce = NULL, min_nsamples = 0)
sce |
A SingleCellExperiment object. |
min_nsamples |
An integer. This function removes variables for which the numbers of non-zero expressing samples are less than this value. |
A SingleCellExperiment object.
data(pbmc_eg) pbmc <- add_metadata(sce = pbmc_eg, mitochondria_symbol = "^MT-") pbmc <- remove_variables(sce = pbmc, min_nsamples = 10)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.