get_de_genes | R Documentation |
For each cell type, chooses genes that have a minimum average normalized expression in that cell type, and whose expression is larger in that cell type than the average of all cell types. Filters out mitochondrial genes.
get_de_genes(
cell_type_info,
puck,
fc_thresh = 1.25,
expr_thresh = 0.00015,
MIN_OBS = 3
)
cell_type_info |
cell type information and profiles of each cell, calculated from the scRNA-seq
reference (see |
puck |
an object of type SpatialRNA |
fc_thresh |
minimum |
expr_thresh |
minimum expression threshold, as normalized expression (proportion out of 1, or counts per 1). |
MIN_OBS |
the minimum number of occurances of each gene in the SpatialRNA object. |
a list of differntially expressed gene names
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.