| tolerance | R Documentation | 
Calculates the local tolerance for every trio of genes.
tolerance(a, b, c, tolType)
| 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 (1 for mean, 2 for min and 3 for max). | 
Returns the value of tolerance.
See vignette for more details about the pairwise correlations.
tolerance(0.5, -0.65, 0.23, tolType = 1) tolerance(0.5, -0.65, 0.23, tolType = 2) tolerance(0.5, -0.65, 0.23, tolType = 3)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.