MethyEnrich: Quality control of MBDcap-seq datasets

Description Usage Arguments Details Author(s) References See Also Examples

Description

Generate graph of enrichment of GC content grouped by methylation levels

Usage

1
MethyEnrich(bin_count, fa)

Arguments

bin_count

A vector containing number of reads mapped to each bin. See vignettes for details

fa

Absolute path of sequence file annotation for your interested organism

Details

In order to use this function, you will firstly need to create a sliding window across the genome and measure number of reads mapped to each window. Please refer to vignettes for details

Author(s)

Yuanhang Liu

References

https://github.com/Liuy12/MBDDiff

See Also

bedtoolsr

Examples

1
2
3
4
5
6
  ## Not run: 
    whole_genome_bin_count <- bedtoolsr(bed, bam)
    whole_genome_bin_count_TPM <- CalculateTPM(whole_genome_bin_count[[1]], whole_genome_bin_count[[2]])
    MethyEnrich(whole_genome_bin_count_TPM, fa)
    
## End(Not run)

Liuy12/MBDDiff documentation built on May 7, 2019, 2 p.m.