-
Notifications
You must be signed in to change notification settings - Fork 7
/
_pkgdown.yml
81 lines (77 loc) · 2.07 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
authors:
Michael Stadler:
href: https://github.com/mbstadler
Dania Machlab:
href: https://github.com/machlabd
Lukas Burger:
href: https://github.com/LukasBurger
Charlotte Soneson:
href: https://github.com/csoneson
url: https://fmicompbio.github.io/monaLisa
template:
bootstrap: 5
params:
bootswatch: cerulean
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: github
components:
articles:
text: Articles
menu:
- text: "Binned motif enrichment analysis"
href: articles/monaLisa.html
- text: "Identifying motifs by stability selection"
href: articles/selecting_motifs_with_randLassoStabSel.html
github:
icon: fab fa-github fa-lg
href: https://github.com/fmicompbio/monaLisa
reference:
- title: monaLisa package overview
contents:
- '`monaLisa-package`'
- title: Binned motif-enrichment analysis
desc: "Bin regions of interest and analyse motifs enrichments in bins."
contents:
- '`bin`'
- '`getZeroBin`'
- '`calcBinnedMotifEnrR`'
- '`calcBinnedMotifEnrHomer`'
- '`plotBinDiagnostics`'
- '`plotBinDensity`'
- '`plotBinHist`'
- '`plotBinScatter`'
- '`plotMotifHeatmaps`'
- title: K-mer analysis
desc: "Functions for analysing word (k-mer) occurrences in sequences."
contents:
- '`getKmerFreq`'
- '`calcBinnedKmerEnr`'
- title: Identify predictive motifs using stability selection
desc: "Functions for selecting motifs that explain observed changes using Stability Selection."
contents:
- '`randLassoStabSel`'
- '`plotSelectionProb`'
- '`plotStabilityPaths`'
- title: Miscellaneous
desc: "Various utilites and helper functions, typically used in the functions above."
contents:
- '`findMotifHits`'
- '`annoSeqlogo`'
- '`dumpJaspar`'
- '`homerToPFMatrixList`'
- '`findHomer`'
- '`prepareHomer`'
- '`parseHomerOutput`'
- '`motifSimilarity`'
- '`motifKmerSimilarity`'
- '`seqLogoGrob`'
- '`getColsByBin`'
- '`sampleRandomRegions`'