Description Usage Arguments Value Examples
View source: R/Phemd-methods.R
Accessor function for whether or not cells were subsampled when aggregated for cell subtype analysis
1 | subsampledBool(obj)
|
obj |
Phemd object |
Boolean represent whether or not subsampling was performed in the data aggregation process
1 2 | phemdObj <- createDataObj(all_expn_data, all_genes, as.character(snames_data))
subsampled <- subsampledBool(phemdObj)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.