View source: R/Phemd-methods.R
batchIDs | R Documentation |
Accessor function for batch ID for each sample
batchIDs(obj)
obj |
Phemd object |
Vector of length num_samples representing the experiment (batch) in which the sample was profiled
phemdObj <- createDataObj(all_expn_data, all_genes, as.character(snames_data))
batch_metadata <- batchIDs(phemdObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.