Description Usage Arguments Details Value
View source: R/user_functions.R
Creates a data.frame with the annotation of different batches of bed files to be processed by the MSPC algorithm (Consensus Peaks).
1 | prepare.mspc.table(input_dir)
|
input_dir |
The root directory of your bed files collection. |
Since the MSPC function mspc.consensus.peaks
requires a data frame with the lists of bed files and their associated feature name and cell type, this function creates automatically the table from a proper folder structure. In order to use this function, you have to organize your bed files in folder, one for each cell type, and include different folders inside of them, one for each feature.
A data frame with 3 columns: 1st list of input files, separate with a pipe symbol ('|'), 2on cell types, 3rd feature names.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.