Description Usage Arguments Details Value Author(s) References See Also Examples
Summerizing background noise for each promoter region based on methylation levels
1 | Summerizebg(dataMat_bg, gaplength)
|
dataMat_bg |
A matrix or data.frame containing background mapped reads for selected bins |
gaplength |
Gap length of bins |
This function is generally called after bedtoolsr
for counting reads mapped to selected bins for background annotation constructed by IdentifyBackground
A data.frame of the same dimension as promoter mapped reads
Yuanhang Liu
https://github.com/Liuy12/MBDDiff
IdentifyBackground
, Summerizebg
1 2 3 4 5 | ## Not run:
Background_counts <- bedtoolsr(bamdir = '/path/to/bam/files', bed = '/path/to/bg_bed/file')
Background_counts_summe <- Summerizebg(Background_counts[[1]], Background_counts[[2]])
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.