Description Usage Arguments Details Value Author(s)
View source: R/calculate_scores.R
calculate.fdrp.by.chromosome This function calculates the FDRP scores for the reads given in the bam files for the CpGs present in the annotation.
1 | calculate.fdrp.by.chromosome(bam, anno, ignore.strand = TRUE)
|
bam |
bam file with the reads from a bisulfite sequencing technique already aligned to a reference genome |
anno |
annotation as a GRanges object with the CpG sites to be analyzed |
ignore.strand |
The |
This function is called by calculate.fdrps for each chromosome separately and calls toCpG as well as calculate.fdrp.site.
vector of fdrp scores for the given CpG sites in anno
Michael Scherer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.