exampleProteinFeatures: Examplary output of the 'findProteinFeatures' function

Description Usage Format Examples

Description

Each row in this data.table corresponds to a detected protein co-elution signal. Multiple features per protein can be detected.

Usage

1

Format

An object of class data.table (inherits from data.frame) with 461 rows and 16 columns.

Examples

1
2
3
4
## Protein feature finding result generation
calibration <- calibrateMW(exampleCalibrationTable)
proteinFeatures <- findProteinFeatures(traces = examplePeptideTracesFiltered) 
all.equal(proteinFeatures,exampleProteinFeatures)

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