RatioNormalizedIntersect: RatioNormalizedIntersect class

Description Usage Format Value Constructor Author(s) See Also

Description

An object which is a interface to calculate the ratio of profiles intersection area between two normalized profiles.The profiles are

The RatioNormalizedIntersect object is needed to calculate the ratio of profiles intersection area between two normalized profiles. A threshold and the two profiles are set during the RatioNormalizedIntersect object creation. If different profiles are needed, the calculateMetric function should be used, with the new profiles passed as arguments to update those values inside the RatioNormalizedIntersect object.

The threshold is the minimum total normalized area value accepted to calculate a ratio.

Usage

1

Format

An object of class R6ClassGenerator of length 24.

Value

The RatioNormalizedIntersect$new function returns a RatioNormalizedIntersect object which contains the information about the two profiles. It can be used, as many times needed, to calculate the specified metric.

Constructor

Create a RatioNormalizedIntersect object.

RatioNormalizedIntersect$new(profile1, profile2, threshold = 1)

The threshold is the minimum total normalized area value accepted to calculate a ratio. Default = 1

The RatioNormalizedIntersect object inherites those functions:

Author(s)

Astrid Deschenes

See Also


similaRpeak documentation built on Nov. 8, 2020, 6:56 p.m.