batchIDs: Accessor function for batch ID for each sample

Description Usage Arguments Value Examples

View source: R/Phemd-methods.R

Description

Accessor function for batch ID for each sample

Usage

1
batchIDs(obj)

Arguments

obj

Phemd object

Value

Vector of length num_samples representing the experiment (batch) in which the sample was profiled

Examples

1
2
phemdObj <- createDataObj(all_expn_data, all_genes, as.character(snames_data))
batch_metadata <- batchIDs(phemdObj)

phemd documentation built on Nov. 8, 2020, 8:15 p.m.