Learn R Programming

SARTools (version 1.6.2)

exportResults.DESeq2: Export results for DESeq2 analyses

Description

Export counts and DESeq2 results

Usage

exportResults.DESeq2(out.DESeq2, group, alpha = 0.05, export = TRUE)

Arguments

out.DESeq2

the result of run.DESeq2()

group

factor vector of the condition from which each sample belongs

alpha

threshold to apply to adjusted p-values

export

TRUE to export the results (up, down and complete table) in the tables directory

Value

A list of data.frame containing counts, pvalues, FDR, log2FC...