View source: R/CIARA_core_functions.R
get_background_full | R Documentation |
get_background_full
get_background_full( norm_matrix, threshold = 1, n_cells_low = 3, n_cells_high = 20 )
norm_matrix |
Norm count matrix (n_genes X n_cells). |
threshold |
threshold in expression for a given gene |
n_cells_low |
minimum number of cells where a gene is expressed at a level above threshold |
n_cells_high |
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.
Gabriele Lubatti gabriele.lubatti@helmholtz-muenchen.de
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.