Description Usage Arguments Value
View source: R/calculate_scores.R
This function computed the Methylation Haplotype Load (MHL) for all sites in a given annotation by employing the scripts downloaded from the paper's website
1 2 3 4 5 6 7 | calculate.mhl(
roi,
bam.file,
out.folder = getwd(),
out.name = "mhl.txt",
bam.type = "bismark"
)
|
roi |
Region of interest for which haplotype information should be computed |
bam.file |
path to bam file containing the reads |
out.folder |
folder to write the output |
out.name |
name of the output file |
bam.type |
alignment tools used to create the bam file |
a data frame containing the position in the reference genome and the MHL scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.