Browse code

adding the deprecated part into the pkgdown docs to have it correctly rendered

Federico Marini authored on 25/09/2024 17:43:01
Showing 1 changed files
... ...
@@ -61,3 +61,7 @@ reference:
61 61
   - '`distro_expr`'
62 62
   - '`geneprofiler`'
63 63
   - '`makeExampleDESeqDataSet_multifac`'
64
+- title: Deprecated functions in pcaExplorer
65
+  desc: ~
66
+  contents:
67
+  - '`deprecated`'
Browse code

updated static docs via pkgdown

Federico Marini authored on 12/02/2019 16:27:00
Showing 1 changed files
... ...
@@ -24,7 +24,7 @@ navbar:
24 24
       text: Reference
25 25
       href: reference/index.html
26 26
     intro:
27
-      text: Get started
27
+      text: User guide
28 28
       href: articles/pcaExplorer.html
29 29
     github:
30 30
       icon: fa-github fa-lg
Browse code

updating pkgdown docu with better structure of reference/function manuals

Federico Marini authored on 26/09/2018 10:21:14
Showing 1 changed files
... ...
@@ -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`'
Browse code

first backbone for the customization of the pkgdown based site

Federico Marini authored on 25/09/2018 15:15:38
Showing 1 changed files
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