View source: R/iso_preprocess.R
iso_preprocess | R Documentation |
Removes transcripts with low relative expression compared to the total gene expression. Filtering threshold is given as parameter. Single-isoform genes (after the filtering step) are also removed. The resulting matrix is stored as a new assay in the input Seurat object
iso_preprocess(obj, assay, new_assay, filter_threshold)
obj |
Input Seurat object |
assay |
Assay containing unfiltered isoform-level counts |
new_assay |
Name of the new assay to store pre-processed counts |
filter_threshold |
Filtering threshold expressed as percentage of total gene expression |
Input Seurat object with additional assay contaning pre-processed counts
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.