AnoVaOMICS | R Documentation |
Automatic calculation of an ANOVA for OMICS data
AnoVaOMICS(df, grp, threshold = 5, method.Adj = "BH")
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") |
dataframe with significant variables
data(LIHC_pnas)
# subset of TCGA data from LIHC
res<-AnoVaOMICS(LIHC_pnas, iHCC, threshold=1) # 1% threshold
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.