-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_pkgdown.yml
More file actions
54 lines (50 loc) · 1.1 KB
/
_pkgdown.yml
File metadata and controls
54 lines (50 loc) · 1.1 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
54
url: https://immunomind.github.io/immundata/
template:
bootstrap: 5
bslib:
bootswatch: flatly
pkgdown-nav-height: 100px
params:
ganalytics: G-YHL2JHZTFV
authors:
Vadim I. Nazarov:
href: https://www.linkedin.com/in/vdnaz
navbar:
structure:
left: [tutorial, migration, reference]
right: [search, lightswitch, im_link, github]
components:
tutorial:
text: ""
href: ...
migration:
text: ""
href: ...
im_link:
text: ImmunoMind
href: https://immunomind.com
github:
icon: fa-github
href: https://github.com/immunomind/immundata
aria-label: GitHub
reference:
- title: "Ingestion"
contents:
- has_concept("ingestion")
- has_concept("processing")
- has_concept("aggregation")
- title: "ImmunData object"
contents:
- has_concept("core_immundata")
- title: "Transformation"
contents:
- has_concept("annotation")
- has_concept("filtering")
- has_concept("mutation")
- has_concept("operations")
- title: "Utils"
contents:
- has_concept("utils")
- title: "Schema"
contents:
- has_concept("schema")