-
Notifications
You must be signed in to change notification settings - Fork 17
/
_pkgdown.yml
67 lines (64 loc) · 1.43 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
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
intro:
text: User guide
href: articles/pcaExplorer.html
github:
icon: fa-github fa-lg
href: https://github.com/federicomarini/pcaExplorer
reference:
- title: The pcaExplorer package
desc: Main functions and info on the `pcaExplorer` package
contents:
- '`pcaExplorer-pkg`'
- '`pcaExplorer`'
- title: Working with Principal Components
desc: Functions for working efficiently with Principal Components
contents:
- '`pcaplot`'
- '`pcaplot3d`'
- '`pcascree`'
- '`correlatePCs`'
- '`genespca`'
- '`hi_loadings`'
- '`plotPCcorrs`'
- title: Annotation and Functional interpretation
desc: Functions for annotating and performing functional interpretation
contents:
- '`get_annotation`'
- '`get_annotation_orgdb`'
- '`topGOtable`'
- '`pca2go`'
- '`limmaquickpca2go`'
- title: Expression data exploration
desc: ~
contents:
- '`pair_corr`'
- '`distro_expr`'
- '`geneprofiler`'
- '`makeExampleDESeqDataSet_multifac`'
- title: Deprecated functions in pcaExplorer
desc: ~
contents:
- '`deprecated`'