Description Usage Arguments Value
View source: R/calculate_scores.R
This function calculates Methylation entropy by calling the methclone software to compute epiallele frequencies and then uses the definition of entropy for the calculation.
1 | calculate.entropy(bam.file, out.folder = getwd(), out.name = "methclone")
|
bam.file |
path to bam file containing the reads of the data set |
out.folder |
folder to store the temporary file produced by methclone |
out.name |
name of temporary file |
a data frame containing the position in the reference genome and the Entropy scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.