Widespread temporal niche partitioning in an adaptive radiation of cichlid fishes
Data files
Jul 14, 2025 version files 47.71 GB
-
_dark-dark_Neobue.zip
536.52 MB
-
_dark-dark_Neotre.zip
616.11 MB
-
Altcal.zip
793.69 MB
-
Altcom.zip
224.18 MB
-
Altshe.zip
557.05 MB
-
Astbur.zip
1.04 GB
-
Auldew.zip
1.10 GB
-
Boumic.zip
664.72 MB
-
Calple.zip
1.03 GB
-
Chacya.zip
172.97 MB
-
Ctehor.zip
716.83 MB
-
Cypcol.zip
880.82 MB
-
Cypfro.zip
1.02 GB
-
Cyplep.zip
1.02 GB
-
Enamel.zip
719.78 MB
-
Eracya.zip
490.54 MB
-
Gnapfe.zip
519.01 MB
-
Juldic.zip
845.73 MB
-
Julmrk.zip
676.42 MB
-
Julorn.zip
863.77 MB
-
Lamoce.zip
735.77 MB
-
Lamsig.zip
1.14 GB
-
Lepelo.zip
819.86 MB
-
Limdar.zip
630.76 MB
-
Loblab.zip
173.51 MB
-
Neobre.zip
849.86 MB
-
Neobri.zip
1.03 GB
-
Neobue.zip
1.04 GB
-
Neocau.zip
697.66 MB
-
Neocra.zip
928.90 MB
-
Neocyg.zip
920.88 MB
-
Neocyl.zip
955.66 MB
-
Neodev.zip
985.01 MB
-
Neofal.zip
521.86 MB
-
NeofaM.zip
840.50 MB
-
Neogra.zip
831.22 MB
-
Neohel.zip
355.66 MB
-
Neokom.zip
493.65 MB
-
Neolon.zip
630.37 MB
-
Neomar.zip
581.29 MB
-
Neomul.zip
835.69 MB
-
Neonig.zip
1.02 GB
-
Neooli.zip
1.10 GB
-
Neopul.zip
955.48 MB
-
Neosav.zip
932.14 MB
-
Neotoa.zip
1.18 GB
-
Neotre.zip
699.07 MB
-
Neoven.zip
546.47 MB
-
Neowal.zip
404.45 MB
-
Ophboo.zip
1.15 GB
-
Parnig.zip
848.93 MB
-
Petpol.zip
1.04 GB
-
README.md
2.40 KB
-
Telluf.zip
1.15 GB
-
Telshe.zip
1.06 GB
-
Telvit.zip
666.16 MB
-
Trioto.zip
645.95 MB
-
Trobem.zip
1.23 GB
-
Tromoo.zip
634.47 MB
-
Tylpol.zip
356.57 MB
-
Varmoo.zip
582.21 MB
-
Xenbat.zip
456.53 MB
-
Xenspi.zip
557.40 MB
Abstract
The partitioning of ecological niches is a fundamental component of species diversification in adaptive radiations. However, it is presently unknown if and how such bursts of organismal diversity are influenced by temporal niche partitioning, wherein species avoid competition by being active during different time windows. Here, we address this question through profiling temporal activity patterns in the exceptionally diverse fauna of cichlid fishes from African Lake Tanganyika. By integrating week-long longitudinal behavioural recordings of over 500 individuals from 60 species with eco-morphological and genomic information, we provide two lines of evidence that temporal niche partitioning facilitated this massive adaptive radiation. First, Tanganyikan cichlids exhibit all known circadian temporal activity patterns (diurnal, nocturnal, crepuscular, and cathemeral) and display substantial inter-specific variation in daily amounts of locomotion. Second, many species with similar habitat and diet niches occupy distinct temporal niches. Moreover, our results suggest that shifts between diurnal and nocturnal activity patterns are facilitated by a crepuscular intermediate state. In addition, genome-wide association studies indicate that the genetics underlying activity patterns is complex, with different clades associated with different combinations of variants. The identified variants were not associated with core circadian clock genes but with genes implicated in synapse function. These observations indicate that temporal niche partitioning contributed to adaptive radiation in cichlids and that many genes are associated with the diversity and evolution of temporal activity patterns. These data are the 10fps speed and x,y position tracks for 6 days for individuals for each of the 60 species. The behavioural analysis mostly used the 30-minute binned data available in the supplement of the published paper.
Dataset DOI: 10.5061/dryad.j0zpc86sv
Description of the data and file structure
These speed and position data were collected from individual fishes of different Lake Tanganyika cichlid species. In short data covers 6 days of data, with a 12h:12h light:dark cycle. Except for the dark:dark experiments (prefix: dark-dark), which had a 14h:10h light:dark cycle for the first 3 days, then 3 days of constant darkness. Data was acquired at 10fps. Data has been smoothed and outliers removed.
Files and variables
For each species, there are two file types: als.csv and meta.csv
There is one als.csv and one meta.csv file for each individual animal. The als.csv data contains the tracks. The file name (FishID) is made in the following format:
FISH{date collected}_c{camera number}_r{row number}_{species name - not always the same as in Ronco et al., use Supplemental Data 1}_s{sex - not updated, please ignore and use sex in meta file}.
Columns als.csv:
- tv_ns: time stamp
- speed_mm: smoothed speed of fish, mm/second
- x_nt: x position, outliers removed
- y_nt: y position, outliers removed
Columns meta.csv:
- ID (FishID - see above)
- species: species name - not always the same as in Ronco et al., use Supplemental Data 1
- sex: m -male, f -female, u-undetermined
- fish_length_mm: standard length of fish in mm
- mm_per_pixel: mm per pixel
Note that species Julmrk combines data from Julidochromis regani and Julidochromis marksmithi, which have now been merged.
Note that these files can be uploaded into python by the script: 'run_combine_als' which will also adjust the timestamps of the very first recordings (any recording older than 20201127) which were on a 30min shifted daily time schedule (lights on at 7.30 am instead of 7 am which was used for all subsequent behavioural data except the dark dark experiments which were on a 14h:10h light dark schedule starting at 8 am lights on). This script will also add Ts: time stamp, arbitrarily set to 1970-01-02 date. Format=YYYY-MM-DD HH:MM:SS.
Code/software
Data is in CSV format, so it can be easily read by many software types. Scripts for analysis used in the manuscript can be found here: https://github.com/annnic/cichlid-analysis