This function provides a unified wrapper to build networks
from propr
and propd
objects.
getNetwork(object, cutoff = NA, propr.object, propr.cutoff = NA,
thetad.object, thetad.cutoff = NA, thetae.object, thetae.cutoff = NA,
col1, col2, include = NA, or = TRUE, d3 = FALSE)
Any propr
or propd
object.
A cutoff argument for object
, passed
to getResults
.
A propr
object or an appropriate propd
object.
A cutoff
argument passed to getResults
.
A character vector. Specifies which nodes
to color red
or blue
, respectively.
A character vector. Specifies which nodes
to color red
or blue
, respectively.
This argument indicates which features by
name should belong to a pair for that pair to get included
in the results. Subset performed by
Partner %in% subset | Pair %in% subset
.
A boolean. If FALSE
, include
subsets
by Partner %in% subset & Pair %in% subset
.
A boolean. Use rgl
to plot 3D network.
A network object.