WGBSeq: Wrapper for WGBS settings for dmrseq

Description Usage Arguments Value Examples

View source: R/WGBSeq.R

Description

Wrapper for WGBS settings for dmrseq

Usage

1
WGBSeq(bsseq, testCovariate, bpSpan = 1000, ...)

Arguments

bsseq

A bsseq object

testCovariate

The pData column to test on

bpSpan

Span of smoother AND 2x max gap in DMR CpGs (DEFAULT: 1000)

...

Other arguments to pass along to dmrseq

Value

1
          A GRanges object (same as from dmrseq)

Examples

1
2
3
4
5
  data(BS.chr21, package="dmrseq")
  dat <- BS.chr21

  wgbs <- WGBSeq(dat[1:500, ], "CellType", cutoff = 0.05,
                 BPPARAM=BiocParallel::SerialParam())

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