Description Usage Arguments Value Examples
View source: R/cAMARETTO_HTMLreport.R
ModuleHyperLink Returns hyperlink to the html report of a given module and dataset.
1 2 3 4 5 6 7 8 | ModuleHyperLink(
Module,
Run_Names,
AMARETTOres,
HTMLsAMARETTOlist,
CopyAMARETTOReport,
page = 1
)
|
Module |
Module Nr ex. 4 |
Run_Names |
Run_Names ex. "TCGA_LIHC" |
AMARETTOres |
AMARETTO result object |
HTMLsAMARETTOlist |
list containing the hyperlink address to html report of each dataset. |
CopyAMARETTOReport |
Boolean to indicate if the AMARETTO reports needs to be copied in the AMARETTO report directory. In this way links are contained when moving the HTML directory. |
page |
1 for index pages and 2 for community pages |
Hyperlinks for Modules
1 2 3 | try(ModuleHyperLink(Module,Run_Names,
AMARETTOres,HTMLsAMARETTOlist,
CopyAMARETTOReport,page=1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.