Description Usage Arguments Value Author(s)
View source: R/calculate_scores.R
This function calculates the PDRs for all analyzed CpG sites in the bam file of the corresponding sample
1 2 3 4 5 6 7 8 9 10 11 12 | calculate.pdr(
bam.file,
anno,
log.path = getwd(),
cores = 1,
window.size = unname(get.option("window.size")),
max.reads = unname(get.option("max.reads")),
mapq.filter = unname(get.option("mapq.filter")),
coverage.threshold = unname(get.option("coverage.threshold")),
use.sex.chromosomes = FALSE,
ignore.strand = TRUE
)
|
bam.file |
bath to the bam file to be analyzed already aligned to a reference genome |
anno |
annotation as a GRanges object with the CpG sites to be analyzed |
log.path |
location of the log file |
cores |
number of cores available for the analysis |
use.sex.chromosomes |
Flag indicating if scores are also to be computed for the sex chromosomes |
ignore.strand |
The |
PDR scores for the given annotation.
Michael Scherer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.