View source: R/get_class_labels.R
get_class_labels | R Documentation |
Assigns class labels to the set of cells common to the user's Reference Genome #1 clustering and the given Reference Genome #2 clustering; denoting every cell in that set as belonging to cluster i in the user's Reference Genome #1 clustering, and cluster j in the given Reference Genome #2 clustering.
get_class_labels(first_clustering, second_clustering)
first_clustering |
The S4 |
second_clustering |
The S4 |
A list of length 2; the first element is a vector of integer class
labels for first_clustering
; the second a vector of integer class
labels for second_clustering
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.