Description Usage Arguments Details Value Examples
View source: R/accessory_funcs.R
Gets bedgraph column indexes from common pipeline output formats
1 2 3 4 | get_source_idx(
protocol = c("Bismark_cov", "MethylDackel", "MethylcTools", "BisSNP",
"BSseeker2_CGmap")
)
|
protocol |
string; the protocol used for bedgraph output. Options are: "Bismark_cov", "MethylDackel", "MethylcTools", "BisSNP", "BSseeker2_CGmap" |
Typically used to reduce the number of potential CpG sites to include only those present in the input files so as to maximize performance and minimize resources. Can also be used for quality control to see if there is excessive number of CpG sites that are not present in the reference genome.
List of column names and indexes
1 | get_source_idx("MethylDackel")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.