library(ribiosNGS)
library(testthat)
testthat::context("Testing dgeWithLimmaVoom")
set.seed(1887)
exObj <- exampleEdgeObject()
exLimmaVoomRes <- dgeWithLimmaVoom(exObj)
dgeTable(exLimmaVoomRes)
## compare with edgeR
dgeTable(dgeWithEdgeR(exObj))
## LimmaVoomResult can be also used with exportEdgeResult
exportEdgeResult(exLimmaVoomRes, tempdir(), "overwrite")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.