-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
53 lines (52 loc) · 1.15 KB
/
_pkgdown.yml
File metadata and controls
53 lines (52 loc) · 1.15 KB
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
url: https://mothur.org/strollur/
template:
bootstrap: 5
light-switch: true
reference:
- title: Getting Started
desc: "Adding and using data"
contents:
- add
- assign
- names
- count
- abundance
- report
- summary
- strollur
- strollur-package
- title: Importing Data
desc: "Importing from other software tools namely: mothur, qiime2, phyloseq and DADA2"
contents:
- starts_with("read_")
- unpack_qiime2_artifact
- title: General
desc: "Create datasets and references, clear data"
contents:
- miseq_sop_example
- new_dataset
- new_reference
- clear
- is_aligned
- is_equal
- has_sample
- get_bin_types
- title: Data Transfers
desc: "Save, copy, load, import, export and write to file"
contents:
- save_dataset
- load_dataset
- export_dataset
- import_dataset
- copy_dataset
- starts_with("write_")
- title: Functions for Package Developers
desc: "Want to create and modify strollur objects from your package? Check out these functions"
contents:
- strollur_example
- get_available_processors
- has_sequence_strings
- remove_file
- sort_dataframe
- starts_with("xdev_")
- starts_with("xint_")