Description Usage Arguments Value Examples
View source: R/ascend_filtering.R
Removes genes if they are expressed in less than a set percentage of cells . This step is usually done after the other filtering steps and prior to normalisation. As this step may remove rare transcripts, this filtering step is optional.
1 | filterLowAbundanceGenes(object, pct.threshold = 1)
|
object |
An EMSet that has been filtered by
|
pct.threshold |
Percentage threshold as a whole number. Default: 1. |
An EMSet with low abundance genes removed from the dataset.
1 2 3 4 5 | # Load EMSet
raw_emset <- ascend::raw_set
# Filter low abundance genes expressed in less than 1% of cells
filtered_emset <- filterLowAbundanceGenes(raw_emset, pct.threshold = 0.1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.