annotateComplexFeatures: A helper function to extend a list of complex features with...

Description Usage Arguments Value

View source: R/annotateComplexFeatures.R

Description

A helper function to extend a list of complex features with additional information.

Usage

1
2
annotateComplexFeatures(traces.obj, complexFeatureStoichiometries,
  complex.annotation)

Arguments

traces.obj

An object of type traces.obj.

complexFeatureStoichiometries

An object of type complexFeatureStoichiometries that is a list containing the following:

  • feature data.table containing complex feature candidates in the following format:

    • left_sw The left boundary of the sliding-window feature.

    • right_sw The right boundary of the sliding-window feature.

    • score The intra-sliding-window-feature correlation.

    • n_subunits The number of protein_ids in the sliding-window feature.

    • apax The apex of the selected peak by the peak-picker.

    • left_pp The left boundary of the selected peak by the peak-picker.

    • right_pp The right boundary of the selected peak by the peak-picker.

    • area The area (entire complex) of the selected peak by the peak-picker.

    • id The protein_ids of the feature separated by semi-colons.

    • total_intensity The intensity of all protein_ids of the feature separated by semi-colons.

    • intensity_ratio The intensity ratio of all protein_ids of the feature separated by semi-colons.

    • stoichiometry The rounded intensity_ratio of all protein_ids of the feature separated by semi-colons.

complex.annotation

A data.table that stores the complex name and protein subunits for each complex_id.

  • complex_id

  • complex_name

  • protein_id

Value

An object of type complexFeaturesAnnotated that is a list containing the following:


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