Description Usage Arguments Value Examples
View source: R/bsseq_to_edger.R
Convert BSseq object to edgeR methylation matrix
1 | bsseq_to_edger(bsseq)
|
bsseq |
the BSseq object. |
a matrix compatible with the edgeR differential methylation pipeline
1 2 3 | methy <- system.file("methy_subset.tsv.bgz", package = "NanoMethViz")
bsseq <- methy_to_bsseq(methy)
edger_mat <- bsseq_to_edger(bsseq)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.