This repository has been archived by the owner on Oct 12, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_site.yml
47 lines (47 loc) · 1.56 KB
/
_site.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
name: "Hackseq 2017 - Tutorials" # CHANGE HERE
output_dir: "docs"
exclude: ["privefl", "abaghela", "data", "pzhang", "zhenys", "Unsupervised_clustering_AC"]
navbar:
title: "Genomic Data Analysis in R"
left:
- text: "About"
icon: fa-user
href: about.html
- text: "Tutorials"
icon: fa-file
menu:
- text: "Pipelines"
- text: "Doing all your analysis in R"
href: all-in-R.html
- text: "---------"
- text: "Data Wrangling and Analysis"
- text: "(Not finished) Simplified eQTL analysis in R"
href: eQTLanalysis.html
- text: "Analysis results in a consistent data structure"
href: tidyverse-list-columns.html
- text: "Genomic data analysis with large matrices in R"
href: memory-mapping.html
- text: "---------"
- text: "Data Vizualization"
- text: "Unsupervised clustering"
href: PCA.html
- text: "---------"
- text: "Reporting"
- text: "(Coming soon) Yisong's tutorial (rmarkdown)"
href:
- text: "Integration of Genomic Analytic Results as a Multi-tab Excel Sheet with Package 'xlsx'"
href: xlsx_tutorial.html
right:
- text: "hackseq"
href: http://www.hackseq.com/
- text: "Presentation"
href: presentation/hackseq.html
- text: "Paper"
href: paper.html
- text: "GitHub"
icon: fa-github
href: https://github.com/hackseq/2017_project_5
output:
html_document:
theme: cosmo
highlight: textmate