histPlot | R Documentation |
Generate the histogram for adjacency matrix to show the clustering coefficient distribution.
histPlot(mat)
mat |
Adjacency matrix resulting from PCIT analysis in which has some zero values. |
Returns the histogram of connectivity distribution.
# 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.