sponge_edge_centralities: Computes edge centralities

View source: R/fn_network_centralities.R

sponge_edge_centralitiesR Documentation

Computes edge centralities

Description

Computes edge betweenness centrality for the ceRNA interaction network induced by the results of the SPONGE method.

Usage

sponge_edge_centralities(sponge_result)

Arguments

sponge_result

The output generated by the sponge method.

Value

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

See Also

sponge

Examples

sponge_edge_centralities(ceRNA_interactions)

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