Description Usage Arguments Value Examples
View source: R/downloadSignatures.R
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
1 2 3 4 5 6 | downloadPertSig(
name,
saveDir = file.path(".", "PSets", "Sigs"),
myfn = NULL,
verbose = TRUE
)
|
name |
A |
saveDir |
A |
verbose |
|
An array type object contaning the signatures
1 2 3 | if (interactive()){
downloadPertSig("CMAP")
}
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.