-
Notifications
You must be signed in to change notification settings - Fork 28
/
_pkgdown.yml
63 lines (62 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
reference:
- title: "Model fit and check"
desc: >
Contain the fitGam function used to fit the model, as well as functions to
check the fit, extract components and decide on the appropriate number of knots.
contents:
- '`fitGAM`'
- '`evaluateK`'
- '`nknots`'
- '`getSmootherPvalues`'
- '`getSmootherTestStats`'
- title: "Tests"
desc: >
All tests currently implemented in tradeSeq. All tests are of the form
xxxTest. Tests can either be run in an omnibus fashion (all lineages) or on
an individual basis (lineages for within-lineage tests, and pairwise form
between-lineages tests).
contents:
- '`associationTest`'
- '`diffEndTest`'
- '`earlyDETest`'
- '`patternTest`'
- '`startVsEndTest`'
- title: Visualization
desc: "Functions to plot the results"
contents:
- '`plotGeneCount`'
- '`plotSmoothers`'
- title: Data
desc: "The dataset used in example"
contents:
- '`gamList`'
- '`celltype`'
- '`countMatrix`'
- '`crv`'
- '`sds`'
- title: Clustering
desc: "Clustering of gene expression patterns"
contents:
- '`clusterExpressionPatterns`'
- '`predictCells`'
- '`predictSmooth`'
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: Get started
href: articles/tradeSeq.html