sampleLabel,celdaModel-method {celda}R Documentation

Get sampleLabels from a celdaModel

Description

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

Usage

## S4 method for signature 'celdaModel'
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.2.4 Index]