Skip to contents

Finds highly connected genes (hubs) in the network.

Usage

identify_hubs(
  links,
  cluster = NULL,
  top_n = 20,
  method = c("degree", "betweenness", "eigenvector")
)

Arguments

Links object

cluster

Specific cluster

top_n

Number of top hubs

method

Hub definition: "degree", "betweenness", "eigenvector"

Value

Data frame with hub genes