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 name.
other meta data to include in returned data.frame.
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.
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
if (FALSE) {
# Return values for all datasets
}