histPlot: Histogram of connectivity distribution

View source: R/histPlot.R

histPlotR Documentation

Histogram of connectivity distribution

Description

Generate the histogram for adjacency matrix to show the clustering coefficient distribution.

Usage

histPlot(mat)

Arguments

mat

Adjacency matrix resulting from PCIT analysis in which has some zero values.

Value

Returns the histogram of connectivity distribution.

Examples

# loading a simulated normalized data
data(simNorm)

# getting the PCIT results for first 30 genes
results <- PCIT(simNorm[1:30, ])

# plotting the histogram for PCIT significance results
histPlot(results$adj_sig)




cbiagii/pcitRif documentation built on Feb. 5, 2023, 9:03 p.m.