examplePeptideTracesFiltered: Examplary peptide level traces object after filtering

Description Usage Format Examples

Description

Peptide level traces object as generated by filtering for consecutive id stratches and sibling peptide correlation.

Usage

1

Format

An object of class traces of length 4.

Examples

1
2
3
4
5
6
consecutiveFilteredTraces <- filterConsecutiveIdStretches(examplePeptideTraces,
                                                          min_stretch_length = 3)
sibPepCorrFilteredTraces <- filterBySibPepCorr(consecutiveFilteredTraces,
                                               fdr_cutoff = NULL, 
                                               absolute_spcCutoff = 0.2)
all.equal(sibPepCorrFilteredTraces,examplePeptideTracesFiltered)

CCprofiler/CCprofiler documentation built on May 19, 2021, 7:40 p.m.