-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVB_intro_to_vectraits.qmd
More file actions
398 lines (284 loc) · 10.5 KB
/
Copy pathVB_intro_to_vectraits.qmd
File metadata and controls
398 lines (284 loc) · 10.5 KB
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
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
---
subtitle: "VectorByte Methods Training"
title: "Introduction to Using the VecTraits Database"
author: "The VectorByte Team (Cat Lippi, PhD, Virginia Tech)"
title-slide-attributes:
data-background-image: graphics/VectorByte-logo_lg.png
data-background-size: contain
data-background-opacity: "0.2"
format: revealjs
---
```{r setup, include = FALSE}
knitr::opts_chunk$set(cache = FALSE,
echo = FALSE,
message = FALSE,
warning = FALSE,
#fig.height=6,
#fig.width = 1.777777*6,
tidy = FALSE,
comment = NA,
highlight = TRUE,
prompt = FALSE,
crop = TRUE,
comment = "#>",
collapse = TRUE)
library(knitr)
library(kableExtra)
library(xtable)
library(viridis)
options(stringsAsFactors=FALSE)
knit_hooks$set(no.main = function(before, options, envir) {
if (before) par(mar = c(4.1, 4.1, 1.1, 1.1)) # smaller margin on top
})
knitr::opts_chunk$set(echo = FALSE)
knitr::opts_knit$set(width = 60)
source("my_knitter.R")
#library(tidyverse)
#library(reshape2)
#theme_set(theme_light(base_size = 16))
make_latex_decorator <- function(output, otherwise) {
function() {
if (knitr:::is_latex_output()) output else otherwise
}
}
insert_pause <- make_latex_decorator(". . .", "\n")
insert_slide_break <- make_latex_decorator("----", "\n")
insert_inc_bullet <- make_latex_decorator("> *", "*")
insert_html_math <- make_latex_decorator("", "$$")
## classoption: aspectratio=169
```
## Overview of VectorByte
- VectorBiTE RCN
- VectorByte $\Rightarrow$ two databases
- VecDyn and VecTraits
## VecDyn
- Vector abundance
- Typically field-collected surveillance data
<center>
{width="70%"}
</center>
## VecTraits
- Biological trait data
- Typically results from controlled laboratory experiments
<center>
{width="70%"}
</center>
## Vector Trait Data
Vector trait: measurable biological aspects of life-history, behavior, or vector competence
<br>
::: columns
::: {.column width="45%"}
- Because we are dealing with ectothermic vectors, these are often measured against temperature in controlled laboratory environments
:::
::: {.column width="55%"}
<center>
{width="100%"}
</center>
:::
:::
## Examples of Studies
<center>

</center>
------------------------------------------------------------------------
<center>

</center>
## Flexible Framework
- VecTraits template provides a starting point
- Required fields
- Commonly used fields
- Each column has data format requirements (e.g., text, numeric, etc)
- NO strict format for most study aspects (e.g., units used in study, taxonomy)
- Can be expanded as needed to accommodate study designs with more interactors
## VecTraits Column Definitions
<center>

</center>
------------------------------------------------------------------------
<center>

</center>
------------------------------------------------------------------------
<center>

</center>
## VecTraits Required Columns
A minimum set of columns required in the dataset for successful upload
<br>
***These cannot be missing***
<br>
They should include all available data
<br>
If a required column is missing, file may fail to upload without any error
## VecTraits Required Columns
::: columns
::: {.column width="50%"}
- Original Trait Value
- Original Trait Unit
- Original ID
- Location
- Location Date Precision
:::
::: {.column width="50%"}
- Submitted By
- Contributor Email
- Citation
- Embargo Release
:::
:::
## More Column Definitions
- Original Trait Name: trait as named in source
- Original Trait Def: definition of trait as named in source
- Original Error: error recorded in study (additional column for units)
- Interactor1: lowest taxonomic identity of main study organism
- Interactor1 Number: if grouped, number of individuals (i.e., experiment sample size)
- Interactor1 Temp: experimental temperature (additional column for units)
## More Column Definitions
- Interactor2: lowest taxonomic identity of additional organisms in experiment
*Note: can be expanded to accomodate experimental design*
- Second Stressor: additional experimental factors (e.g., CO2)
- Notes: any additional information not captured with existing fields
## Where to Find Template and Instructions
- Note: *Must be logged into VectorByte account*
<center>
{width="80%"}
</center>
## VecTraits Template
EXERCISE: Take a moment to download the VecTraits template
<center>

</center>
## Formatting Your Data
- Do not need to natively format experimental data for VecTraits
- Should still adhere to minimum information standard (MIReVTD)
<center>

