View source: R/Phemd-methods.R
subsampledIdx | R Documentation |
Accessor function for aggregated cells used for cell subtype definition
subsampledIdx(obj)
obj |
Phemd object |
List of vectors each representing the indices of elements in rawExpn(obj) that were subsampled and combined to form "data_aggregate"
phemdObj <- createDataObj(all_expn_data, all_genes, as.character(snames_data))
subsampled_idx_list <- subsampledIdx(phemdObj)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.