View source: R/preprocess_functions.R
Extract the relevant columns from the files
1 2 3 |
files |
The path to tsv files for methylation status |
chr_idx |
The index of column for chromosome |
pos_idx |
The index of column for position |
met_idx |
The index of column for the number of methylated reads |
id |
The id to each file |
coverage_idx |
The index of column containing coverage; optional |
strand_idx |
The index of column containing strand; optional |
unmet_idx |
The index of column for the number of unmethylated reads |
deduplicate |
Whether to sum the reads for rows with the same genomic location |
header |
Whether to there is a header |
sep |
delimiter for methylation status file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.