View source: R/LIGER_Utilities.R
Dataset_Size_LIGER | R Documentation |
Returns size (number of cells) in each dataset within liger object along with other desired meta data.
Dataset_Size_LIGER(
liger_object,
meta_data_column = NULL,
filter_by = NULL,
print_filter = FALSE
)
liger_object |
LIGER object name. |
meta_data_column |
other meta data to include in returned data.frame. |
filter_by |
meta data column to filter data by. Will filter data to return only values for the largest dataset for each unique value in provided meta data column. |
print_filter |
logical, whether to print filtered results to console, default is FALSE. |
data.frame with dataset names, number of cells per dataset and if provided other meta data
## Not run:
# Return values for all datasets
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.