examplePeptideTraces: Examplary peptide level traces object before any filtering #'...

Description Usage Format Examples

Description

Examplary peptide level traces object before any filtering #' Peptide level traces object as generated by annotating a raw peptide level tarces object with Uniprot annotations and a molecular weight calibration.

Usage

1

Format

An object of class traces of length 4.

Examples

1
2
3
4
5
6
7
8
## peptide traces annotation
rawPeptideTraces <- examplePeptideTracesUnannotated
calibration <- calibrateMW(exampleCalibrationTable)
peptideTracesUniprot <- annotateTraces(rawPeptideTraces,
                                    trace_annotation = exampleTraceAnnotation)
peptideTracesUniprotCalibration <- annotateMolecularWeight(peptideTracesUniprot,
                                                               calibration = calibration)
all.equal(peptideTracesUniprotCalibration,examplePeptideTraces)

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