getInfo.Rd
This function retrieves the full table of curated genes annotations
a character string. Two options: "sudo"
or "docker"
, depending to which group the user belongs
a character string indicating where downloaded data will be stored
the url to download the full dataset
PUBMED or OMIM
one file files: gene_with_protein_product.txt
if (FALSE) {
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")
}