Learn R Programming

MetaboAnalystR (version 2.0.0)

PerformLimmaDE: Perform differential expression analysis using Limma for individually-uploaded data.

Description

This function performs DE analysis of individually-uploaded data prior to meta-analysis.

Usage

PerformLimmaDE(mSetObj = NA, dataName, p.lvl = 0.1, fc.lvl = 0)

Arguments

mSetObj

Input name of the created mSet Object

dataName

Input the name of the individual dataset for normalization.

p.lvl

Numeric, input the p-value (FDR) cutoff.

fc.lvl

Numeric, input the fold-change (FC) cutoff.