AMARETTO_ExportResults: AMARETTO_ExportResults

Description Usage Arguments Value Examples

View source: R/amaretto_download.R

Description

Retrieve a download of all the data linked with the run (including heatmaps)

Usage

1
2
AMARETTO_ExportResults(AMARETTOinit, AMARETTOresults, data_address,
  Heatmaps = TRUE, CNV_matrix = NULL, MET_matrix = NULL)

Arguments

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

Value

result

Examples

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)

broadinstitute/PerturbationAMARETTO documentation built on Nov. 4, 2019, 8:14 a.m.