biscuiteer-package: Convenience Functions for Biscuit

Description Author(s) See Also Examples

Description

A test harness for bsseq loading of Biscuit output, summarization of WGBS data over defined regions and in mappable samples (with or without imputation, dropping mostly-NA rows, age estimates, etc.)

Author(s)

Timothy J Triche Jr Tim.Triche@vai.org, Wanding Zhou Wanding.Zhou@vai.org, Ben Johnson Ben.Johnson@vai.org, Jacob Morrison Jacob.Morrison@vai.org, Lyong Heo Lyong.Heo@vai.org

See Also

Useful links:

Examples

1
2
3
4
5
6
  orig_bed <- system.file("extdata", "MCF7_Cunha_chr11p15.bed.gz",
                          package="biscuiteer")
  orig_vcf <- system.file("extdata", "MCF7_Cunha_header_only.vcf.gz",
                          package="biscuiteer")
  bisc <- readBiscuit(BEDfile = orig_bed, VCFfile = orig_vcf,
                      merged = FALSE)

biscuiteer documentation built on Nov. 8, 2020, 8:28 p.m.