-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_pkgdown.yml
76 lines (66 loc) · 1.56 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
url: https://bailey-lab.github.io/miplicorn/
template:
bootstrap: 5
bootswatch: flatly
bslib:
base_font: { google: "Lato" } # usually serif fonts
heading_font: { google: "Fira Sans" } # usually sans-serif fonts
code_font: { google: "Fira Code" } # usually monospace fonts
pkgdown-nav-height: 75px
navbar:
structure:
left: [intro, reference, articles, news]
right: [search, github]
components:
news:
text: News
menu:
- text: "Change log"
href: news/index.html
development:
mode: auto
authors:
Aris Paschalidis:
href: "https://www.arispas.com/"
reference:
- title: Parse
desc: >
These functions parse files obtained from
[MIPTools](https://github.com/bailey-lab/MIPTools) into tibbles.
contents:
- read-tbl
- label_mutations
- title: Manipulate
desc: >
These functions are used to manipulate data objects.
contents:
- filter
- mutation_prevalence
- mutation_frequency
- convert_single
- arrange_natural
- title: Visualize
desc: >
These functions are used to visualize data.
contents:
- chromosome-map
- plot_coverage
- plot_mutation_prevalence
- plot_mutation_frequency
- theme_miplicorn
- title: Miscellaneous
desc: >
These functions are used to inspect objects.
contents:
- miplicorn_example
- title: Data
contents:
- genome_Pf3D7
articles:
- title: Using miplicorn
desc:
navbar: ~
contents:
- miplicorn
- large-files
- faq