[381c22]: / man / Networking.Rd

Download this file

40 lines (34 with data), 830 Bytes

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