View source: R/id_enriched_proteins.R
id_significant_proteins | R Documentation |
Identify significant proteins based in input thresholds.
id_significant_proteins( df, logfc_dir = "positive", logfc_cutoff = NULL, p_cutoff = NULL, fdr_cutoff = 0.1 )
df |
data.frame containing logFC, pvalue, and FDR columns |
logfc_dir |
string indicating direction of logFC cutoff ("positive" or "negative") |
logfc_cutoff |
numeric value indicating logFC cutoff |
p_cutoff |
numeric value indicating pvalue cutoff |
fdr_cutoff |
numeric value indicating FDR cutoff |
data.frame containing df + signficanct column of boolean values indicating which df rows (proteins) are significant according to FDR correction.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.