Description Usage Arguments Value Examples
View source: R/amaretto_download.R
Retrieve a download of all the data linked with the run (including heatmaps)
1 2 | AMARETTO_ExportResults(AMARETTOinit, AMARETTOresults, data_address,
Heatmaps = TRUE, CNV_matrix = NULL, MET_matrix = NULL)
|
AMARETTOinit |
AMARETTO initialize output |
AMARETTOresults |
AMARETTO results output |
data_address |
Directory to save data folder |
Heatmaps |
Output heatmaps as pdf |
CNV_matrix |
CNV_matrix |
MET_matrix |
MET_matrix |
result
1 2 3 4 5 6 7 | data('ProcessedDataLIHC')
TargetDirectory <- file.path(getwd(),"Downloads/");dir.create(TargetDirectory)
AMARETTOinit <- AMARETTO_Initialize(ProcessedData = ProcessedDataLIHC,
NrModules = 2, VarPercentage = 50)
AMARETTOresults <- AMARETTO_Run(AMARETTOinit)
AMARETTO_ExportResults(AMARETTOinit,AMARETTOresults,TargetDirectory,Heatmaps = FALSE)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.