Finds highly connected genes (hubs) in the network.
Usage
identify_hubs(
links,
cluster = NULL,
top_n = 20,
method = c("degree", "betweenness", "eigenvector")
)Finds highly connected genes (hubs) in the network.
identify_hubs(
links,
cluster = NULL,
top_n = 20,
method = c("degree", "betweenness", "eigenvector")
)