findComplexFeaturesPP: A helper function to perform peak picking on the complex...

Description Usage Arguments Value

View source: R/findComplexFeaturesPP.R

Description

A helper function to perform peak picking on the complex features detected by the sliding-window approach.

Usage

1
2
findComplexFeaturesPP(traces.obj, complexFeaturesSW, smoothing_length,
  rt_height)

Arguments

traces.obj

An object of type traces.obj.

complexFeaturesSW

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

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

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

    • 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.

  • window.size The window.size used when running this function.

  • corr.cutoff The corr.cutoff used when running this function.

smoothing_length

Integer length of savitzgy-golay filter.

Value

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


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