pruneCorrelationLinks | R Documentation |
This function filters CorrelationLinkList by pValue and correlationCoef
pruneCorrelationLinks(
object,
correlationCoefThreshold = NULL,
pValueThreshold = NULL,
verbose = c(TRUE, FALSE)
)
## S4 method for signature 'CorrelationLinkList'
pruneCorrelationLinks(
object,
correlationCoefThreshold = NULL,
pValueThreshold = NULL,
verbose = c(TRUE, FALSE)
)
## S4 method for signature 'CorrelationNetwork'
pruneCorrelationLinks(
object,
correlationCoefThreshold = NULL,
pValueThreshold = NULL,
verbose = c(TRUE, FALSE)
)
object |
CorrelationLinkList or CorrelationNetwork |
correlationCoefThreshold |
threshold to filter edges by correlation coefficient. Default is NULL. Any links with absolute correlation coefficients below this threshold will be removed. |
pValueThreshold |
threshold to filter edges by p-value. Default is NULL. Any links with p-values above this threshold will be removed. |
verbose |
boolean indicating if timed logging is desired |
CorrelationLinkList or CorrelationNetwork
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.