filter_genes | R Documentation |
Filter genes that have avarage counts fewer than cutoff)
filter_genes( sce, cutoff = 0, ncores = 1, prefix = NULL, plot = TRUE, write = TRUE, verbose = TRUE )
sce |
A SingleCellExperiment object containing expression values, usually counts. |
cutoff |
The cutoff of avarage counts for filtering. cutoff should be >= 0. |
ncores |
Number of cores. |
prefix |
Prefix for file name for the QC metrics histograms. |
plot |
TRUE/FASLE for whether plot the QC metrics histograms. |
write |
TRUE/FASLE for whether write the table of filtered cells. |
verbose |
TRUE/FASLE for specifying whether diagnostics should be printed to screen. |
A SingleCellExperiment object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.