Networking | R Documentation |
This function uses STRING API to plot the network.
Networking(
data,
FileName = NULL,
species = "9606",
plot_width = 25,
plot_height = 15,
retries = 3
)
data |
A gene list. |
FileName |
A string vector showing the name to be used to save the resulted network. If 'NULL', the network will be saved to a temporary directory |
species |
The taxonomy name/id. Default is "9606" for Homo sapiens. |
plot_width |
Plot width |
plot_height |
Plot height |
retries |
maximum number of attempts to connect to the STRING api. |
A plot of the network
https://string-db.org/api/
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.