forked from haizi-zh/bedtorch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
41 lines (38 loc) · 805 Bytes
/
_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
url: https://haizi-zh.github.io/bedtorch/
destination: "docs"
template:
params:
bootswatch: flatly
reference:
- title: "Read and write"
desc: >
Read and write BED-like data files.
contents:
- read_bed
- write_bed
- title: "Data manipulation"
desc: >
Perform various manipulations on BED-like data.
contents:
- map_bed
- merge_bed
- cluster_bed
- slop_bed
- intersect_bed
- subtract_bed
- exclude_bed
- complement_bed
- shuffle_bed
- title: "Statistics"
contents:
- jaccard_bed
- reldist_bed
- title: "Other utilities"
contents:
- make_windows
- make_random_bed
- check_binaries
- rollsum
- rollmean
- as.GRanges
- as.bedtorch_table