sponge_node_centralities {SPONGE} | R Documentation |
Computes degree, eigenvector centrality and betweenness centrality for the ceRNA interaction network induced by the results of the SPONGE method
sponge_node_centralities(sponge_result, directed = FALSE)
sponge_result |
output of the sponge method |
directed |
Whether to consider the input network as directed or not. |
data table or data frame with gene, degree, eigenvector and betweenness
sponge
sponge_node_centralities(ceRNA_interactions)