Description Usage Arguments Value Examples
View source: R/cAMARETTO_DataReadDownload.R
cAMARETTO_ExportResults
1 2 3 4 5 6 | cAMARETTO_ExportResults(
cAMARETTOresults,
cAMARETTOnetworkM,
cAMARETTOnetworkC,
output_address = "./"
)
|
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. |
a zipfile containing cAmaretto results
1 2 3 4 | try(
cAMARETTO_ExportResults( cAMARETTOresults, cAMARETTOnetworkM,
cAMARETTOnetworkC, output_address="./")
)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.