Description Usage Arguments Value Examples
View source: R/find_sample_expressed_genes.R
find_sample_expressed_genes() splits an aggregated cds into separate samples based on the suffix at the end of each barcode. The function then proceeds to extract genes above the pre-specified UMI and cell expression threshold(s)
1  | find_sample_expressed_genes(cds, UMI_threshold = 1, cell_threshold = 1)
 | 
cds | 
 a monocle CellDataSet object  | 
UMI_threshold | 
 UMI threshold for defining expressed genes. Genes with total UMIs equal to or above this threshold will be selected.  | 
cell_threshold | 
 cell threshold for defining expressed genes. Genes expressed in a total number of cells at or above this threshold will be selected.  | 
A list of vectors with each vector containing dispersed genes for each sample
1  | find_sample_expressed_genes(dat,UMI_threshold = 1, cell_threshold = 10)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.