| downloadPSet {PharmacoGx} | R Documentation |
This function allows you to download a PharmacoSet object for use with this
package. The PharmacoSets have been extensively curated and organised within
a PharacoSet class, enabling use with all the analysis tools provided in
PharmacoGx.
downloadPSet(name, saveDir = file.path(".", "PSets"), pSetFileName = NULL,
verbose = TRUE)
name |
|
saveDir |
|
pSetFileName |
|
verbose |
|
A PSet object with the dataset, downloaded from our server
if (interactive()){
downloadPSet("CMAP")
}