Learn R Programming

Tmisc (version 1.0.0)

deseqresult2tbl: Tidy DESeq2 result

Description

Returns a tidy version of a DESeq2 results table.

Usage

deseqresult2tbl(deseqresult, colname = "ensgene")

Value

a tidy version of the DESeq2 results.

Arguments

deseqresult

Results from running results(dds) on a DESeqDataSet object.

colname

The name of the column you want to use for what DESeq puts in the row name.

Examples

Run this code
if (FALSE) {
res <- results(dds)
res <- deseqresult2tbl
}
  

Run the code above in your browser using DataLab