Get data.frame with all metrics from the CellBender remove-background
analysis.
Read_Metrics_CellBender(base_path, lib_list = NULL, lib_names = NULL)
path to the parent directory which contains all of the sub-directories of interest or path to single metrics csv file.
a list of sample names (matching directory names) to import. If NULL
will read
in all samples in parent directory.
a set of sample names to use for each sample. If NULL
will set names to the
directory name of each sample.
A data frame with sample metrics from CellBender.
if (FALSE) {
CB_metrics <- Read_Metrics_CellBender(base_path = "/path/to/directories")
}