build_graph_from_sq_mat | R Documentation |
Takes a squared matrix containing the pairwise similarity scores for each gene and return a igraph object.
build_graph_from_sq_mat(sq_mat)
sq_mat |
matrix or data.frame, squared matrix representing |
An igraph object
mat <- matrix(runif(40*40), 40)
build_graph_from_sq_mat(mat)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.