| load_ctd_chem | R Documentation |
.tsv.gz file for chemicalsFunction to load the .tsv.gz file for chemicals
load_ctd_chem(verbose = FALSE)
verbose |
(default |
The field included in the file (CTD_chemicals.tsv.gz) are:
ChemicalName
ChemicalID (MeSH identifier)
CasRN (CAS Registry Number, if available)
Definition
ParentIDs (identifiers of the parent terms; '|'-delimited list),
TreeNumbers (identifiers of the chemical's nodes; '|'-delimited list),
ParentTreeNumbers (identifiers of the parent nodes; '|'-delimited list),
Synonyms ('|'-delimited list)
DrugBankIDs ('|'-delimited list)
A data.frame with the content of the file "CTD_genes.tsv.gz"
if(download_ctd_chem()){
fdl <- load_ctd_chem()
dim( fdl )
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.