View source: R/Read_&_Write_Data.R
Read_Metrics_CellBender | R Documentation |
Get data.frame with all metrics from the CellBender remove-background
analysis.
Read_Metrics_CellBender(base_path, lib_list = NULL, lib_names = NULL)
base_path |
path to the parent directory which contains all of the sub-directories of interest or path to single metrics csv file. |
lib_list |
a list of sample names (matching directory names) to import. If |
lib_names |
a set of sample names to use for each sample. If |
A data frame with sample metrics from CellBender.
## Not run:
CB_metrics <- Read_Metrics_CellBender(base_path = "/path/to/directories")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.