subsampledBool {phemd} | R Documentation |
Accessor function for whether or not cells were subsampled when aggregated for cell subtype analysis
subsampledBool(obj)
obj |
Phemd object |
Boolean represent whether or not subsampling was performed in the data aggregation process
phemdObj <- createDataObj(all_expn_data, all_genes, as.character(snames_data)) subsampled <- subsampledBool(phemdObj)