-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy path_pkgdown.yml
89 lines (78 loc) · 1.65 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
81
82
83
84
85
86
87
88
89
url: https://snystrom.github.io/dremeR/
destination: docs
template:
params:
bootswatch: flatly
navbar:
components:
articles:
text: Articles
menu:
- text: Install MEME
href: articles/install_guide.html
- text: De-Novo Motif Discovery
href: articles/core_dreme.html
- text: Motif Comparison
href: articles/core_tomtom.html
- text: Motif Enrichment
href: articles/core_ame.html
- text: Motif Scanning
href: articles/core_fimo.html
- text: Motif Manipulation
href: articles/tidy_motifs.html
- text: ChIP-Seq Data Analysis
href: articles/integrative_analysis.html
articles:
- title: Core Utilities
contents:
- starts_with("core_")
- title: Examples
contents:
- tidy_motifs
- integrative_analysis
- title: Help & Troubleshooting
contents:
- install_guide
reference:
- title: Core Tools
contents:
- runStreme
- runDreme
- runMeme
- runTomTom
- runAme
- runFimo
- title: Utilities
contents:
- check_meme_install
- meme_is_installed
- get_sequence
- add_sequence
- write_fasta
- title: Data Visualization
contents:
- view_tomtom_hits
- plot_sequence_heatmap
- plot_ame_heatmap
- ame_compare_heatmap_methods
- title: Motif Manipulation
contents:
- remove_duplicate_motifs
- has_duplicate_motifs
- title: Data Helpers
contents:
- force_best_match
- update_best_match
- drop_best_match
- nest_tomtom
- title: Data Import
contents:
- importStremeXML
- importDremeXML
- importTomTomXML
- importAme
- importFimo
- importMeme
- title: Example Datasets
contents:
- starts_with("example_")