-
Notifications
You must be signed in to change notification settings - Fork 18
/
_pkgdown.yml
144 lines (140 loc) · 4.06 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
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
url: https://pln-team.github.io/PLNmodels
# template:
# params:
# docsearch:
# api_key: API_KEY
# index_name: INDEX_NAME
navbar:
structure:
left: [home, reference, slideshow, articles, news]
right: [github]
components:
home: ~
slideshow:
text: "Slideshow on PLN"
href: "https://pln-team.github.io/slideshow/slides"
articles:
text: "Vignettes"
menu:
- text: "The trichoptera data set"
href: articles/Trichoptera.html
- text: "Data importation in PLNmodels"
href: articles/Import_data.html
- text: "PLN: Multivariate Poisson regression"
href: articles/PLN.html
- text: "PLNPCA: Dimension Reduction"
href: articles/PLNPCA.html
- text: "PLNnetwork: sparse structure inference"
href: articles/PLNnetwork.html
- text: "PLNLDA: Discriminant Analysis"
href: articles/PLNLDA.html
- text: "PLNmixture: Model-based clustering for counts"
href: articles/PLNmixture.html
reference:
- title: 'Top-level fitting functions'
desc: >
Set of functions to fit variants of the Poisson lognormal model
contents:
- '`PLNmodels`'
- '`PLN`'
- '`ZIPLN`'
- '`PLNLDA`'
- '`PLNPCA`'
- '`PLNnetwork`'
- '`ZIPLNnetwork`'
- '`PLNmixture`'
- title: 'Poisson lognormal fit'
desc: >
Description of the PLNfit object and methods for its manipulation. Any PLN variant in the
package inherits from this class (PLNPCAfit, PLNnetworkfit, PLNLDAfit).
contents:
- starts_with('PLNfit')
- '`PLN_param`'
- '`coef.PLNfit`'
- '`vcov.PLNfit`'
- '`sigma.PLNfit`'
- '`predict.PLNfit`'
- '`predict_cond.PLNfit`'
- '`fitted.PLNfit`'
- '`standard_error.PLNfit`'
- title: 'Zero Inflated Poisson lognormal fit'
desc: >
Description of the ZIPLNfit object and methods for its manipulation.
contents:
- starts_with('ZIPLNfit')
- '`ZIPLN_param`'
- '`coef.ZIPLNfit`'
- '`sigma.ZIPLNfit`'
- '`predict.ZIPLNfit`'
- '`fitted.ZIPLNfit`'
- '`plot.ZIPLNfit_sparse`'
- title: 'Linear discriminant analysis via a Poisson lognormal fit'
desc: >
Description of the PLNLDAfit object and methods for its manipulation.
contents:
- starts_with('PLNLDAfit')
- '`PLNLDA_param`'
- '`plot.PLNLDAfit`'
- '`predict.PLNLDAfit`'
- '`coef.PLNLDAfit`'
- title: 'Poisson Lognormal PCA fit'
desc: >
Description of the PLNPCAfit and PLNPCAfamily objects and methods for their manipulation.
contents:
- starts_with('PLNPCAfit')
- '`PLNPCA_param`'
- '`plot.PLNPCAfit`'
- '`PLNPCAfamily`'
- '`plot.PLNPCAfamily`'
- '`getBestModel.PLNPCAfamily`'
- '`getModel.PLNPCAfamily`'
- title: 'Mixture of Poisson Lognormal fits'
desc: >
Description of the PLNmixturefit and PLNmixturefamily objects and methods for their manipulation.
contents:
- starts_with('PLNmixturefit')
- '`PLNmixture_param`'
- '`plot.PLNmixturefit`'
- '`PLNmixturefamily`'
- '`plot.PLNmixturefamily`'
- '`coef.PLNmixturefit`'
- '`predict.PLNmixturefit`'
- '`sigma.PLNmixturefit`'
- '`fitted.PLNmixturefit`'
- '`getBestModel.PLNmixturefamily`'
- '`getModel.PLNmixturefamily`'
- title: 'Sparse Poisson lognormal fit and network, w/o Zero Inflated component'
desc: >
Description of the (ZI)PLNnetworkfit and (ZI)PLNnetworkfamily objects and methods for their manipulation.
contents:
- starts_with('PLNnetworkfit')
- '`PLNnetwork_param`'
- '`ZIPLNnetwork_param`'
- '`plot.PLNnetworkfit`'
- '`plot.ZIPLNfit_sparse`'
- '`Networkfamily`'
- '`ZIPLNnetworkfamily`'
- '`PLNnetworkfamily`'
- '`plot.PLNnetworkfamily`'
- '`getBestModel.PLNnetworkfamily`'
- '`getModel.PLNnetworkfamily`'
- '`coefficient_path`'
- '`stability_selection`'
- '`extract_probs`'
- title: 'Other functions and objects'
desc: ~
contents:
- '`prepare_data`'
- '`compute_offset`'
- '`PLNfamily`'
- '`plot.PLNfamily`'
- '`rPLN`'
- '`compute_PLN_starting_point`'
- title: Data sets
desc: ~
contents:
- '`trichoptera`'
- '`oaks`'
- '`barents`'
- '`mollusk`'
- '`scRNA`'