View source: R/scan_methylation_specificity.R
scan_methylation_specificity | R Documentation |
Methylation specificity is here defined as methylated_spike_covg/spike_covg
scan_methylation_specificity(files, spike, sep = "_")
files |
a vector of BAM/CRAM file names |
spike |
a spike-in database |
sep |
the separator for spike-in contig names ("_") |
a matrix with columns "mean" and "median"
data(spike) library(GenomicRanges) sb <- system.file("extdata", "example.spike.bam", package="spiky", mustWork=TRUE) scan_methylation_specificity(sb, spike=spike)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.