This data object contains bionomic parameterizations for 57 Anopheles mosquito species and 17 complexes (families of species). These parameters have been estimated using a Bayesian hierarchical model accounting for the phylogeny of the Anopheles genus and informed by entomological data available from the Malaria Atlas Project and other published field studies.

vec_ent_param

Format

A data frame with the following columns:

  • species_name: name of the mosquito species

  • M: parous rate (proportion of host-seeking mosquitoes that have laid eggs at least once)

  • Chi: human blood index (proportion of blood meals derived from humans by mosquitoes)

  • A0: sac rate (proportion of mosquitoes who laid eggs the same day)

  • zeta.3: relative availability of different non-human hosts

  • td: proportion of a day that a mosquito actively seeks a host

  • tau: time required for a mosquito that has encountered a host to return to host-seeking

  • ts: duration of the extrinsic incubation period (time required for sporozoites to develop to mosquitoes)

  • to: oocyst development time

  • endophily: proportion of indoor resting mosquitoes #'

  • endophagy: proportion of indoor feeding mosquitoes

Value

vector-specific entomological parameters

Author

Monica Golumbeanu, monica.golumbeanu@swisstph.ch

Examples

# Print the first lines of the data frame
head(vec_ent_param)
#>          species_name         M       M.sd       Chi        A0      A0.sd
#> 1               GENUS 0.5529423 0.12099829 0.6612922 0.4728015 0.14661842
#> 2       Dirus complex 0.5784376 0.05767001 0.6612922 0.3526433 0.03130114
#> 3    Funestus complex 0.7138477 0.03784895 0.7944059 0.5188162 0.06952455
#> 4     Gambiae complex 0.6033056 0.03366968 0.7624318 0.5604678 0.07419108
#> 5    Hyrcanus complex 0.6268158 0.04171021 0.6612922 0.3357685 0.11956995
#> 6 Punctulatus complex 0.4965744 0.04539213 0.6612922 0.4728015 0.14661842
#>   zeta.3   td tau ts to endophily endophily.sd endophagy endophagy.sd
#> 1      1 0.33   3 10  5 0.4378656   0.37049532 0.4179798   0.14994489
#> 2      1 0.33   3 10  5 0.4378656   0.37049532 0.4179798   0.14994489
#> 3      1 0.33   3 10  5 0.7384076   0.10608149 0.4858303   0.05653513
#> 4      1 0.33   3 10  5 0.7756787   0.01193465 0.5467098   0.05262877
#> 5      1 0.33   3 10  5 0.4378656   0.37049532 0.4179798   0.14994489
#> 6      1 0.33   3 10  5 0.4378656   0.37049532 0.3643234   0.05224029