plotDegCC: Plot the degree of nodes versus the degree times the...

Description Usage Arguments Examples

View source: R/edgefinder.R

Description

The x-axis represents the number of neighbors of each node, and the y-axis represents the proportion of neighbors which are connected to each other.

Usage

1
plotDegCC(edgefinderobj, clusterInfo = NULL, highlightNodes = NULL)

Arguments

edgefinderobj

The object (list) returned by edgefinder.

clusterInfo

obtained from graphComponents. If not provided by the user, it will be computed on the fly.

highlightNodes

A vector of node-numbers which will be shown in red. Default is NULL.

Examples

1
2
3
4
   data(WT)
   WTres <- edgefinder(WT, ttl = "Wild Type")
   WTComp <- graphComponents(WTres$AdjMat)
   plotDegCC(WTres,WTComp)

haimbar/edgefinder documentation built on Dec. 20, 2021, 2:45 p.m.