AnoVaOMICS: Automatic calculation of an ANOVA for OMICS data

View source: R/AnoVaOMICS.R

AnoVaOMICSR Documentation

Automatic calculation of an ANOVA for OMICS data

Description

Automatic calculation of an ANOVA for OMICS data

Usage

AnoVaOMICS(df, grp, threshold = 5, method.Adj = "BH")

Arguments

df

dataframe (variable in columns, samples in rows)

grp

sample grouping column

threshold

threshold for significance (expressed as a percentage)

method.Adj

method used for multiple comparison adjustment ("holm", "hochberg", "hommel", "bonferroni", "BH", "BY", "fdr", "none")

Value

dataframe with significant variables

Examples

data(LIHC_pnas)
# subset of TCGA data from LIHC
res<-AnoVaOMICS(LIHC_pnas, iHCC, threshold=1) # 1% threshold

AlexINSERM/Sci.ADS documentation built on March 24, 2024, 11:26 p.m.