availableTSets: Return a table of ToxicoSets available for download

View source: R/downloadTSet.R

availableTSetsR Documentation

Return a table of ToxicoSets available for download

Description

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.

Usage

availableTSets(canonical = TRUE)

Arguments

canonical

logical Should available TSets show only official TSets, or should user generated TSets be included?

Details

Much more information on the processing of the data and data provenance can be found at: www.orcestra.ca

Value

A data.frame with details about the available ToxicoSet objects

Examples

if (interactive()){
availableTSets()
}


bhklab/ToxicoGx documentation built on March 18, 2023, 6:44 a.m.