powered by
Returns a tidy version of a DESeq2 results table.
deseqresult2tbl(deseqresult, colname = "ensgene")
a tidy version of the DESeq2 results.
Results from running results(dds) on a DESeqDataSet object.
results(dds)
The name of the column you want to use for what DESeq puts in the row name.
if (FALSE) { res <- results(dds) res <- deseqresult2tbl }
Run the code above in your browser using DataLab