readMpsnakeAsDGEList | R Documentation |
Read mpsnake output directory into a DGEList object
readMpsnakeAsDGEList(dir, minReads = NULL)
dir |
Character string, path of mpsnake pipeline directory (or the |
minReads |
|
A DGEList
object containing counts, gene, and sample annotation
mpsnakeDir <- system.file("extdata/mpsnake-minimal-outdir", package="ribiosNGS")
mpsDgeList <- readMpsnakeAsDGEList(mpsnakeDir)
## equivalent
mpsnakeResDir <- system.file("extdata/mpsnake-minimal-outdir", "results",
package="ribiosNGS")
mpsDgeList <- readMpsnakeAsDGEList(mpsnakeResDir)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.