Data From: Red Flour Beetle (Coleoptera: Tenebrionidae) Response To Volatile Cues Varies With Strain And Behavioral Assay
Department of Agriculture
@usgov.usda_gov_data_from_red_flour_beetle_coleoptera_tenebri_9ed8d1f1
Department of Agriculture
@usgov.usda_gov_data_from_red_flour_beetle_coleoptera_tenebri_9ed8d1f1
Behavioral data for eight strains of red flour beetles in three behavioral assays and two commercial lures.
The red flour beetle, Tribolium castaneum (Herbst) (Coleoptera: Tenebrionidae), is a major pest of facilities where grain is processed because of its ability to find and colonize food resource patches. Traps baited with pheromone and kairomone lures are commonly used to monitor for the presence of insects in warehouses or flour mills, for example. However, two nonmutually exclusive components, environment and genetics, could influence insect responsiveness to volatiles, impacting the efficacy of monitoring. Intraspecific variation in attraction behavior to food and mates is largely unexplored in stored-product insects, but tapping into natural genetic variation could provide a baseline for identifying genetic mechanisms associated with finding resources. Here, we assess eight strains of T. castaneum for variation in response to kairomone- and pheromone-based lures using three behavioral assays: paired choice with no forced air flow, upwind attraction with forced air flow, and movement pattern in an arena with a single odor source. We find strain-specific responses to kairomones and pheromones and evidence for heritability in behavioral responses. However, environmental coefficients for behavioral responses to both lures are high, suggesting that environment, and its potential interaction with genotype, strongly influences behavioral outcomes in these assays. Furthermore, despite the different environmental conditions among the different behavioral assays, we find a correlation for volatile preference among the assays. Our results provide a baseline assessment of natural variation for preference to kairomone and pheromone lures and suggest that careful consideration of behavioral assay is key to understanding the mechanisms of attraction in these stored-product pests.
Resources in this dataset:
File Name: petri_control.csv
Resource Description: Data from: Red flour beetle (Coleoptera: Tenebrionidae) response to volatile cues varies with strain and behavioral assay. Data for eight strains, two sexes, and 10 replicates for each strain and sex. No volatiles were used in this part of the experiment. Data were collected using a Sony Handycam and analyzed using Ethovision software. Distance moved is in cm; velocity is cm/s-2. Duration values are in seconds.
File Name: petri_volatiles.csv
Resource Description: Data from: Red flour beetle (Coleoptera: Tenebrionidae) response to volatile cues varies with strain and behavioral assay. Data for eight strains, two sexes, and 10 replicates for each strain and sex. Volatile used was either a pheromone or kairomone lure. Data were collected using a Sony Handycam and analyzed using Ethovision software. Distance moved is in cm; velocity is cm/s-2. Duration values are in seconds.
File Name: windtunnel_data_final.csv
Resource Description: Data from: Red flour beetle (Coleoptera: Tenebrionidae) response to volatile cues varies with strain and behavioral assay. Data for eight strains, two sexes, and 10 replicates for each strain and sex. Volatile used was either a pheromone or kairomone (oil) lure or there was no volatile (control). Top indicates movement toward the wind source or volatile. Left, right, or bottom indicate movement in that direction.
File Name: ymaze_data_final.csv
Resource Description: Data from: Red flour beetle (Coleoptera: Tenebrionidae) response to volatile cues varies with strain and behavioral assay. Data for eight strains, two sexes, and 10 replicates for each strain and sex. Volatile used was either a pheromone or kairomone (oil) lure or there was no volatile (control). Volatile_Location indicates what volatile was used and if it was in the left or right arm of the y-maze. If final_direction is non_base, the beetle went to the base of the y-maze and did not leave or was located there after 5 minutes.
File Name: repeatability.csv
Resource Description: Data from: Red flour beetle (Coleoptera: Tenebrionidae) response to volatile cues varies with strain and behavioral assay. Data for lab strain of T. castaneum. Volatile used was pheromone and kairomone (oil) lures or there was no volatile (control). Beetle ID is an identifier specific to each Block. Direction1 is the first direction on a given day, time1 is the time to make that decision; a total of 4 directions were assessed for each day. Each beetle was repeated for 4 days. Rep represents block and day: 1_1 = block 1, day 1. Beetles are the same throughout the block. Top indicates movement toward the wind source or volatile. Left, right, or bottom indicate movement in that direction.
File Name: DataDictionary_RedFlourBeetle.csv
Organization: Department of Agriculture
Last updated: 2024-03-30T11:06:50.876248
Tags: ars, attraction-behavior, behavioral-ecology, data-gov, food-based-lure, genetic-variation, kairomone-lure, np304, pest-management, pheromone-lure, stored-product-pest, tribolium-castaneum
CREATE TABLE datadictionary_redflourbeetle_0 (
"spreadsheet_name" VARCHAR,
"element_name" VARCHAR,
"element_description" VARCHAR,
"character_type" VARCHAR,
"character_length" BIGINT,
"acceptable_values" VARCHAR,
"mandatory" VARCHAR,
"allows_null_value" VARCHAR
);CREATE TABLE petri_volatiles (
"strain" VARCHAR,
"pheromone" VARCHAR,
"replicate" BIGINT,
"volatile" VARCHAR,
"velocity" DOUBLE,
"distance_moved" DOUBLE,
"frequency_highly_mobile" BIGINT,
"duration_highly_mobile" DOUBLE,
"frequency_mobile" BIGINT,
"duration_mobile" DOUBLE,
"frequency_immobile" BIGINT,
"duration_immobile" DOUBLE,
"frequency_in_control" BIGINT,
"duration_in_control" DOUBLE,
"latency_to_control" DOUBLE,
"frequency_in_volatile" BIGINT,
"duration_in_volatile" DOUBLE,
"latency_to_volatile" DOUBLE
);CREATE TABLE repeatability (
"volatile" VARCHAR,
"beetle" VARCHAR,
"direction1" VARCHAR,
"time1" BIGINT,
"direction2" VARCHAR,
"time2" BIGINT,
"direction3" VARCHAR,
"time3" BIGINT,
"direction4" VARCHAR,
"time4" BIGINT,
"rep" VARCHAR,
"block" BIGINT,
"day" BIGINT
);CREATE TABLE windtunnel_data_final (
"id_number" BIGINT,
"strain" VARCHAR,
"sex" VARCHAR,
"experiment" VARCHAR,
"volatile_location" VARCHAR,
"final_direction" VARCHAR,
"time" BIGINT,
"date" TIMESTAMP,
"replicate" BIGINT
);CREATE TABLE ymaze_data_final (
"id_number" BIGINT,
"strain" VARCHAR,
"sex" VARCHAR,
"experiment" VARCHAR,
"volatile_location" VARCHAR,
"final_direction" VARCHAR,
"time" BIGINT,
"date" TIMESTAMP,
"replicate" BIGINT
);Anyone who has the link will be able to view this.