calculateFeatureCorrelation: A helper function to calculate correlation within peak...

Description Usage Arguments Details Value

View source: R/calculateFeatureCorrelation.R

Description

A helper function to calculate correlation within peak boundaries after Feature detection with sliding window.

Usage

1
calculateFeatureCorrelation(trace.mat, features.obj, toTable = FALSE)

Arguments

toTable

wether the output should be in table format, or in the original complexFeatures format.

traces.obj

An object of type traces.obj.

features

An object of type complexFeatures as generated by the findComplexFeatures function.

Details

The mean correlation of all detected subunits and total peak area is calculated. This is a helper function for FindComplexFeatures.

Value

An List containing a features table. Every Feature now has an added peak_corr and area value.


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