sampleLabel {celda}R Documentation

Get sampleLabels from a celdaModel

Description

Returns the sampleLabels for the count matrix provided for generation of a given celdaModel.

Usage

sampleLabel(celdaMod)

Arguments

celdaMod

celdaModel. Options available in 'celda::availableModels'.

Value

Character. Contains the sampleLabels provided at model creation time, or those automatically generated by celda.

Examples

data(celdaCGMod)
sampleLabel(celdaCGMod)

[Package celda version 1.0.4 Index]