View source: R/remove_unique_cells.R
remove_unique_cells | R Documentation |
Removes any cells from two given clusterings which are not shared between those clusterings. This allows a similarity score between these clusterings to be computed over a set of cells common to both clusterings.
remove_unique_cells(first_clustering, second_clustering)
first_clustering |
The S4 |
second_clustering |
The S4 |
A list of length 2; the first element is a list of non-unique cell
IDs by cluster in first_clustering
; the second a list of a non-unique
cell IDs by cluster in second_clustering
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.