Description Usage Arguments Value Examples
Generate a tidy table with the DE genes from the results of DESeq
1 | deseqresult2DEgenes(deseqresult, FDR = 0.05)
|
deseqresult |
A |
FDR |
Numeric value, the significance level for thresholding adjusted p-values |
A "tidy" data.frame with only genes marked as differentially expressed
1 2 3 4 5 6 | # with simulated data...
library(DESeq2)
dds <- DESeq2::makeExampleDESeqDataSet(n=100, m=8, betaSD = 2)
dds <- DESeq(dds)
res <- results(dds)
deseqresult2DEgenes(res)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.