|
a |
|
b/man/Networking.Rd |
|
|
1 |
% Generated by roxygen2: do not edit by hand |
|
|
2 |
% Please edit documentation in R/Networking.R |
|
|
3 |
\name{Networking} |
|
|
4 |
\alias{Networking} |
|
|
5 |
\title{Plotting the network.} |
|
|
6 |
\usage{ |
|
|
7 |
Networking( |
|
|
8 |
data, |
|
|
9 |
FileName = NULL, |
|
|
10 |
species = "9606", |
|
|
11 |
plot_width = 25, |
|
|
12 |
plot_height = 15, |
|
|
13 |
retries = 3 |
|
|
14 |
) |
|
|
15 |
} |
|
|
16 |
\arguments{ |
|
|
17 |
\item{data}{A gene list.} |
|
|
18 |
|
|
|
19 |
\item{FileName}{A string vector showing the name to be used to save the |
|
|
20 |
resulted network. If `NULL`, the network will be saved to a temporary |
|
|
21 |
directory} |
|
|
22 |
|
|
|
23 |
\item{species}{The taxonomy name/id. Default is "9606" for Homo sapiens.} |
|
|
24 |
|
|
|
25 |
\item{plot_width}{Plot width} |
|
|
26 |
|
|
|
27 |
\item{plot_height}{Plot height} |
|
|
28 |
|
|
|
29 |
\item{retries}{maximum number of attempts to connect to the STRING api.} |
|
|
30 |
} |
|
|
31 |
\value{ |
|
|
32 |
A plot of the network |
|
|
33 |
} |
|
|
34 |
\description{ |
|
|
35 |
This function uses STRING API to plot the network. |
|
|
36 |
} |
|
|
37 |
\references{ |
|
|
38 |
https://string-db.org/api/ |
|
|
39 |
} |