Extract p-value from ANOVA summary



Extract p-value from ANOVA summary

res.aov <- aov(expr ~ Label, data = new_df)
summary(res.aov)[[1]][["Pr(>F)"]][1]

Comments

Popular posts from this blog

gspread error:gspread.exceptions.SpreadsheetNotFound

Miniconda installation problem: concurrent.futures.process.BrokenProcessPool: A process in the process pool was terminated abruptly while the future was running or pending.

转载:彻底搞清楚promoter, exon, intron, and UTR