downloadTSet | 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 ToxicoSet class, enabling use with all the analysis tools provided in
ToxicoGx
.
downloadTSet( name, saveDir = tempdir(), tSetFileName = NULL, verbose = TRUE, timeout = 600 )
name |
|
saveDir |
|
tSetFileName |
|
verbose |
|
timeout |
|
A tSet object with the dataset, downloaded from our server
if (interactive()) { drugMatrix_rat <- downloadTSet("DrugMatrix Rat") }
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.