Baselight

Effects Of On-Farm Hatching On Layer Chicks

Stress, Cognitive Ability, and Weight Gain

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks

Loading...
Loading...

About this Dataset

Effects Of On-Farm Hatching On Layer Chicks


Effects of On-Farm Hatching on Layer Chicks

Stress, Cognitive Ability, and Weight Gain

By [source]


About this dataset

This dataset captures the effects of a comparative study between on-farm hatching (OFH) and conventional hatching methods on layer chicks. It explores the short-term stress indicators, long-term cognitive development, factors underpinning learning, and overall animal welfare in relation to these two incubation methods. The data contains detailed observations of chick behaviours (including Asleep/resting, Drinking, Foraging and Spurting behaviours), weight gain measures over time, and cognitive tests in Y-mazes with various paradigms. Corticosterone levels taken before and after transportation have also been documented. The results of this investigative research aim to shed insight into available strategies for improving animal welfare standards for poultry industries worldwide

More Datasets

For more datasets, click here.

Featured Notebooks

  • 🚨 Your notebook can be here! 🚨!

How to use the dataset

This dataset captures information about the health and behavioural consequences of on-farm hatching (OFH) compared to conventional hatching in layer chicks. This dataset can be used to understand the overall impacts of hatching treatments and how they affect animal welfare.

The data includes observations such as sleeping, drinking, foraging and spurting behaviours at different timepoints, measurements of weight gain, and cognitive tests in Y-mazes with several paradigms (reversal, attentional-shift, extinction). Corticosterone levels were also measured before and after transport.

To start using this dataset you will want to familiarize yourself with the columns that are available. The columns include Time (the time at which the behaviour was observed), Behaviour (the type of behaviour observed), Freq (the frequency of the behaviour), Pen (the pen number of the chicks), Treatment (the hatching treatment exposed to; OFH or Conventional), Test (type of test; Y-maze, Corticosterone or Behaviour) Phase(pre-transport, post-transport or post test), NSessCrit (number of sessions completed in Y maze) Date(date on which test was conducted )ChoiceS1(choice made in Y Maze) CorrNSessCrit(Number Of correct choices). Once you are comfortable with these fields you can begin selecting specific data points related to your research objectives. For example if you want to see how OFH affects cognitive ability then look at the Test field where it shows YMaze then dive deeper into one particular phase or session criterion. If there is a particular behavior related outcome required then use columns like Behavior , freq , ChoiceS1 etc., With this datasets’ well presented information it allows easy reference for your work by filtering out all non appropriate rows from each category .As a whole this dataset represent an invaluable tool for practitioners seeking more insight into layer chick behaviours under certain environmental conditions

Research Ideas

  • To investigate the long-term effects of OFH on cognition, welfare and behaviour of layer chicks over time, by tracking the changes in corticosterone levels, weight gain and behavioural observations.
  • To examine the differences between OFH and conventional hatching methods with regards to cognitive ability and learning in layer chicks by studying their performance in Y-maze paradigms such as reversal, attentional-shift, extinction etc., as well as through measures of corticosterone levels before and after transport.
  1. To compare the long-term effects of OFH versus conventional hatching on welfare and behaviour after transportation by analysing data regarding behavioural observations (Asleep/resting, Drinking, Foraging and Spurting behaviours), weight gain measurements at various timepoints, cognitive tests in Y-mazes etc.

Acknowledgements

If you use this dataset in your research, please credit the original authors.
Data Source

License

License: CC0 1.0 Universal (CC0 1.0) - Public Domain Dedication
No Copyright - You can copy, modify, distribute and perform the work, even for commercial purposes, all without asking permission. See Other Information.

Columns

File: BehObsPenBRight.csv

Column name Description
Time The time of the observation. (Numeric)
Behaviour The type of behaviour observed. (Categorical)
Freq The frequency of the behaviour observed. (Numeric)

File: YmazeDataNSessionsCriterionPh1RP.csv

Column name Description
Pen The pen number of the layer chicks. (Numeric)
Treatment The type of hatching treatment the layer chicks were subjected to (either On-Farm Hatching or Conventional). (Categorical)
Test The type of test conducted on the layer chicks (either Y-maze, Corticosterone, or Behaviour). (Categorical)
Phase The phase of the experiment (either Pre-Transport or Post-Transport). (Categorical)
NSessCrit The number of sessions the layer chicks completed in the Y-maze test. (Numeric)
Date The date the experiment was conducted. (Date)
ChoiceS1 The choice the layer chicks made in the Y-maze test. (Categorical)
CorrNSessCrit The number of correct sessions the layer chicks completed in the Y-maze test. (Numeric)

