id_enriched_proteins: Identify enriched proteins

View source: R/id_enriched_proteins.R

id_enriched_proteinsR Documentation

Identify enriched proteins

Description

Identify enriched proteins based in input thresholds.

Usage

id_enriched_proteins(
  df,
  logfc_dir = "positive",
  logfc_cutoff = NULL,
  p_cutoff = NULL,
  fdr_cutoff = 0.1
)

Arguments

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

Value

data.frame containing df + signficanct column of boolean values indicating which df rows (proteins) are enriched


lagelab/Genoppi documentation built on Oct. 13, 2022, 2:36 p.m.