retrieveDESeq2Results: Retrieve the results from a DESeq2-analysis using IHW and LFC...

Description Usage Arguments Value Author(s) See Also Examples

View source: R/analysisRNA_retrieveDESeq2Results.R

Description

Retrieve the results from a DESeq2-analysis using IHW and LFC shrinkage.

Usage

1
retrieveDESeq2Results(DESeq2.Object, contrast, nThreads = 20)

Arguments

DESeq2.Object

(DESeqDataSet): DESeqDataSet of a DESeq2 analysis.

contrast

(character): Contrast of the resulst, e.g.: c('testVariable', 'groupA', 'groupb')

nThreads

(integer): Number of threads using during multi-threading

Value

(tibble) Tibble containing the DESeq2 results.

Author(s)

Job van Riet j.vanriet@erasmusmc.nl

See Also

Other RNA-Seq: importArriba(), runArriba()

Examples

1
2
3
DESeq2.allSamples <- DESeq2::DESeqDataSetFromMatrix(countData = countMatrix, colData = samples.meta[match(colnames(countMatrix), samples.meta$sample),], design = ~treatmentType)
DESeq2.allSamples <- DESeq2::DESeq(DESeq2.allSamples, test = 'Wald', parallel = TRUE, BPPARAM = BiocParallel::MulticoreParam(workers = 20))
retrieveDESeq2Results(DESeq2.allSamples)

J0bbie/R2CPCT documentation built on Feb. 24, 2022, 8:15 a.m.