CTDquerier {CTDquerier} | R Documentation |
It can retrieve information related to genes, chemicals and diseases.
CTDquerier
offers two functions to query CTDbase (http://ctdbase.org):
query_ctd_gene
to query CTDbase given a set of genes; and
query_ctd_chem
to query CTDbase given a set of chemicals. Both
functions returns CTDdata
objects. Raw downloaded information
can be retrieved from CTDdata
using method
get_table
.
CTDdata
objects offers basic visualization of the downloaded
information using standard plot
method.