powered by
Get data.frame with all metrics from the CellBender remove-background analysis.
remove-background
Read_Metrics_CellBender(base_path, lib_list = NULL, lib_names = NULL)
A data frame with sample metrics from CellBender.
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.
NULL
a set of sample names to use for each sample. If NULL will set names to the directory name of each sample.
if (FALSE) { CB_metrics <- Read_Metrics_CellBender(base_path = "/path/to/directories") }
Run the code above in your browser using DataLab