cAMARETTO_ExportResults: cAMARETTO_ExportResults

Description Usage Arguments Value Examples

View source: R/cAMARETTO_DataReadDownload.R

Description

cAMARETTO_ExportResults

Usage

1
2
3
4
5
6
cAMARETTO_ExportResults(
  cAMARETTOresults,
  cAMARETTOnetworkM,
  cAMARETTOnetworkC,
  output_address = "./"
)

Arguments

cAMARETTOresults

The output of the Results function.

cAMARETTOnetworkM

The output of the Module Network function.

cAMARETTOnetworkC

The output of the Identify Communities function.

output_address

The address where the zipfile will be generated in.

Value

a zipfile containing cAmaretto results

Examples

1
2
3
4
try(
cAMARETTO_ExportResults(  cAMARETTOresults,  cAMARETTOnetworkM,
  cAMARETTOnetworkC,   output_address="./")
)

broadinstitute/CommunityAMARETTO documentation built on April 6, 2020, 10:44 p.m.