Description Usage Arguments Value Examples
Takes a squared matrix containing the pairwise similarity scores for each gene and return a igraph object.
1 | build_graph_from_sq_mat(sq_mat)
|
sq_mat |
matrix or data.frame, squared matrix representing |
An igraph object
1 2 | 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.