Switch to unified view

a b/inst/templates/TemplateIndexPage.Rmd
1
---
2
title: <center>AMARETTO Report</center>
3
output: 
4
  html_document:
5
    theme: cerulean
6
    highlight: NULL
7
---
8
<style>
9
  .main-container {
10
    max-width:  100% !important;
11
    padding-right: 1% !important;
12
    padding-left: 1% !important;
13
    margin-right: 1% !important;
14
    margin-left: 1% !important;
15
    table-layout: fixed !important;
16
  }
17
</style>
18
19
<center>
20
## Run Information
21
<br>
22
Number of Samples in Gene Expression Data = `r nExp`  
23
Number of Samples in DNA Copy Number Data = `r nCNV`  
24
Number of Samples in DNA Methylation Data = `r nMET`  
25
Number of `r VarPercentage`% most variable Genes = `r nGenes`  
26
Number of Regulatory Modules = `r nMod`  
27
<br><br>
28
29
## Overview of Regulatory Modules
30
<br><br><br>
31
```{r Modules,echo=FALSE}
32
dt_overview
33
```
34
<br><br><br>
35
36
## Assignments of Genes to Regulatory Modules
37
<br><br><br>
38
```{r Genes,echo=FALSE}
39
dt_genes
40
```
41
<br><br><br>
42
43
## Enrichments of Functional Categories in Regulatory Modules
44
<br><br><br>
45
```{r Genesets,echo=FALSE}
46
dt_genesetsall
47
```
48
49
<br><br><br>
50
<!--
51
## Associations of Phenotypes to Regulatory Modules
52
53
<br><br><br>
54
55
```{r Phenotypes,echo=FALSE}
56
phenotype_association_datatable
57
```
58
<br><br><br>
59
-->
60
</center>