Description Usage Arguments Details Value Examples
Function to load the .tsv.gz
file for chemicals
1 | load_ctd_chem(filename = "CTD_chemicals.tsv.gz")
|
filename |
(default "CTD_chemicals.tsv.gz") File with the chemicals downloaded from CTDbase. |
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"
1 2 3 | 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.