sponge_node_centralities: Computes various node centralities

View source: R/fn_network_centralities.R

sponge_node_centralitiesR Documentation

Computes various node centralities

Description

Computes degree, eigenvector centrality and betweenness centrality for the ceRNA interaction network induced by the results of the SPONGE method

Usage

sponge_node_centralities(sponge_result, directed = FALSE)

Arguments

sponge_result

output of the sponge method

directed

Whether to consider the input network as directed or not.

Value

data table or data frame with gene, degree, eigenvector and betweenness

See Also

sponge

Examples

sponge_node_centralities(ceRNA_interactions)

mlist/SPONGE documentation built on Feb. 12, 2023, 1:22 a.m.