View source: R/gcn_inference.R
get_hubs_gcn | 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
signedKME
data(filt.se)
gcn <- exp2gcn(filt.se, SFTpower = 18, cor_method = "pearson")
hubs <- get_hubs_gcn(filt.se, gcn)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.