View source: R/markers_functions.R
filter_in_vitro | R Documentation |
For a given gene in in marker_all, if the fraction of cells in one or more clusters with an expression above threshold is greater than fraction, then the gene is kept
filter_in_vitro( norm_vitro, cluster_vitro, marker_all, fraction = 0.1, threshold = 0 )
norm_vitro |
Norm count matrix (n_genes X n_cells) for in vitro dataset |
cluster_vitro |
cluster for in vitro dataset |
marker_all |
First element of the list given as output by the function select_top_markers |
fraction |
Numeric value. |
threshold |
Numeric value |
Character vector with the names of kept genes
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.