get_background_full
get_background_full(
norm_matrix,
threshold = 1,
n_cells_low = 3,
n_cells_high = 20
)Norm count matrix (n_genes X n_cells).
threshold in expression for a given gene
minimum number of cells where a gene is expressed at a level above threshold
maximum number of cells where a gene is expressed at a level above threshold
Character vector with all genes expressed at a level higher than threshold in a number of cells between n_cells and n_cells_high.