Learn R Programming

Tmisc (version 0.1.22)

deseqresult2tbl: Tidy DESeq2 result

Description

Returns a tidy version of a DESeq2 results table.

Usage

deseqresult2tbl(deseqresult, colname = "ensgene")

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.

Value

a tidy version of the DESeq2 results.

Examples

Run this code
# NOT RUN {
res <- results(dds)
res <- deseqresult2tbl
# }
# NOT RUN {
  
# }

Run the code above in your browser using DataLab