Description Usage Arguments Details Value
This function download the "Disease vocabulary" file (CTD_diseases.tsv.gz
)
from http://ctdbase.org/downloads
.
1 2 | download_ctd_dise(filename = "CTD_diseases.tsv.gz", mode = "auto",
verbose = FALSE)
|
filename |
(default |
mode |
(default |
verbose |
(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.