... | ... |
@@ -29,3 +29,35 @@ navbar: |
29 | 29 |
github: |
30 | 30 |
icon: fa-github fa-lg |
31 | 31 |
href: https://github.com/federicomarini/pcaExplorer |
32 |
+ |
|
33 |
+reference: |
|
34 |
+- title: The pcaExplorer package |
|
35 |
+ desc: Main functions and info on the `pcaExplorer` package |
|
36 |
+ contents: |
|
37 |
+ - '`pcaExplorer-pkg`' |
|
38 |
+ - '`pcaExplorer`' |
|
39 |
+- title: Working with Principal Components |
|
40 |
+ desc: Functions for working efficiently with Principal Components |
|
41 |
+ contents: |
|
42 |
+ - '`pcaplot`' |
|
43 |
+ - '`pcaplot3d`' |
|
44 |
+ - '`pcascree`' |
|
45 |
+ - '`correlatePCs`' |
|
46 |
+ - '`genespca`' |
|
47 |
+ - '`hi_loadings`' |
|
48 |
+ - '`plotPCcorrs`' |
|
49 |
+- title: Annotation and Functional interpretation |
|
50 |
+ desc: Functions for annotating and performing functional interpretation |
|
51 |
+ contents: |
|
52 |
+ - '`get_annotation`' |
|
53 |
+ - '`get_annotation_orgdb`' |
|
54 |
+ - '`topGOtable`' |
|
55 |
+ - '`pca2go`' |
|
56 |
+ - '`limmaquickpca2go`' |
|
57 |
+- title: Expression data exploration |
|
58 |
+ desc: ~ |
|
59 |
+ contents: |
|
60 |
+ - '`pair_corr`' |
|
61 |
+ - '`distro_expr`' |
|
62 |
+ - '`geneprofiler`' |
|
63 |
+ - '`makeExampleDESeqDataSet_multifac`' |
1 | 1 |
new file mode 100644 |
... | ... |
@@ -0,0 +1,31 @@ |
1 |
+authors: |
|
2 |
+ Federico Marini: |
|
3 |
+ href: https://federicomarini.github.io |
|
4 |
+ |
|
5 |
+template: |
|
6 |
+ params: |
|
7 |
+ bootswatch: cosmo |
|
8 |
+ |
|
9 |
+navbar: |
|
10 |
+ structure: |
|
11 |
+ left: |
|
12 |
+ - home |
|
13 |
+ - intro |
|
14 |
+ - reference |
|
15 |
+ - articles |
|
16 |
+ - tutorials |
|
17 |
+ - news |
|
18 |
+ right: github |
|
19 |
+ components: |
|
20 |
+ home: |
|
21 |
+ icon: fa-home fa-lg |
|
22 |
+ href: index.html |
|
23 |
+ reference: |
|
24 |
+ text: Reference |
|
25 |
+ href: reference/index.html |
|
26 |
+ intro: |
|
27 |
+ text: Get started |
|
28 |
+ href: articles/pcaExplorer.html |
|
29 |
+ github: |
|
30 |
+ icon: fa-github fa-lg |
|
31 |
+ href: https://github.com/federicomarini/pcaExplorer |