PeCorA_preprocessing: PeCorA_preprocessing

Description Usage Arguments Details Value Author(s) Examples

Description

steps to pre-process data for PeCorA

Usage

1
2
3
4
5
6
PeCorA_preprocessing(
  pecora_format,
  area_column_name,
  threshold_to_filter,
  control_name
)

Arguments

pecora_format

dataframe in PeCorA format

area_column_name

numeric column number with peak areas

threshold_to_filter

numeric threshold for peak areas to filter

control_name

character control reference

Details

Peak areas are log transformed and scaled to center. After global scaling, each peptide scaling was performed to center each peptide relative to the mean of the control group’s peak area.

Value

dataframe output of pre-processed data ready for PeCorA analysis

Author(s)

Maria Dermit maria.dermit@qmul.ac.uk

Examples

1
2
3
4
5
6
if(interactive()){
scaled_peptides <- PeCorA_preprocessing(pecora_format,
                                         area_column_name=4,
                                         threshold_to_filter=100,
                                         control_name="control")
}

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