availableTSets {ToxicoGx} | R Documentation |
The function fetches a table of all ToxicoSets available for download from the ToxicoGx server. The table includes the names of the ToxicoSet, the types of data available in the object, and the date of last update.
availableTSets(canonical = TRUE)
canonical |
['logical'] Should available TSets show only official TSets, or should user generated TSets be included? |
Much more information on the processing of the data and data provenance can be found at: www.orcestra.ca
A data.frame with details about the available ToxicoSet objects
if (interactive()){ availablePSets() }