powered by
Returns a tidy version of a DESeq2 results table.
deseqresult2tbl(deseqresult, colname = "ensgene")
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.
a tidy version of the DESeq2 results.
# NOT RUN { res <- results(dds) res <- deseqresult2tbl # } # NOT RUN { # }
Run the code above in your browser using DataLab