remove_unique_cells: remove_unique_cells

View source: R/remove_unique_cells.R

remove_unique_cellsR Documentation

remove_unique_cells

Description

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.

Usage

remove_unique_cells(first_clustering, second_clustering)

Arguments

first_clustering

The S4 clustering class storing information related to the user's Reference Genome #1 clustering.

second_clustering

The S4 clustering class storing information related to a given Reference Genome #2 clustering.

Value

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.


eytan-weinstein/scClustMatch documentation built on May 3, 2022, 7:31 p.m.