build_graph_from_sq_mat {GWENA} | 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)