---
title:
AMARETTO Regulatory Module `r toString(ModuleNr)` Report
output:
html_document:
theme: cerulean
highlight: NULL
---
## Regulatory Module Heatmap Visualization
```{r moduleheatmap, echo=FALSE, fig.height = 12, fig.width = 16, fig.align = "center"}
heatmap_module
```
## Activator and Repressor Driver Genes in Regulatory Module
```{r regulators, echo=FALSE}
dt_regulators
```
## Target Genes in Regulatory Module
```{r targets, echo=FALSE}
dt_targets
```
## Enrichments of Functional Categories in Regulatory Module
```{r geneset, echo=FALSE,out.width='25%'}
dt_genesets
```