Skip to content

Commit

Permalink
Adding pulldown example for simpleheatmap3
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasKook committed Nov 26, 2018
1 parent 96767d9 commit 528c0c0
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/Grp2AnalysisHeatmap3.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ tmp2 <- simpleheatmap3((scale(t(stmMm),scale = F)),
palette = getBlueWhiteRed(25),
labCol="",
labRow=colnames(stmMm),
showColDendro=TRUE)
showColDendro = FALSE )
progress(0.2, "Heatmaps")
```

Expand Down
29 changes: 29 additions & 0 deletions vignettes/Grp2PullDownExampleSimpleheatmap3.Rmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
---
title: "FGCZ Two-Group Analysis \n Statistics for a Quantitative Protein Matrix"
author: "Functional Genomics Center Zurich"
date: "`r format(Sys.time(), '%d %B, %Y')`"
output:
pdf_document:
toc: yes
html_document:
toc: yes
header-includes:
\usepackage{fancyhdr}
\pagestyle{fancy}
\fancyhead[CO,CE]{Group Comparison}
\fancyfoot[CO,CE]{\textbf{FGCZ} - www.fgcz.ch - 2018}
\fancyfoot[LE,RO]{\thepage}
params:
grp: !r quote(SRMService::grp2PullDownExample)
vignette: >
%\VignetteIndexEntry{FGCZ Two-Group Analysis}
%\VignetteEncoding{UTF-8}
%\VignetteEngine{knitr::rmarkdown}
bibliography: bibliography.bib
editor_options:
chunk_output_type: console
---


```{r child="Grp2AnalysisHeatmap3.Rmd"}
```

0 comments on commit 528c0c0

Please sign in to comment.