Description Usage Arguments Value Examples
View source: R/amaretto_vizualize.R
Function to visualize the gene modules
1 2 3 |
AMARETTOinit |
List output from AMARETTO_Initialize(). |
AMARETTOresults |
List output from AMARETTO_Run(). |
ProcessedData |
List of processed input data |
ModuleNr |
Module number to visualize |
show_row_names |
|
SAMPLE_annotation |
Matrix or Dataframe with sample annotation |
ID |
Column used as sample name |
order_samples |
Order samples in heatmap by mean or by clustering |
printHM |
Boolean to print heatmap |
result
1 2 3 4 5 6 7 8 | data('ProcessedDataLIHC')
AMARETTOinit <- AMARETTO_Initialize(ProcessedData = ProcessedDataLIHC,
NrModules = 2, VarPercentage = 50)
AMARETTOresults <- AMARETTO_Run(AMARETTOinit)
AMARETTO_VisualizeModule(AMARETTOinit = AMARETTOinit,AMARETTOresults = AMARETTOresults,
ProcessedData = ProcessedDataLIHC, ModuleNr = 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.