pruneLinksByCorrelationCoef: Prune Links by Correlation Coefficient

View source: R/methods-CorrelationNetwork.R

pruneLinksByCorrelationCoefR Documentation

Prune Links by Correlation Coefficient

Description

Removes links that have an absolute correlation coefficient below a threshold. This is a convenience function that calls pruneCorrelationLinks.

Usage

pruneLinksByCorrelationCoef(
  net,
  correlationCoefThreshold = NULL,
  verbose = c(TRUE, FALSE)
)

Arguments

net

A CorrelationNetwork object

correlationCoefThreshold

The threshold

verbose

If TRUE, will print messages


VEuPathDB/plot.data documentation built on Feb. 20, 2025, 6:33 p.m.