View source: R/Clustering_functions.R
white_black_markers | R Documentation |
A white-marker is a gene whose median expression across cells belong to single_cluster is greater than threshold and in all the other clusters is equal to zero.
white_black_markers( cluster, single_cluster, norm_counts, marker_list, threshold = 0 )
cluster |
Vector of length equal to the number of cells, with cluster assignment. |
single_cluster |
Character. Label of one specify cluster |
norm_counts |
Norm count matrix (genes X cells). |
marker_list |
Third element of the output list as returned by the function markers_cluster_seurat |
threshold |
Numeric. The median of the genes across cells belong to single_cluster has to be greater than threshold in order to be consider as a white-black marker for single_cluster |
Logical vector of length equal to marker_list, with TRUE/FALSE if the gene is/is not a white-black marker for single_cluster.
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.