NetAnalysis | R Documentation |
This function checks the connectivity degree and the betweenness centrality, which reflect the communication flow in the defined PPI networks
NetAnalysis(data, export = FALSE, FileName = "NetworkAnalysisTable-1")
data |
Protein-protein interaction data frame resulted from running the PPI function. |
export |
if 'TRUE', exports the analysis table as a csv file |
FileName |
suffix for the file name (if export = TRUE) |
A network analysis table
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.