Description Usage Arguments Value Examples
View source: R/amaretto_functions.R
AMARETTO_Run Function to run AMARETTO, a statistical algorithm to identify cancer drivers by integrating a variety of omics data from cancer and normal tissue.
1 | AMARETTO_Run(AMARETTOinit)
|
AMARETTOinit |
List output from AMARETTO_Initialize(). |
result
1 2 3 4 | data('ProcessedDataLIHC')
AMARETTOinit <- AMARETTO_Initialize(ProcessedData = ProcessedDataLIHC,
NrModules = 2, VarPercentage = 50)
AMARETTOresults <- AMARETTO_Run(AMARETTOinit)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.