download_ctd_genes {CTDquerier} | R Documentation |
This function download the "Gene vocabulary" file (CTD_genes.tsv.gz
)
from http://ctdbase.org/downloads
.
download_ctd_genes(verbose = FALSE, ask = TRUE)
verbose |
(default |
ask |
(default |
The field included in the file (CTD_genes.tsv.gz
) are:
GeneSymbol
GeneName
GeneID (NCBI Gene identifier)
AltGeneIDs (alternative NCBI Gene identifiers; '|'-delimited list)
Synonyms ('|'-delimited list)
BioGRIDIDs ('|'-delimited list)
PharmGKBIDs ('|'-delimited list)
UniprotIDs ('|'-delimited list)
Passed name into filename
argument if it could be download
1
otherwise.
download_ctd_genes()