graph_cluster | R Documentation |
Performs graph-based clustering.
graph_cluster(ret, func = igraph::cluster_leiden, factorize = TRUE)
ret |
biotext class object |
func |
community detection algorithm in igraph |
factorize |
convert to factor upon assigning |
Performs graph-based clustering using igraph and stores the information in the biotext object. Default to use 'igraph::cluster_leiden'.
biotext class object
testgenes <- c("IRF3","PNKP","DDX41","ERCC1","ERCC2","XRCC1")
refseq(testgenes) |> graph_cluster()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.