get_hubs_gcn {BioNERO} | R Documentation |
Get GCN hubs
get_hubs_gcn(exp, net)
exp |
A gene expression data frame with genes in row names and samples in column names or a 'SummarizedExperiment' object. |
net |
List object returned by |
Data frame containing gene IDs, modules and intramodular connectivity of all hubs.
Fabricio Almeida-Silva
data(filt.se) gcn <- exp2gcn(filt.se, SFTpower = 18, cor_method = "pearson") hubs <- get_hubs_gcn(filt.se, gcn)