deseqresult2DEgenes: Generate a tidy table with the DE genes from the results of...

View source: R/res2tbl.R

deseqresult2DEgenesR Documentation

Generate a tidy table with the DE genes from the results of DESeq

Description

Generate a tidy table with the DE genes from the results of DESeq

Usage

deseqresult2DEgenes(deseqresult, FDR = 0.05)

Arguments

deseqresult

A DESeqResults object

FDR

Numeric value, the significance level for thresholding adjusted p-values

Value

A "tidy" data.frame with only genes marked as differentially expressed

Examples


# with simulated data...
library(DESeq2)
dds <- DESeq2::makeExampleDESeqDataSet(n=100, m=8, betaSD = 2)
dds <- DESeq(dds)
res <- results(dds)
deseqresult2DEgenes(res)


baj12/idealImmunoTP documentation built on Dec. 5, 2023, 12:33 a.m.