downloadTSet {ToxicoGx} | R Documentation |
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
.
downloadTSet(name, saveDir = tempdir(), tSetFileName = NULL, verbose = TRUE)
name |
|
saveDir |
|
tSetFileName |
|
verbose |
|
A tSet object with the dataset, downloaded from our server
if (interactive()) { drugMatrix_rat <- downloadtSet("drugMatrix_rat") }