-
Notifications
You must be signed in to change notification settings - Fork 4
/
_pkgdown.yml
93 lines (80 loc) · 1.94 KB
/
_pkgdown.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
url: https://microbiomer.vallenderlab.org/
template:
params:
bootswatch: yeti
development:
mode: unreleased
authors:
Robert Gilmore:
href: https://github.com/grabear
Shaurita Hutchins:
href: https://www.shauritahutchins.com
navbar:
title: MicrobiomeR
left:
- text: "Home"
href: index.html
- text: "Vignettes"
menu:
- text: "Introduction"
href: articles/introduction.html
- text: "Data Wrangling"
href: articles/data-wrangling.html
- text: "Data Filtering"
href: articles/filtering.html
- text: "Data Analysis"
href: articles/analysis.html
- text: "Color Palettes"
href: articles/color-palettes.html
- text: "Functions"
href: reference/index.html
- text: "Publication"
href: articles/paper.html
- text: "Changelog"
href: news/index.html
right:
- text: "About"
href: articles/about.html
- icon: fa-twitter
href: https://twitter.com/datasnakes
- icon: fa-github
href: https://github.com/vallenderlab/MicrobiomeR
reference:
- title: Import
contents:
- create_phyloseq
- create_metacoder
- parse_taxonomy_default
- parse_taxonomy_silva_128
- parse_taxonomy_greengenes
- parse_taxonomy_qiime
- has_concept("Phylogenetic Tree Manipulators")
- title: Formatting
contents:
- has_concept("Formatting")
- title: Statistics
contents:
- alpha_diversity_measures
- permanova
- title: Validation
contents:
- has_concept("Validation")
- title: Basic Filtering
contents:
- has_concept("Basic Metacoder Filters")
- title: Advanced Filtering
contents:
- has_concept("Advanced Metacoder Filters")
- title: Other Filtering
contents:
- has_concept("Data Manipulators")
- title: Visualization
contents:
- output_dir
- has_concept("Visualizations")
- title: Color Palettes
contents:
- has_concept("Color Palettes")
- title: Miscellaneous
contents:
- create_pub_table