-
Notifications
You must be signed in to change notification settings - Fork 6
/
_pkgdown.yml
324 lines (306 loc) · 6.69 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
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
title: SIMplyBee
url: http://www.simplybee.info
development:
mode: auto
navbar:
structure:
left:
- home
- reference
- articles
- news
right: github
components:
home:
icon: fa-home
href: index.html
reference:
icon: fa-question-circle
text: Reference
href: reference/index.html
articles:
icon: fa-book
text: Articles
menu:
- text: Introduction to honeybee biology
href: articles/A_Introduction_to_honeybee_biology.html
- text: Colony Events
href: articles/C_Colony_events.html
- text: Multiple colonies
href: articles/B_Multiple_colonies.html
- text: Crossing
href: articles/D_Crossing.html
- text: Genomics
href: articles/E_Genomics.html
- text: Sampling functions
href: articles/G_Sampling_functions.html
- text: Quantitative Genetics
href: articles/F_Quantitative_Genetics.html
- text: FAQs
href: articles/Z_FAQs.html
reference:
- title: Class
contents:
- Colony-class
- MultiColony-class
- SimParamBee
- c,NULLOrPop-method
- title: Colony and MultiColony operations
- subtitle: Utility
contents:
- createColony
- setLocation
- createMultiColony
- selectColonies
- pullColonies
- removeColonies
- getId
- rcircle
- subtitle: Events
contents:
- cross
- buildUp
- downsize
- supersede
- split
- swarm
- collapse
- combine
- resetEvents
- subtitle: Event information
contents:
- getEvents
- hasCollapsed
- hasSplit
- hasSuperseded
- hasSwarmed
- isProductive
- subtitle: Caste specific events - Add
contents:
- addWorkers
- addDrones
- addVirginQueens
- subtitle: Caste specific events - Replace
contents:
- reQueen
- replaceWorkers
- replaceDrones
- replaceVirginQueens
- subtitle: Caste specific events - Remove
contents:
- removeQueen
- removeWorkers
- removeDrones
- removeVirginQueens
- title: Caste operations
- subtitle: Create
desc: (output is Population)
contents:
- createWorkers
- createDrones
- createVirginQueens
- createDCA
- subtitle: Get
desc: (output is Population)
contents:
- getCastePop
- getQueen
- getFathers
- getWorkers
- getDrones
- getVirginQueens
- subtitle: Pull
desc: (output is list of Populations)
contents:
- pullInd
- pullCastePop
- pullQueen
- pullWorkers
- pullDrones
- pullVirginQueens
- pullDroneGroupsFromDCA
- subtitle: Get information
contents:
- getCaste
- getQueenAge
- getCasteId
- getCasteSex
- getLocation
- subtitle: Queen's birth
contents:
- setQueensYearOfBirth
- getQueenYearOfBirth
- title: Is/are functions
- subtitle: Individuals
contents:
- isCaste
- isQueen
- isFather
- isWorker
- isDrone
- isVirginQueen
- subtitle: Is caste present
contents:
- isQueenPresent
- areFathersPresent
- areWorkersPresent
- areDronesPresent
- isDronesPresent
- areVirginQueensPresent
- subtitle: Colony and MultiColony
contents:
- isColony
- isEmpty
- isMultiColony
- isNULLColonies
- subtitle: Other
contents:
- isSimParamBee
- Title: Numbers functions
- subtitle: Individuals
contents:
- nCaste
- nQueens
- nFathers
- nWorkers
- nDrones
- nVirginQueens
- nHomBrood
- subtitle: Sampling individuals
contents:
- nFathersPoisson
- nWorkersPoisson
- nDronesPoisson
- nVirginQueensPoisson
- subtitle: Colony and MultiColony
contents:
- nColonies
- nNULLColonies
- nEmptyColonies
- subtitle: Proportion functions
contents:
- downsizePUnif
- splitPUnif
- swarmPUnif
- title: Genome
- subtitle: General
contents:
- simulateHoneyBeeGenomes
- getPooledGeno
- subtitle: Csd
contents:
- isCsdActive
- nCsdAlleles
- getCsdAlleles
- getCsdGeno
- isCsdHeterozygous
- isGenoHeterozygous
- calcQueensPHomBrood
- nHomBrood
- pHomBrood
- editCsdLocus
- subtitle: Haploid drone genome
contents:
- reduceDroneHaplo
- reduceDroneGeno
- subtitle: Get segregating sites' haplotypes or genotypes
contents:
- getSegSiteHaplo
- getQueenSegSiteHaplo
- getFathersSegSiteHaplo
- getWorkersSegSiteHaplo
- getDronesSegSiteHaplo
- getVirginQueensSegSiteHaplo
- getSegSiteGeno
- getQueenSegSiteGeno
- getFathersSegSiteGeno
- getWorkersSegSiteGeno
- getDronesSegSiteGeno
- getVirginQueensSegSiteGeno
- subtitle: Get QTL haplotypes or genotypes
contents:
- getQtlHaplo
- getQueenQtlHaplo
- getFathersQtlHaplo
- getWorkersQtlHaplo
- getDronesQtlHaplo
- getVirginQueensQtlHaplo
- getQtlGeno
- getQueenQtlGeno
- getFathersQtlGeno
- getWorkersQtlGeno
- getDronesQtlGeno
- getVirginQueensQtlGeno
- subtitle: Get SNP haplotypes or genotypes
contents:
- getSnpHaplo
- getQueenSnpHaplo
- getFathersSnpHaplo
- getWorkersSnpHaplo
- getDronesSnpHaplo
- getVirginQueensSnpHaplo
- getSnpGeno
- getQueenSnpGeno
- getFathersSnpGeno
- getWorkersSnpGeno
- getDronesSnpGeno
- getVirginQueensSnpGeno
- subtitle: Get IBD (Identity-By-Descent) haplotypes
contents:
- getIbdHaplo
- getQueenIbdHaplo
- getFathersIbdHaplo
- getWorkersIbdHaplo
- getDronesIbdHaplo
- getVirginQueensIbdHaplo
- subtitle: Calculate genomic information
contents:
- calcBeeGRMIbs
- calcBeeGRMIbd
- calcBeeAlleleFreq
- subtitle: Calculate phenotypic information
contents:
- getPheno
- subtitle: Calculate criterion
contents:
- calcColonyValue
- calcInheritanceCriterion
- calcPerformanceCriterion
- calcSelectionCriterion
- title: Planned mating
- subtitile:
contents:
- createMatingStationDCA
- createCrossPlan
- mapCasteToColonyValue
- cross
- title: Quantitative Genetics
- subtitle: Genetic values
contents:
- getQueenGv
- getFathersGv
- getWorkersGv
- getDronesGv
- getVirginQueensGv
- getWorkersGv
- subtitle: Breeding values
contents:
- getQueenBv
- getFathersBv
- getWorkersBv
- getDronesBv
- getVirginQueensBv
- subtitle: Dominance deviations
contents:
- getQueenDd
- getFathersDd
- getWorkersDd
- getDronesDd
- getVirginQueensDd
- subtitle: Epistatic devaitions
contents:
- getAa
- title: Combine REMOVE EXPORT AND DELETE
contents:
- combineBeeGametesHaploDiploid
- combineBeeGametes