Acknowledgements

If you use this dataset in your research, please credit the original authors.
If you use this dataset in your research, please credit .

Tables

Behaviouralobservationdata

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behaviouralobservationdata
  • 13.13 KB
  • 21682 rows
  • 4 columns
Loading...

CREATE TABLE behaviouralobservationdata (
  "pen" VARCHAR,
  "side" VARCHAR,
  "time" VARCHAR,
  "behaviour" VARCHAR
);

Behaviouralobservationdatatest

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behaviouralobservationdatatest
  • 5.8 KB
  • 137 rows
  • 7 columns
Loading...

CREATE TABLE behaviouralobservationdatatest (
  "datagroup" VARCHAR,
  "dataset" VARCHAR,
  "level" BIGINT,
  "number" BIGINT,
  "behaviour" VARCHAR,
  "transcript" VARCHAR,
  "unnamed_6" VARCHAR
);

Behobspenaleft

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspenaleft
  • 5.3 KB
  • 964 rows
  • 3 columns
Loading...

CREATE TABLE behobspenaleft (
  "time" VARCHAR,
  "behaviour" VARCHAR,
  "freq" BIGINT
);

Behobspenaleft2

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspenaleft2
  • 6.17 KB
  • 241 rows
  • 5 columns
Loading...

CREATE TABLE behobspenaleft2 (
  "time" VARCHAR,
  "asleep_resting" DOUBLE,
  "drinking" DOUBLE,
  "foraging" DOUBLE,
  "spurting" DOUBLE
);

Behobspenaright

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspenaright
  • 5.44 KB
  • 964 rows
  • 3 columns
Loading...

CREATE TABLE behobspenaright (
  "time" VARCHAR,
  "behaviour" VARCHAR,
  "freq" BIGINT
);

Behobspenaright2

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspenaright2
  • 6.24 KB
  • 241 rows
  • 5 columns
Loading...

CREATE TABLE behobspenaright2 (
  "time" VARCHAR,
  "asleep_resting" DOUBLE,
  "drinking" DOUBLE,
  "foraging" DOUBLE,
  "spurting" DOUBLE
);

Behobspenbleft

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspenbleft
  • 5.31 KB
  • 964 rows
  • 3 columns
Loading...

CREATE TABLE behobspenbleft (
  "time" VARCHAR,
  "behaviour" VARCHAR,
  "freq" BIGINT
);

Behobspenbleft2

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspenbleft2
  • 6.2 KB
  • 241 rows
  • 5 columns
Loading...

CREATE TABLE behobspenbleft2 (
  "time" VARCHAR,
  "asleep_resting" DOUBLE,
  "drinking" DOUBLE,
  "foraging" DOUBLE,
  "spurting" DOUBLE
);

Behobspenbright

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspenbright
  • 5.31 KB
  • 964 rows
  • 3 columns
Loading...

CREATE TABLE behobspenbright (
  "time" VARCHAR,
  "behaviour" VARCHAR,
  "freq" BIGINT
);

Behobspenbright2

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspenbright2
  • 6.13 KB
  • 241 rows
  • 5 columns
Loading...

CREATE TABLE behobspenbright2 (
  "time" VARCHAR,
  "asleep_resting" DOUBLE,
  "drinking" DOUBLE,
  "foraging" DOUBLE,
  "spurting" DOUBLE
);

Behobspencleft

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspencleft
  • 5.31 KB
  • 964 rows
  • 3 columns
Loading...

CREATE TABLE behobspencleft (
  "time" VARCHAR,
  "behaviour" VARCHAR,
  "freq" BIGINT
);

Behobspencleft2

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspencleft2
  • 6.16 KB
  • 241 rows
  • 5 columns
Loading...

CREATE TABLE behobspencleft2 (
  "time" VARCHAR,
  "asleep_resting" DOUBLE,
  "drinking" DOUBLE,
  "foraging" DOUBLE,
  "spurting" DOUBLE
);

Behobspencright

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspencright
  • 5.32 KB
  • 964 rows
  • 3 columns
Loading...

CREATE TABLE behobspencright (
  "time" VARCHAR,
  "behaviour" VARCHAR,
  "freq" BIGINT
);

Behobspencright2

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspencright2
  • 6.2 KB
  • 241 rows
  • 5 columns
