-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_pkgdown.yml
72 lines (62 loc) · 1.46 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
template:
params:
bootswatch: simplex
authors:
Stevie Pederson:
href: https://github.com/smped
reference:
- title: Overview
contents:
- starts_with("extraChIPs")
- title: Range-Based Operations
contents:
- makeConsensus
- mapGrlCols
- ends_with("MC")
- ends_with("Overlap")
- colToRanges
- defineRegions
- partitionRanges
- stitchRanges
- title: Functions For Differential Signal Analysis
contents:
- dualFilter
- ends_with("Peaks")
- fitAssayDiff
- getProfileData
- grlToSE
- mapByFeature
- starts_with("mergeBy")
- voomWeightsFromCPM
- title: Visualisation
contents:
- starts_with("plot")
- title: Coercion & Convenience Functions
contents:
- starts_with("addDiff")
- contains("as_tibble")
- collapseGenes
- defineSeqinfo
- title: Data Objects
contents:
- contains("cytobands")
- starts_with("ex_")
- fixed_width_datasets
navbar:
type: default
left:
- text: Reference
href: reference/index.html
- text: Vignettes
menu:
- text: Range-based Operations
href: articles/range_based_functions.html
- text: Differential Signal Using Sliding Windows
href: articles/differential_signal_sliding.html
- text: Differential Signal Using Fixed-Width Windows
href: articles/differential_signal_fixed.html
- text: News
href: news/index.html
right:
- icon: fa-github fa-lg
href: https://github.com/smped/extraChIPs