CTDquerier {CTDquerier} | R Documentation |
Package for CTDbase data query, data visualization and data analysis.
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.