PeCorA: PeCorA

Description Usage Arguments Details Value Author(s) Examples

View source: R/PeCorA.R

Description

core function of PeCorA workflow

Usage

1
PeCorA(scaled_peptides)

Arguments

scaled_peptides

scaled data

Details

PeCorA function relies on linear model to assess whether the slope of a peptide’s change across treatment groups differs from the slope of all other peptides assigned to the same protein.

Value

dataframe output of PeCorA analysis

Author(s)

Maria Dermit maria.dermit@qmul.ac.uk

Examples

1
2
3
if (interactive()) {
  disagree_peptides <- PeCorA(scaled_peptides)
}

demar01/PeCorA documentation built on Feb. 4, 2021, 8:44 p.m.