get_hubs {CEMiTool} | R Documentation |
Returns n
genes in each module with high connectivity.
get_hubs(cem, ...) ## S4 method for signature 'CEMiTool' get_hubs(cem, n = 5)
cem |
Object of class |
... |
Optional parameters. |
n |
Number of genes to return in each module (default: 5). |
A list
containing hub genes.
# Get example CEMiTool object data(cem) # Get module hubs hubs <- get_hubs(cem, n=10)