Description Usage Arguments Value Examples
View source: R/cAMARETTO_DataReadDownload.R
cAMARETTO_Read
Reads the AMARETTOinit and AMARETTOresults from (zipped) AMARETTO directories. The names of the list are assigned as run names.
1 | cAMARETTO_Read(AMARETTOdirectories, unzipParentDirectory = getwd())
|
AMARETTOdirectories |
a list of AMARETTO directories |
unzipParentDirectory |
the address where the files are unzipped in |
a list with the AMARETTOinit and AMARETTOresults
1 2 3 4 | AMARETTOdirectories <- list(LIHC="AMARETTOresults_20181102_142532.zip",BLCA="AMARETTOresults_20181102_142602.zip",GBM="AMARETTOresults_20181102_142636.zip")
AMARETTO_all <- cAMARETTO_Read(AMARETTOdirectories)
AMARETTOinit_all <- AMARETTO_all$AMARETTOinit_all
AMARETTOresults_all <- AMARETTO_all$AMARETTOresults_all
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.