deseqresult2tbl | R Documentation |
Generate a tidy table with the results of DESeq
deseqresult2tbl(deseqresult)
deseqresult |
A |
A "tidy" data.frame with all genes
# 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.