Loading...

CREATE TABLE behobspencright2 (
  "time" VARCHAR,
  "asleep_resting" DOUBLE,
  "drinking" DOUBLE,
  "foraging" DOUBLE,
  "spurting" DOUBLE
);

Behobspendleft

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspendleft
  • 5.32 KB
  • 964 rows
  • 3 columns
Loading...

CREATE TABLE behobspendleft (
  "time" VARCHAR,
  "behaviour" VARCHAR,
  "freq" BIGINT
);

Behobspendleft2

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspendleft2
  • 6.18 KB
  • 241 rows
  • 5 columns
Loading...

CREATE TABLE behobspendleft2 (
  "time" VARCHAR,
  "asleep_resting" DOUBLE,
  "drinking" DOUBLE,
  "foraging" DOUBLE,
  "spurting" DOUBLE
);

Behobspendright

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspendright
  • 5.31 KB
  • 964 rows
  • 3 columns
Loading...

CREATE TABLE behobspendright (
  "time" VARCHAR,
  "behaviour" VARCHAR,
  "freq" BIGINT
);

Behobspendright2

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspendright2
  • 6.16 KB
  • 241 rows
  • 5 columns
Loading...

CREATE TABLE behobspendright2 (
  "time" VARCHAR,
  "asleep_resting" DOUBLE,
  "drinking" DOUBLE,
  "foraging" DOUBLE,
  "spurting" DOUBLE
);

Behobspertimepoint

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobspertimepoint
  • 9.29 KB
  • 32 rows
  • 12 columns
Loading...

CREATE TABLE behobspertimepoint (
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "timepoint" VARCHAR,
  "chickno" BIGINT,
  "resting" DOUBLE,
  "drinking" DOUBLE,
  "foraging" DOUBLE,
  "spurting" BIGINT,
  "resting2" BIGINT,
  "drinking2" BIGINT,
  "foraging2" BIGINT,
  "spurting2" BIGINT
);

Behobstotal

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobstotal
  • 37.24 KB
  • 1928 rows
  • 21 columns
Loading...

CREATE TABLE behobstotal (
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "group" VARCHAR,
  "timepoint" BIGINT,
  "time" VARCHAR,
  "chickno" BIGINT,
  "resting" DOUBLE,
  "drinking" DOUBLE,
  "foraging" DOUBLE,
  "spurting" DOUBLE,
  "total" DOUBLE,
  "resting2" DOUBLE,
  "drinking2" DOUBLE,
  "foraging2" DOUBLE,
  "spurting2" DOUBLE,
  "total2" DOUBLE,
  "resting2_1" BIGINT,
  "drinking2_1" BIGINT,
  "foraging2_1" BIGINT,
  "spurting2_1" BIGINT,
  "total2_1" BIGINT
);

Behobstotal Temporary

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.behobstotal_temporary
  • 22.59 KB
  • 1928 rows
  • 21 columns
Loading...

CREATE TABLE behobstotal_temporary (
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "group" VARCHAR,
  "timepoint" BIGINT,
  "time" VARCHAR,
  "chickno" BIGINT,
  "resting2" BIGINT,
  "drinking2" BIGINT,
  "foraging2" BIGINT,
  "spurting2" BIGINT,
  "total2" BIGINT,
  "pen_4195f6" VARCHAR,
  "treatment_1" VARCHAR,
  "timepoint_1" VARCHAR,
  "chickno_1" DOUBLE,
  "resting2_1" DOUBLE,
  "drinking2_1" DOUBLE,
  "foraging2_1" DOUBLE,
  "spurting2_1" DOUBLE,
  "unnamed_19" VARCHAR,
  "unnamed_20" VARCHAR
);

Bloodsamplesofh E1vw Template

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.bloodsamplesofh_e1vw_template
  • 5.23 KB
  • 24 rows
  • 7 columns
Loading...

CREATE TABLE bloodsamplesofh_e1vw_template (
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "footringid" BIGINT,
  "test" VARCHAR,
  "nsesscrit" BIGINT,
  "date" TIMESTAMP,
  "rewstim" VARCHAR
);

Ymazedatansessionscriterion

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.ymazedatansessionscriterion
  • 5.86 KB
  • 150 rows
  • 7 columns
Loading...

CREATE TABLE ymazedatansessionscriterion (
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "footringid" BIGINT,
  "test" VARCHAR,
  "phase" BIGINT,
  "nsesscrit" BIGINT,
  "date" VARCHAR
);

