downloadTSet: Download a ToxicoSet object

Description Usage Arguments Value Examples

View source: R/downloadTSet.R

Description

This function allows you to download a ToxicoSet object for use with this package. The ToxicoSets have been extensively curated and organised within a PharacoSet class, enabling use with all the analysis tools provided in PharmacoGx.

Usage

1
downloadTSet(name, saveDir = tempdir(), tSetFileName = NULL, verbose = TRUE)

Arguments

name

Character string, the name of the PhamracoSet to download.

saveDir

Character string with the folder path where the ToxicoSet should be saved. Defaults to './tSets/'. Will create directory if it does not exist.

tSetFileName

character string, the file name to save the dataset under

verbose

bool Should status messages be printed during download. Defaults to TRUE.

Value

A tSet object with the dataset, downloaded from our server

Examples

1
2
3
if (interactive()){
downloadtSet("TGGATESvignette")
}

ToxicoGx documentation built on Jan. 20, 2020, 5:06 p.m.