Data From: Solenopsis Invicta Virus 3 Infection Alters Worker Foraging Behavior In Its Host, Solenopsis Invicta
Department of Agriculture
@usgov.usda_gov_data_from_solenopsis_invicta_virus_3_infectio_562a842b
Department of Agriculture
@usgov.usda_gov_data_from_solenopsis_invicta_virus_3_infectio_562a842b
Data collected to compare the foraging/food consumption and impacts of Solenopsis invicta virus 3 on fire ant colonies, Solenopsis invicta. Ant colonies infected with Solenopsis invicta virus 3 were compared with uninfected (control) colonies. Four data sets include foraging/food consumption, brood changes, queen fecundity, and virus quantity.
Resources in this dataset:
Resource Title: Brood ratings of virus infected ant colonies File Name: Raw data brood rating.csv Resource Description: Change in brood quantity (rating) after treatment with Solenopsis invicta virus 3. Data include the number of days after exposure to virus, the brood ratings for four treatment (virus exposure) replicates and three control replicates, and the means for each group.
Resource Title: Ant food consumption data File Name: Raw data consumption 1.csv Resource Description: Food consumption in ant colonies treated with Solenopsis invicta virus 3. Data include the number of days after treatment with SINV-3, the raw data for four treatment replicates and control replicates, means for treatment and control groups, the quantity (grams) of food consumed for each group, and the standard error for each group.
Resource Title: Solenopsis invicta virus 3 genome quantification File Name: Raw data SINV3 quantity.csv Resource Description: Quantitative PCR data to detect Solenopsis invicta virus 3. Data include the day after treatment the measurements were taken, the raw data for four treatment replicates and 3 control replicates, means and standard deviation of each treatment group.
Resource Title: Queen fecundity after treatment with Solenopsis invicta virus 3 File Name: Raw data eggs laid.csv Resource Description: Eggs laid (fecundity) in a 24 hour period by Solenopsis invicta queens after SINV-3 exposure. Data sheet includes colony group (four replicate treatment colonies and three replicate control colonies) and the number of eggs laid by queens from these colonies on 24, 31, and 39 days after virus exposure.
Resources in this dataset:
* Resource Title: Brood ratings of virus infected ant colonies.
File Name: Raw data brood rating.csv
Resource Description: Change in brood quantity (rating) after treatment with Solenopsis invicta virus 3. Data include the number of days after exposure to virus, the brood ratings for four treatment (virus exposure) replicates and three control replicates, and the means for each group.
* Resource Title: Solenopsis invicta virus 3 genome quantification.
File Name: Raw data SINV3 quantity.csv
Resource Description: Quantitative PCR data to detect Solenopsis invicta virus 3. Data include the day after treatment the measurements were taken, the raw data for four treatment replicates and 3 control replicates, means and standard deviation of each treatment group.
* Resource Title: Queen fecundity after treatment with Solenopsis invicta virus 3.
File Name: Raw data eggs laid.csv
Resource Description: Eggs laid (fecundity) in a 24 hour period by Solenopsis invicta queens after SINV-3 exposure. Data sheet includes colony group (four replicate treatment colonies and three replicate control colonies) and the number of eggs laid by queens from these colonies on 24, 31, and 39 days after virus exposure.
* Resource Title: Ant food consumption data.
File Name: Raw data consumption 1.csv
Resource Description: Food consumption in ant colonies treated with Solenopsis invicta virus 3. Data include the number of days after treatment with SINV-3, the raw data for four treatment replicates and control replicates, means for treatment and control groups, the quantity (grams) of food consumed for each group, and the standard error for each group.
Organization: Department of Agriculture
Last updated: 2024-03-30T11:25:01.580596
Tags: ars, behavior, data-gov, fire-ant, np104, positive-strand-rna-virus, solenopsis-invicta, solinviviridae
CREATE TABLE raw_data_consumption_1 (
"days_after_treatment" BIGINT,
"replicate_1" BIGINT,
"replicate_2" BIGINT,
"replicate_3" BIGINT,
"replicate_4" BIGINT,
"control_1" BIGINT,
"control_2" BIGINT,
"control_3" BIGINT,
"trt_mean" BIGINT,
"control_mean" BIGINT,
"trt_g" DOUBLE -- TRT (g),
"se_trt" DOUBLE,
"cont_g" DOUBLE -- CONT (g),
"se_cont" DOUBLE
);CREATE TABLE raw_data_eggs_laid (
"colony" VARCHAR,
"day_24" DOUBLE,
"day_31" VARCHAR,
"day_39" VARCHAR,
"unnamed_4" VARCHAR -- Unnamed: 4,
"unnamed_5" VARCHAR -- Unnamed: 5,
"unnamed_6" VARCHAR -- Unnamed: 6
);CREATE TABLE raw_data_sinv3_quantity (
"days_after_treatment" DOUBLE,
"replicate_1" DOUBLE,
"replicate_2" DOUBLE,
"replicate_3" DOUBLE,
"replicate_4" DOUBLE,
"control_1" DOUBLE,
"control_2" DOUBLE,
"control_3" DOUBLE,
"unnamed_8" VARCHAR -- Unnamed: 8,
"unnamed_9" VARCHAR -- Unnamed: 9,
"unnamed_10" VARCHAR -- Unnamed: 10,
"unnamed_11" VARCHAR -- Unnamed: 11,
"unnamed_12" VARCHAR -- Unnamed: 12
);Anyone who has the link will be able to view this.