load_ctd_dise | R Documentation |
.tsv.gz
file for diseaseFunction to load the .tsv.gz
file for disease
load_ctd_dise(verbose = FALSE)
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)
A data.frame
with the content of the file "CTD_genes.tsv.gz"
if(download_ctd_dise()){ fdl <- load_ctd_dise() dim( fdl ) }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.