| prepString | R Documentation | 
prepString downloads and prepares the data sets of
STRING interactions, accession lookups and gene
name lookups.
prepString(
  species = "human",
  links_url = NULL,
  aliases_url = NULL,
  info_url = NULL,
  db_path = "~/proteoQ/dbs/string",
  filename = NULL,
  overwrite = FALSE
)
| species | Character string; the name of a species for the
conveninent preparation of STRING databases. The species available
for the convenience feature is in one of  | 
| links_url | A URL to STRING interaction
data. A valid web address is required for species other than
 | 
| aliases_url | A URL to STRING aliases
between  | 
| info_url | A URL to STRING display names
between  | 
| db_path | Character string; the local path for database(s). The default
is  | 
| filename | Use system default. Otherwise, the user-provided basename will
be prepended with  | 
| overwrite | Logical; if TRUE, overwrite the downloaded database(s). The default is FALSE. | 
anal_prnString for protein-protein interaction
networks.
prepString(
 # species = fly, 
 links_url = "https://stringdb-static.org/download/protein.links.full.v11.0/7227.protein.links.full.v11.0.txt.gz",
 aliases_url = "https://stringdb-static.org/download/protein.aliases.v11.0/7227.protein.aliases.v11.0.txt.gz",
 info_url = "https://stringdb-static.org/download/protein.info.v11.0/7227.protein.info.v11.0.txt.gz", 
 filename = string_dm.rds,
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.