Description Usage Arguments Value Examples
Generate a tidy table with the results of DESeq
1 | deseqresult2tbl(deseqresult)
|
deseqresult |
A |
A "tidy" data.frame with all genes
1 2 3 4 5 6 | # with simulated data...
library(DESeq2)
dds <- DESeq2::makeExampleDESeqDataSet(n=100, m=8, betaSD = 1)
dds <- DESeq2::DESeq(dds)
res <- DESeq2::results(dds)
deseqresult2tbl(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.