| WGBSeq | R Documentation | 
Wrapper for WGBS settings for dmrseq
WGBSeq(bsseq, testCovariate, bpSpan = 1000, ...)
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  | 
A GRanges object (same as from dmrseq)
  data(BS.chr21, package="dmrseq")
  dat <- BS.chr21
  wgbs <- WGBSeq(dat[1:500, ], "CellType", cutoff = 0.05,
                 BPPARAM=BiocParallel::SerialParam())
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.