histPlot: Histogram of connectivity distribution

Description Usage Arguments Value Examples

View source: R/histPlot.R

Description

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

Usage

1
histPlot(mat)

Arguments

mat

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

Value

Returns the histogram of connectivity distribution.

Examples

1
2
3
4
5
6
7
8
# 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)

CeTF documentation built on Nov. 25, 2020, 2 a.m.