download_ctd_dise | R Documentation |
This function download the "Disease vocabulary" file (CTD_diseases.tsv.gz
)
from http://ctdbase.org/downloads
.
download_ctd_dise(verbose = FALSE, ask = TRUE)
verbose |
(default |
ask |
(default |
The field included in the file (CTD_diseases.tsv.gz
) are:
DiseaseName
DiseaseID (MeSH or OMIM identifier)
Definition
AltDiseaseIDs (alternative identifiers; '|'-delimited list)
ParentIDs (identifiers of the parent terms; '|'-delimited list)
TreeNumbers (identifiers of the disease's nodes; '|'-delimited list)
ParentTreeNumbers (identifiers of the parent nodes; '|'-delimited list)
Synonyms ('|'-delimited list)
SlimMappings (MEDIC-Slim mappings; '|'-delimited list)
Passed name into filename
argument if it could be download
1
otherwise.
download_ctd_dise() file.exists( "CTD_diseases.tsv.gz" )
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.