forked from rnabioco/valr
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_pkgdown.yml
80 lines (68 loc) · 1.33 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
77
78
79
80
template:
params:
bootswatch: cosmo
home:
links:
- text: External data sets
href: http://github.com/rnabioco/valrdata
reference:
- title: Data types
contents:
- starts_with("tbl_")
- starts_with("trbl_")
- starts_with("is.")
- title: Load data
contents:
- starts_with("read_")
- starts_with("db_")
- title: Single set operations
contents:
- bed_cluster
- bed_complement
- bed_flank
- bed_merge
- bed_slop
- bed_shift
- bed_sort
- sorting
- title: Multiple set operations
contents:
- bed_closest
- bed_coverage
- bed_intersect
- bed_map
- bed_subtract
- bed_window
- title: Randomizing intervals
contents:
- bed_random
- bed_shuffle
- title: Interval statistics
contents:
- bed_absdist
- bed_reldist
- bed_fisher
- bed_jaccard
- bed_projection
- title: Utilities
contents:
- bed_makewindows
- bed12_to_exons
- bed_glyph
- bound_intervals
- flip_strands
- interval_spacing
- valr_example
navbar:
title: 'valr'
left:
- text: Articles
menu:
- text: Overview
href: articles/valr.html
- text: Interval Statistics
href: articles/interval-stats.html
- text: Reference
href: reference/index.html
- text: News
href: news/index.html