Skip to contents

The function fetches a table of all PharmacoSets available for download. The table includes the dataset names, version information for the data in the PSet, the date of last update, the name of the PSet, and references for the data contained within, a DOI for the data, and a direct download link. Download can also be done using the downloadPSet function.

Usage

availablePSets(canonical = TRUE)

Arguments

canonical

logical(1) Should available PSets show only official PSets, or should user generated PSets be included?

Value

A data.frame with details about the available PharmacoSet objects

Details

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

Examples

if (interactive()){
    availablePSets()
}