View source: R/downloadSignatures.R
downloadPertSig | R Documentation |
This function allows you to download an array of drug perturbation
signatures, as would be computed by the drugPerturbationSig
function,
for the available perturbation PharmacoSets
. This function allows the
user to skip these very lengthy calculation steps for the datasets available,
and start their analysis from the already computed signatures
downloadPertSig(
name,
saveDir = file.path(".", "PSets", "Sigs"),
fileName,
verbose = TRUE,
...,
myfn
)
name |
A |
saveDir |
A |
fileName |
|
verbose |
|
... |
|
myfn |
|
An array type object contaning the signatures
## Not run:
if (interactive()) downloadPertSig("CMAP_2016")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.