View source: R/id_enriched_proteins.R
| id_enriched_proteins | R Documentation | 
Identify enriched proteins based in input thresholds.
id_enriched_proteins( df, logfc_dir = "positive", logfc_cutoff = NULL, p_cutoff = NULL, fdr_cutoff = 0.1 )
df | 
 data.frame contaiing 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 enriched
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.