-
Notifications
You must be signed in to change notification settings - Fork 13
/
_site.yml
100 lines (100 loc) · 2.98 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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
name: "vcfR"
output_dir: "."
navbar:
title: "vcfR"
left:
- text: "Home"
href: index.html
- text: "R language"
href: rlanguage.html
- text: "Tutorial"
menu:
- text: "A quick introduction"
href: "quick_intro.html"
- text: "VCF data"
href: "vcf_data.html"
- text: "vcfR objects"
href: "vcfR_object.html"
- text: "How much memory"
href: "how_much_memory.html"
- text: "Extracting matrices"
href: "matrices.html"
- text: "Tidy vcfR"
href: "tidy_vcfR.html"
- text: "chromR objects"
href: "chromR_object.html"
- text: "Visualization 1"
href: "visualization_1.html"
- text: "Visualization 2"
href: "visualization_2.html"
- text: "Sequence coverage"
href: "sequence_coverage.html"
- text: "Filtering data"
href: "filtering_data.html"
- text: "Ranking data"
href: "ranking_data.html"
- text: "Windowing"
href: "windowing.html"
- text: "Genetic differentiation"
href: "genetic_differentiation.html"
- text: "GBS class"
menu:
- text: "GBS class"
href: "gbs_class.html"
- text: "VCF data"
href: "vcf_data.html"
- text: "Extract data"
href: "extract_data.html"
- text: "Depth plot"
href: "depth_plot.html"
- text: "Missing data"
href: "missing_data.html"
- text: "Censoring data"
href: "censoring_data.html"
- text: "Omitting data"
href: "omitting_data.html"
- text: "Apply"
href: "apply.html"
- text: "Ploidy"
menu:
- text: "Ploidy"
href: "ploidy.html"
- text: "Determining ploidy 1"
href: "determining_ploidy_1.html"
- text: "Determining ploidy 2"
href: "determining_ploidy_2.html"
- text: "Export"
menu:
- text: "Overview"
href: "export.html"
- text: "Export to *vcf.gz"
href: "export_vcfgz.html"
- text: "Genind and Genclone"
href: "export_genind_genclone.html"
- text: "Genlight and SNPclone"
href: "export_genlight_snpclone.html"
- text: "DNAbin"
href: "dnabin.html"
- text: "FAQ"
menu:
- text: "Subset to 1 chromosome"
href: "subset_data_to_1chrom.html"
- text: "Missing data"
href: "missing_data.html"
- text: "VCF software"
href: "vcf_software.html"
- text: "Haploidizing diploid data"
href: "dip_to_hap.html"
- text: "Compiling vcfR"
href: "compiling_vcfR.html"
- text: "Reporting an issue"
href: "reporting_issue.html"
output:
html_document:
theme: sandstone
highlight: textmate
include:
in_header: googlecode.html
before_body: header.html
after_body: footer.html
css: styles.css