Description Usage Arguments Details Value Examples
Expand node selection using network propagation algorithms generating the expanded network for a core of genes and the network plot of this subnetwork.
1 |
object |
CeTF object resulted from |
cond |
Which conditions to be used to perform the diffusion analysis. The options are: network1 (1th condition) and network2 (2th condition). |
genes |
A single gene or a vector of characters indicating which genes will be used to perform diffusion analysis. |
cyPath |
System path of Cytoscape software (see details for further informations). |
name |
Network output name (default: top_diffusion) |
label |
If label is TRUE, shows the names of nodes (default: TRUE). |
To perform the diffusion analysis is necessary to install the latest Cytoscape software version (https://cytoscape.org/).
The cyPath argument varies depending on the operating system used, for example:
For Windows users: C:/Program Files/Cytoscape_v3.8.0/Cytoscape.exe
For Linux users: /home/user/Cytoscape_v3.8.0/Cytoscape
For macOS users: /Applications/Cytoscape_v3.8.0/cytoscape.sh
Returns a list with the plot of the network and a table with the diffusion network.
1 2 3 4 5 6 7 8 9 10 11 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.