egrace479 commited on
Commit
4c52e57
1 Parent(s): 5c70c04

Add detailed column descriptions.

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -86,7 +86,38 @@ Current preprocessing steps: [WingSeg](https://github.com/agporto/WingSeg) on th
86
 
87
  ### Data Fields
88
 
89
- [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
90
 
91
  ### Data Splits
92
 
 
86
 
87
  ### Data Fields
88
 
89
+ CSV Columns are as follows:
90
+
91
+ - `CAMID`: Unique identifier for each specimen that was photographed. Each `CAMID` corresponds to multiple images (based on factors such as `View` and `file_type`).
92
+ - `X`: Unique identifier for each line in the master CSV.
93
+ - `Image_name`: Filename of image.
94
+ - `View`: View of the butterfly in the image: `dorsal`, `ventral`, `forewing dorsal`, `hindwing dorsal`, `forewing ventral`, `hindwing ventral`, `dorsal and ventral`.
95
+ - `zenodo_name`: Name of the CSV file with metadata used to populate this file from the associated Zenodo record.
96
+ - `zenodo_link`: URL for the Zenodo record of the image.
97
+ - `Sequence`: Mostly numeric IDs, not unique, please see the associated Zenodo record for more information on the meaning of these designations.
98
+ - `Taxonomic_Name`: Indication of the Genus, Species, and possibly, subspecies, of the specimen. For Cross Types, this is just the Genus species pair (all _Heliconius erato_ or _Heliconius melpomene_).
99
+ - `Locality`: Likely location of specimen collection, varying levels of specificity. Please see the associated Zenodo record for more information on the meaning of these designations.
100
+ - `Sample_accession`: Some type of ID, not unique, please see the associated Zenodo record for more information on the meaning of these designations.
101
+ - `Collected_by`: Abbreviations (likely for those collecting the specimen), please see the associated Zenodo record for more information on the meaning of these designations.
102
+ - `Other_ID`: Mostly numeric IDs, not unique, please see the associated Zenodo record for more information on the meaning of these designations.
103
+ - `Date`: Please see the associated Zenodo record for more information on the meaning of these designations.
104
+ - `Dataset`: Overall collection the images belong to: `Heliconiine Butterfly Collection Records from University of Cambridge` (largely, but not entirely Heliconius), `Patricio Salazar`, `Nadeau Sheffield`, `Bogota Collection (Camilo Salazar)`, `Cambridge Collection`, `Mallet`, `Merril_Gamboa`, `STRI Collection (Owen)`. Please see the associated Zenodo record for more information on the meaning of these designations.
105
+ - `Store`: Storage location for specimen (`Box ###`).
106
+ - `Brood`: Likely indicator of batch of butterflies. Please see the associated Zenodo record for more information on the meaning of these designations.
107
+ - `Death_Date`: Date of specimen death. Only noted for 318 images.
108
+ - `Cross_Type`: Laboratory cross breeding information. There is a mix of F1 (subspecies x subspecies), F2 (F1 x F1), and backcross (F1 x subspecies) hybrids. Generally, the order of the subspecies listed in the cross corresponds to the sexes of the parents (Maternal x Paternal). There are approximately 5,000 such images; on average, there are both raw and jpg images of the specimens for each view, so this covers 820 unique specimens.
109
+ - `Stage`: Life stage of the specimen. Only 15 specimens have a non-null value for this feature, and they are all labeled as `Adult`.
110
+ - `Sex`: Sex of the specimen: `Male`, `Female`, or `Unknown`.
111
+ - `Unit_Type`: Type of the specimen: `wild`, `reared`, `Mutant`, `Wild`, `e11`, or `e12`. Please see the associated Zenodo record for more information on the meaning of these designations.
112
+ - `file_type`: Image type: `jpg`, `raw` (.CR2), or `tif`.
113
+ - `record_number`: The number associated with the Zenodo record that the image came from.
114
+ - `species`: Species of the specimen. There are 246 species represented in the full collection, 37 of these are species of Heliconius.
115
+ - `subspecies`: Subspecies of the specimen (where available, mostly labeled for Heliconius). There are 155 subspecies represented in the full collection, 110 of which are Heliconius subspecies.
116
+ - `genus`: Genus of the specimen. There are 94 unique genera represented in the full collection.
117
+
118
+ **Note:**
119
+ - `Jiggins_Heliconius_Master.csv` has all but the `genus` column, since all images are Heliconius.
120
+ - `Jiggins_Zenodo_dorsal_Img_Master.csv` does not have the last four columns, but they can be added easily with the appropriate functions in `notebooks/standardize_taxa.ipynb`. This file also has a column `CAM_dupe` indicating whether the `CAMID` has multiple images within this subset.
121
 
122
  ### Data Splits
123