-
Notifications
You must be signed in to change notification settings - Fork 11
/
_pkgdown.yml
189 lines (188 loc) · 4.68 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
url: https://david-barnett.github.io/microViz/
template:
includes:
after_body: >
<script data-goatcounter="https://microviz.goatcounter.com/count" async src="//gc.zgo.at/count.js"></script>
params:
ganalytics: G-2YQ669S4V5
docsearch:
api_key: 22e6f0a75b7b1ffae9bf5bc5b58864d7
index_name: microViz
toc:
depth: 3
navbar:
structure:
left:
- start
- reference
- articles
- learn
- news
- intro
right: github
components:
home: ~
start:
text: Getting Started
href: articles/shao19-analyses.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: Working with phyloseq objects
href: articles/web-only/phyloseq.html
- text: Fixing your tax_table
href: articles/web-only/tax-fixing.html
- text: Ordination plots
href: articles/web-only/ordination.html
- text: Interactive ordination plots
href: articles/web-only/ordination-interactive.html
- text: Visualising compositions with barplots
href: articles/web-only/compositions.html
- text: Heatmaps of microbiome composition or correlation
href: articles/web-only/heatmaps.html
- text: Statistical modelling of individual taxa
href: articles/web-only/modelling-taxa.html
- text: Tutorial video
href: articles/web-only/videos.html
- text: "Upgrading to microViz version 0.10.0"
href: articles/ps_extra-replaced.html
- text: Example analyses with atlas1006 data
href: articles/web-only/atlas1006.html
learn:
text: Learn
href: articles/learn/exercises.html
news:
text: News
href: news/index.html
intro:
text: ''
redirects:
- ["articles/microViz.html", "index.html"]
reference:
- title: Subsetting or sorting phyloseq samples
desc: |
Functions for filtering or reording samples in a phyloseq object.
These characteristically start with "ps_", which is short for phyloseq.
- contents:
- ps_filter
- ps_arrange
- ps_seriate
- ps_sort_ord
- ps_reorder
- ps_dedupe
- ps_drop_incomplete
- title: Manipulating phyloseq sample_data
desc: |
Functions for modifying and augmenting the sample data within phyloseq objects.
These also start with "ps_", which is short for phyloseq.
- contents:
- ps_select
- ps_mutate
- ps_join
- ps_otu2samdat
- ps_melt
- title: Manipulating taxa
desc: |
Functions for modifying the taxonomic information contained within phyloseq objects.
These characteristically start with "tax_", which is short for taxa.
- contents:
- tax_fix
- tax_fix_interactive
- tax_prepend_ranks
- tax_filter
- tax_agg
- tax_transform
- tax_scale
- tax_select
- tax_mutate
- tax_rename
- tax_name
- tax_sort
- tax_sort_ord
- tax_reorder
- tax_top
- tax_names2rank
- title: Ordination and related methods
desc: |
Functions for assessing and visualising overall microbiota composition and its associations with phyloseq sample data variables.
dist_* functions calculate or use sample-sample distances/dissimilarities.
ord_* functions calculate or use sample ordinations.
- contents:
- dist_calc
- dist_permanova
- dist_bdisp
- ord_calc
- ord_plot
- stat_chull
- add_paths
- Ordination-labels
- Ordination-arrows
- ord_plot_iris
- ord_explore
- scale_shape_girafe_filled
- psExtra-accessors
- title: Taxon models and tree visualisations
desc: |
Functions for modelling and visualising associations between individual microbes and phyloseq sample data variables.
- contents:
- tax_model
- taxatree_models
- taxatree_models2stats
- taxatree_stats_p_adjust
- taxatree_plots
- taxatree_plotkey
- taxatree_label
- taxatree_plot_labels
- taxatree_funs
- cor_test
- title: Heatmap plotting functions
desc: |
Functions for drawing and annotating heatmaps
- contents:
- comp_heatmap
- cor_heatmap
- taxAnnotation
- anno_tax_box
- anno_tax_prev
- anno_tax_density
- sampleAnnotation
- anno_sample
- anno_sample_cat
- anno_cat
- anno_cat_legend
- varAnnotation
- anno_var_box
- anno_var_hist
- anno_var_density
- heat_palette
- heat_numbers
- heat_grid
- adjacent_side
- title: Other functions
desc: |
Other assorted functions
- contents:
- comp_barplot
- distinct_palette
- tax_palette
- tax_palette_plot
- ps_calc_dominant
- ps_calc_diversity
- ps_calc_richness
- phyloseq_validate
- prev
- title: Datasets
- contents:
- shao19
- ibd
- title: Other
- contents:
- microViz
- print.psExtraInfo
- psExtra-class
- upgrade_ps_extra_to_psExtra
- dist_calc_seq
- deprecated-heatmap-annotations