View source: R/fn_network_centralities.R
sponge_node_centralities | 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)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.