getClusterNames {InterCellar}R Documentation

Get clusters names from initial input data

Description

Get clusters names from initial input data

Usage

getClusterNames(input.data)

Arguments

input.data

preprocessed input data

Value

named list of clusters

Examples

data(input.data)
cluster_list <- getClusterNames(input.data)

[Package InterCellar version 1.99.4 Index]