Ymazedatansessionscriterionph1asp

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.ymazedatansessionscriterionph1asp
  • 6.66 KB
  • 24 rows
  • 9 columns
Loading...

CREATE TABLE ymazedatansessionscriterionph1asp (
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "footringid" BIGINT,
  "test" VARCHAR,
  "phase" BIGINT,
  "nsesscrit" BIGINT,
  "date" TIMESTAMP,
  "choices1" BIGINT,
  "corrnsesscrit" BIGINT
);

Ymazedatansessionscriterionph1rp

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.ymazedatansessionscriterionph1rp
  • 6.85 KB
  • 48 rows
  • 9 columns
Loading...

CREATE TABLE ymazedatansessionscriterionph1rp (
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "footringid" BIGINT,
  "test" VARCHAR,
  "phase" BIGINT,
  "nsesscrit" BIGINT,
  "date" TIMESTAMP,
  "choices1" BIGINT,
  "corrnsesscrit" BIGINT
);

Ymazedatansessionscriterionph2asp

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.ymazedatansessionscriterionph2asp
  • 6.81 KB
  • 22 rows
  • 9 columns
Loading...

CREATE TABLE ymazedatansessionscriterionph2asp (
  "date" TIMESTAMP,
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "footringid" BIGINT,
  "test" VARCHAR,
  "nsesscrit1" BIGINT,
  "nsesscrit2" BIGINT,
  "corrnsesscrit1" BIGINT,
  "corrnsesscrit2" BIGINT
);

Ymazedatansessionscriterionph2rp

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.ymazedatansessionscriterionph2rp
  • 7.58 KB
  • 37 rows
  • 10 columns
Loading...

CREATE TABLE ymazedatansessionscriterionph2rp (
  "date" TIMESTAMP,
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "footringid" BIGINT,
  "test" VARCHAR,
  "phase" BIGINT,
  "nsesscrit1" BIGINT,
  "nsesscrit2" BIGINT,
  "corrnsesscrit1" BIGINT,
  "corrnsesscrit2" BIGINT
);

Ymazedatansessionscriterionph3asp

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.ymazedatansessionscriterionph3asp
  • 8.67 KB
  • 10 rows
  • 12 columns
Loading...

CREATE TABLE ymazedatansessionscriterionph3asp (
  "date" TIMESTAMP,
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "footringid" BIGINT,
  "test" VARCHAR,
  "phase" BIGINT,
  "nsesscrit1" BIGINT,
  "nsesscrit2" BIGINT,
  "nsesscrit3" BIGINT,
  "corrnsesscrit1" BIGINT,
  "corrnsesscrit2" BIGINT,
  "corrnsesscrit3" BIGINT
);

Ymazedatansessionscriterionph3rp

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.ymazedatansessionscriterionph3rp
  • 8.66 KB
  • 9 rows
  • 12 columns
Loading...

CREATE TABLE ymazedatansessionscriterionph3rp (
  "date" TIMESTAMP,
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "footringid" BIGINT,
  "test" VARCHAR,
  "phase" BIGINT,
  "nsesscrit1" BIGINT,
  "nsesscrit2" BIGINT,
  "nsesscrit3" BIGINT,
  "corrnsesscrit1" BIGINT,
  "corrnsesscrit2" BIGINT,
  "corrnsesscrit3" BIGINT
);

Ymazedatarightvsleftph1rp

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.ymazedatarightvsleftph1rp
  • 5.96 KB
  • 48 rows
  • 8 columns
Loading...

CREATE TABLE ymazedatarightvsleftph1rp (
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "footringid" BIGINT,
  "test" VARCHAR,
  "phase" BIGINT,
  "nsesscrit" BIGINT,
  "date" TIMESTAMP,
  "rewstim" VARCHAR
);

Ymazedatayellowvsvioletph1asp

@kaggle.thedevastator_effects_of_on_farm_hatching_on_layer_chicks.ymazedatayellowvsvioletph1asp
  • 5.23 KB
  • 24 rows
  • 7 columns
Loading...

CREATE TABLE ymazedatayellowvsvioletph1asp (
  "pen" VARCHAR,
  "treatment" VARCHAR,
  "footringid" BIGINT,
  "test" VARCHAR,
  "nsesscrit" BIGINT,
  "date" TIMESTAMP,
  "rewstim" VARCHAR
);

Share link

Anyone who has the link will be able to view this.