exampleComplexFeatures: Examplary output of the 'findComplexFeatures' function

Description Usage Format Examples

Description

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

Usage

1

Format

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

Examples

1
2
3
4
5
 ## complex feature finding result generation
 calibration <- calibrateMW(exampleCalibrationTable)
 complexFeatures <- findComplexFeatures(traces = exampleProteinTraces, 
                                        complex_hypothesis = exampleComplexHypotheses) 
 all.equal(complexFeatures,exampleComplexFeatures)

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