get_hubs_gcn: Get GCN hubs

View source: R/gcn_inference.R

get_hubs_gcnR Documentation

Get GCN hubs

Description

Get GCN hubs

Usage

get_hubs_gcn(exp, net)

Arguments

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 exp2gcn.

Value

Data frame containing gene IDs, modules and intramodular connectivity of all hubs.

Author(s)

Fabricio Almeida-Silva

See Also

signedKME

Examples

data(filt.se)
gcn <- exp2gcn(filt.se, SFTpower = 18, cor_method = "pearson")
hubs <- get_hubs_gcn(filt.se, gcn)

almeidasilvaf/BioNERO documentation built on March 25, 2024, 9:14 p.m.