exportComplete.edgeR: Export complete data and results from edgeR

Description Usage Arguments Value Author(s)

View source: R/exportComplete.edgeR.R

Description

Export complete data and results from edgeR

Usage

1
2
exportComplete.edgeR(dge, res, alpha = 0.05, group = NULL, adjMethod,
  conds = NULL, versionName = ".", info = NULL, export = TRUE)

Arguments

dge

a DGEList object

res

list of results of topTags(glmLRT(glmFit(dge, design)),...)$table

alpha

threshold to apply to the FDR

group

vector of the condition from which each sample belongs

adjMethod

p-value adjustment method for multiple testing

conds

biological conditions of the experiment

versionName

versionName of the project

info

data.frame containing information about features

export

FALSE to avoid creating the Excel files (gain of time)

Value

A list of data.frame containing the results of the differential analysis (counts, FC, log2FC, p-value, etc.)

Author(s)

Marie-Agnes Dillies and Hugo Varet


biomics-pasteur-fr/RNADiff documentation built on Aug. 27, 2020, 12:44 a.m.