-
Notifications
You must be signed in to change notification settings - Fork 1
/
_pkgdown.yml
62 lines (57 loc) · 1.32 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
url: ~
home:
title: Extending tidy verbs to genomic interactions
sidebar:
structure: [links, license, community, citation, authors, dev, toc]
authors:
Jacques Serizay:
href: https://jserizay.com
development:
mode: auto
template:
bootstrap: 5
bslib:
primary: "#0054AD"
border-radius: 0.5rem
btn-border-radius: 0.25rem
reference:
- title: "About plyinteractions"
contents:
- plyinteractions-package
- title: "Constructors"
contents:
- as_ginteractions
- ginteractions-getters
- pair_granges
- title: "`dplyr` core verbs"
contents:
- starts_with("dplyr-")
- title: "`dplyr` group helpers"
contents:
- starts_with("group-")
- title: "`plyranges` verbs"
contents:
- starts_with("plyranges-")
- title: "Overlapping GInteractions"
contents:
- ginteractions-find-overlaps
- ginteractions-count-overlaps
- ginteractions-filter-overlaps
- ginteractions-join-overlap-left
- title: "Enriching GInteractions"
contents:
- ginteractions-annotate
- add_pairdist
- title: "Pinning GInteractions"
contents:
- pin
- starts_with("pin_")
- starts_with("pinned_")
- unpin
- title: "Anchoring GInteractions"
contents:
- ginteractions-anchor
- replace_anchors
- title: "Exporting GInteractions"
contents:
- ginteractions-export