View source: R/compare_nodestat.R
compare_nodestats | R Documentation |
Compare gene-specific network statistics across cancers
compare_nodestats( matrigraph_summary, genes, nodestat_type = "Strength", output = "plotly" )
matrigraph_summary |
The output of the matrigraph_summary function |
genes |
A character vector of genenames |
nodestat_type |
With the default usage of matrigraph_summary, this argument could be "Betweenness", "Closeness", "Strength", or "ExpectedInfluence". |
output |
oOutput type: either "ggplot" or "plotly" |
A grouped barplot
print("compare_nodestats(matrigraph_summary, genes)")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.