Description Usage Arguments Value
View source: R/calculate_scores.R
This function calculates Epipolymorphism by calling the methclone software to compute epiallele frequencies and then uses the definition of epipolymorphism for the calculation.
1 2 3 4 5 | calculate.epipolymorphism(
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 Epipolymorphism scores
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.