| downloadPertSig {PharmacoGx} | 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"),
myfn = NULL,
verbose = TRUE
)
name |
|
saveDir |
|
myfn |
|
verbose |
|
An array type object contaning the signatures
if (interactive()){
downloadPertSig("CMAP")
}