-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy path_pkgdown.yml
49 lines (49 loc) · 1.59 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
template:
params:
bootswatch: cosmo
reference:
- title: Enrichment functions
desc: Functions that manipulate enrichment or multiple enrichment results.
contents:
- has_concept("jam enrichment functions")
- title: Plot functions
desc: Functions to plot MultiEnrichment results
contents:
- has_concept("jam plot functions")
- title: Conversion functions
desc: Functions to convert data types
contents:
- has_concept("jam conversion functions")
- title: igraph-related functions
desc: Functions that extend or customize igraph-related features
contents:
- has_concept("jam igraph functions")
- title: Cnet igraph-related functions
desc: Functions specific to Cnet igraph objects
contents:
- has_concept("jam cnet igraph functions")
- title: igraph vertex shapes
desc: Functions that provide custom igraph vertex shapes
contents:
- has_concept("jam igraph shapes")
- title: list functions
desc: Functions that operate on list objects
contents:
- has_concept("jam list functions")
- title: Utility functions
desc: Functions used by other multienrichjam functions
contents:
- has_concept("jam utility functions")
- title: Import functions
desc: Functions to import enrichment data
contents:
- has_concept("jam import functions")
- title: Internal igraph functions
desc: Functions typically for internal use by other Jam functions, or
which were internal igraph functions.
contents:
- has_concept("jam igraph internal functions")
- title: Deprecated functions
desc: Functions moved to the jamba package
contents:
- has_concept("jam deprecated functions")