sNames {phemd} | R Documentation |
Accessor function for identifiers of all single-cell samples in experiment
sNames(obj)
obj |
Phemd object |
Vector representing sample names corresponding to expression matrices
phemdObj <- createDataObj(all_expn_data, all_genes, as.character(snames_data)) sampleIDs <- sNames(phemdObj)