CorrelationLink: CorrelationLink constructor

CorrelationLinkR Documentation

Description

CorrelationLink constructor

Usage

CorrelationLink(
  source,
  target,
  correlationCoef = 1,
  pValue = NULL,
  color = NULL
)

## S4 method for signature 'Node,Node'
CorrelationLink(
  source,
  target,
  correlationCoef = 1,
  pValue = NULL,
  color = NULL
)

## S4 method for signature 'character,character'
CorrelationLink(
  source,
  target,
  correlationCoef = 1,
  pValue = NULL,
  color = NULL
)

## S4 method for signature 'numeric,numeric'
CorrelationLink(
  source,
  target,
  correlationCoef = 1,
  pValue = NULL,
  color = NULL
)

## S4 method for signature 'NodeId,NodeId'
CorrelationLink(
  source,
  target,
  correlationCoef = 1,
  pValue = NULL,
  color = NULL
)

## S4 method for signature 'missing,missing'
CorrelationLink(
  source,
  target,
  correlationCoef = 1,
  pValue = NULL,
  color = NULL
)

Arguments

source

The source node identifier

target

The target node identifier

correlationCoef

The correlation coefficient (weight) of the link

pValue

The p-value of the link

color

The color of the link


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