View source: R/functions-core.R
getSampleSizes | R Documentation |
Takes initial list of single-cell samples and returns vector containing number of cells in each sample.
getSampleSizes(data_list)
data_list |
List of length num_samples (each element has dimension num_cells x num_markers) |
Private method (not exported in namespace)
Vector of length num_samples representing number of cells in each sample
## Not run:
sample_sizes <- getSampleSizes(all_expn_data)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.