-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
63 lines (63 loc) · 1.54 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
title: biomaesteR
url: https://github.com/mattssca/BioMaesteR
template:
bootstrap: 5
theme: breeze-light
home:
sidebar:
structure: [links, license, community, citation, authors, dev]
links:
- text: Source Code
href: https://github.com/mattssca/BioMaesteR
- text: Report A Bug
href: https://github.com/mattssca/BioMaesteR/issues
- text: Insights
href: https://github.com/mattssca/BioMaesteR/pulse
search:
reference:
- title: Bundled Data
desc: Data objects bundlded with the BioMaesteR package.
- contents:
- centromeres_hg38
- centromeres_grch37
- chromosome_arms_hg38
- chromosome_arms_grch37
- cytobands_hg38
- cytobands_grch37
- gene_coordinates_hg38
- gene_coordinates_grch37
- title: Utility
desc: A collection of utility functions.
- contents:
- bin_splitter
- cyto_ranger
- gene_ranger
- power_lifter
- region_ranger
- title: Helpers
desc: A collection of helper functions.
- contents:
- get_gene_info
- purify_chr
- purify_regions
- sanity_check_regions
navbar:
type: inverse
left:
- icon: fa-light fa-memo-circle-info
text: "How To"
menu:
- text: Install
href: https://github.com/mattssca/BioMaesteR#installation
- icon: fa-light fa-person-chalkboard
text: "Tutorials"
menu:
- text: Introduction
href: articles/biomaester-tutorial.html
right:
- icon: fa-file-code-o
text: "Functions Index"
href: reference/index.html
- icon: fa-github fa-lg
text: "github"
href: https://github.com/mattssca/BioMaesteR