-
Notifications
You must be signed in to change notification settings - Fork 7
/
_pkgdown.yml
63 lines (60 loc) · 1.38 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
authors:
Federico Marini:
href: https://federicomarini.github.io
template:
params:
bootswatch: cosmo
navbar:
structure:
left:
- home
- intro
- reference
- articles
- tutorials
- news
right: github
components:
home:
icon: fa-home fa-lg
href: index.html
reference:
text: Reference
href: reference/index.html
articles:
text: Articles
menu:
- text: ideal User's Guide
href: articles/ideal-usersguide.html
github:
icon: fa-github fa-lg
href: https://github.com/federicomarini/ideal
reference:
- title: The ideal package
desc: Main functions and info on the `ideal` package
contents:
- '`ideal`'
- '`ideal-pkg`'
- title: Working with Differentially Expressed genes
desc: Functions for extracting and plotting overviews of Differentially Expressed genes
contents:
- '`deseqresult2DEgenes`'
- '`deseqresult2tbl`'
- '`plot_ma`'
- '`plot_volcano`'
- '`ggplotCounts`'
- title: Functional interpretation
desc: Functions for working performing functional interpretation
contents:
- '`goseqTable`'
- '`read_gmt`'
- '`sig_heatmap`'
- title: Miscellaneous functions
desc: Miscellaneous functions used in the `ideal` package
contents:
- '`sepguesser`'
- '`wrapup_for_iSEE`'
- title: Deprecated functions in ideal
desc: ~
contents:
- '`deprecated`'