</center>
## Study Traits
- What is the main trait or outcome being measured in your study?
- Sometimes multiple traits measured at once
- May require formatting into separate datasets
## Individual Observations vs Grouped Data
- How were data recorded in the study?
- Individual measurements
- Group averages (include sample sizes!)
- Repeated measurements
## Formatting Dates
- Most fields do not have strict formatting guidelines to ensure flexibility
- Dates are an exception
- There could be errors due to ambiguity based on localization
- For example, 5/2/2021 could refer to the 5th of February or the 2nd of May
- The desired date format is YYYY-MM-DD
- This is the only way to minimize errors and guarantee that dates are recorded as expected
## Study Parameters
- Record all controlled aspects of experiment
- Anything that was manipulated in the study (e.g., temperature, humidity, food concentration)
- Ideally enough information to replicate experiment
## Other Experimental Stressors
- Some studies may include other factors in addition to trait and main experimental parameters (e.g., temperature)
- Some common examples are CO2 concentrations or pesticide exposure
## Vector Taxonomy
::: columns
::: {.column width="50%"}
- Full taxonomic grouping in study/paper $\rightarrow$ ‘interactorx’ column
- Can include information on subspecies, species complex, biotype, etc
- Dedicated columns for taxonomic groupings (Kingdom, Phylum, etc.)
:::
::: {.column width="50%"}
- ‘interactorxspecies’ column should only contain specific epithet
- Add additional interactors (e.g., interactor2...) with associated taxonomy for other organisms in study
- Interactors may include pathogens, hosts, and plants
:::
:::
## Laboratory Conditions
- What factors were controlled in the laboratory?
- These need to be recorded!
- Ambient holding temperature, relative humidity, photoperiod, rearing temperature, feeding concentrations, etc.
- Anything that was not an experimental parameter, but still controlled or recorded as part of the experiment
## Geographic Information
- GPS coordinates or location description of where field-collected specimens orginate
- DO NOT put location of laboratory or facility where experiment was conducted
- DO NOT put coordinates for established lab colonies
- These details can be recorded in other fields
## Additional Interactors
- Interactor1 is typically the vector being studied
- Additional interactors can be recorded for other named organisms in study
- The VecTraits template can be expanded to accommodate additional species
- These may include parasites, hosts, viruses, plant substrate, etc
## Digitizing Trait Data
- Full data not always available
- Try to contact study authors
- Some data and results are only provided in tables and figures
## Digitizing Published Studies
- Check supplemental materials first
- Consider reaching out to CA
- Identify where requisite data are in paper
- Tables are typically easier
- Make sure to check text!
- Make sure figures are displaying unique data
- Check for data that will ensure usability (e.g., sample sizes, error, etc)
## Manual Digitization
- Time consuming
- May not be practical for large groups
- Great deal of control
- Issues with agreement between digitizers
- More of an issue when digitizing figures
## Figure Digitization Tools
::: columns
::: {.column width="50%"}
- PlotDigitizer (`plotdigitizer.com`)
- GraphReader (`www.graphreader.com`)
- WebPlotDigitizer (`automeris.io`)
<center>
{width="80%"}
</center>
:::
::: {.column width="50%"}
<center>
{width="75%"}
{width="85%"}
</center>
:::
:::
## Finding Data in VecTraits
<center>

</center>
------------------------------------------------------------------------
<center>

</center>
## Downloading Data from VecTraits
<center>

</center>
------------------------------------------------------------------------
<center>

</center>
## Downloading Data from VecTraits
*Exercise: search the database and download a dataset*
- Choose a vector (or trait) and search the database
- Review search results
- Find a dataset and view details
- Download and view dataset on your computer
## Contributing Data to VecTraits
<center>

</center>
## Common Sources of Upload Errors
- Missing required columns
- Special characters and accents (e.g., check citations, units, and names)
- Incorrect character type for column (e.g., characters in numeric)
- Autofill for unique ID or citation columns (e.g., spreadsheet autofill options will increase numbers incrementally)
- If there are multiple errors, may not get a specific warning
## Citing VecTraits/Data Ecosystem
- LR Johnson, L Cator, SSC Rund, SJ Ryan, PJ Huxley, and S Pawar. 2023. "VecTraits Explorer". University of Notre Dame. DOI: 10.7274/28020782
- SJ Ryan, LR. Johnson, CA Lippi, L Cator, S Pawar, and SSC Rund. 2023. "The Vector Data Ecosystem." University of Notre Dame. DOI: 10.7274/27854508 *or*
- CA Lippi, SSC Rund, SJ Ryan, Characterizing the Vector Data Ecosystem, Journal of Medical Entomology, Volume 60, Issue 2, March 2023, Pages 247–254
For more info: `www.vectorbyte.org/blog/how-to-cite-us`
------------------------------------------------------------------------
<center>

</center>