get_class_labels: get_class_labels

View source: R/get_class_labels.R

get_class_labelsR Documentation

get_class_labels

Description

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.

Usage

get_class_labels(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 vector of integer class labels for first_clustering; the second a vector of integer class labels for second_clustering.


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