View source: R/downloadGeneInfo.R
getInfo | R Documentation |
This function retrieves the full table of curated genes annotations
getInfo(
group = c("sudo", "docker"),
data.folder = getwd(),
url,
type = c("pubmed", "omim")
)
group |
a character string. Two options: |
data.folder |
a character string indicating where downloaded data will be stored |
url |
the url to download the full dataset |
type |
PUBMED or OMIM |
one file files: gene_with_protein_product.txt
Raffaele Calogero
## Not run:
getInfo(group="docker",data.folder=getwd(),
url="ftp.ebi.ac.uk/pub/databases/genenames/new/tsv/locus_types/gene_with_protein_product.txt", type="pubmed")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.