Mercurial > repos > mingchen0919 > aurora_deseq2_site
comparison _site.yml @ 1:32210899a3dd draft
planemo upload commit 841d8b22bf9f1aaed6bfe8344b60617f45b275b2-dirty
author | mingchen0919 |
---|---|
date | Sun, 30 Dec 2018 12:45:56 -0500 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
0:6f94b4b9de44 | 1:32210899a3dd |
---|---|
1 name: "Aurora DESeq2" | |
2 output_dir: "." | |
3 navbar: | |
4 title: "Aurora DESeq2" | |
5 type: inverse | |
6 left: | |
7 - text: "Differential Expression Analysis" | |
8 menu: | |
9 - text: "DESeq2 analysis" | |
10 href: 01_deseq2_analysis.html | |
11 - text: "MA plot" | |
12 href: 02_ma_plot.html | |
13 - text: "Count matrix heatmap" | |
14 href: 03_count_matrix_heatmap.html | |
15 - text: "PCA plot" | |
16 href: 04_pca_plot.html | |
17 | |
18 output: | |
19 html_document: | |
20 theme: cosmo | |
21 highlight: textmate |