tolerance {CeTF}R Documentation

Tolerance level between 3 pairwise correlations

Description

Calculates the local tolerance for every trio of genes.

Usage

tolerance(a, b, c, tolType = "mean")

Arguments

a

Correlation value between the genes A and B.

b

Correlation value between the genes B and C.

c

Correlation value between the genes A and C.

tolType

Calculation type for tolerance (mean, min, max, median) (default: 'mean').

Value

Returns the value of tolerance.

See Also

See vignette for more details about the pairwise correlations.

Examples

tolerance(0.5, -0.65, 0.23, tolType = 'mean')
tolerance(0.5, -0.65, 0.23, tolType = 'max')
tolerance(0.5, -0.65, 0.23, tolType = 'min')
tolerance(0.5, -0.65, 0.23, tolType = 'median')


[Package CeTF version 0.99.19 Index]