Data and code for paper: Multi-level visual motion opponency in Drosophila, NatNeuro, 2023

Georg Ammer 8c2033dc24 Update 'README.md' 8 months ago
Ext_Data_Fig_1 d6aad1f6c2 Upload files to 'Ext_Data_Fig_1' 8 months ago
Ext_Data_Fig_2 b5a325b593 Upload files to 'Ext_Data_Fig_2' 8 months ago
Ext_Data_Fig_3 97732cb92a Upload files to 'Ext_Data_Fig_3' 8 months ago
Ext_Data_Fig_4 55ab27dd53 Upload files to 'Ext_Data_Fig_4' 8 months ago
Ext_Data_Fig_5 bb0fef4b8b Upload files to 'Ext_Data_Fig_5' 8 months ago
Ext_Data_Fig_6 7fa37ab7a1 Upload files to 'Ext_Data_Fig_6' 8 months ago
Ext_Data_Fig_7 9fc968b02b Upload files to 'Ext_Data_Fig_7' 8 months ago
Ext_Data_Fig_8 14411eea23 Upload files to 'Ext_Data_Fig_8' 8 months ago
Figure_1 bce6201229 Upload files to 'Figure_1' 8 months ago
Figure_2 6314ed1be0 Upload files to 'Figure_2' 8 months ago
Figure_3 e59d3374dd Upload files to 'Figure_3' 8 months ago
Figure_4 6222c4b0ce Upload files to 'Figure_4' 8 months ago
Figure_5 666d72d102 Upload files to 'Figure_5' 8 months ago
Figure_6 84b635df4a Upload files to 'Figure_6' 8 months ago
Figure_7 9238d9d50e Upload files to 'Figure_7' 8 months ago
Suppl_Videos 79db7a6d17 Upload files to 'Suppl_Videos' 8 months ago
LICENSE 2a01540c30 Initial commit 8 months ago
README.md 8c2033dc24 Update 'README.md' 8 months ago
datacite.yml afc9ee2884 Update 'datacite.yml' 8 months ago

README.md

Ammer_et_al_2023

Data and code for 'Multi-level visual motion opponency in Drosophila, Nature Neuroscience, 2023'

This repository contains all data and code needed to reproduce the Main and Extended Data Figures of the publication and is grouped in folders that correspond to the Figures. Numerical data are generally provided in numpy-format and accompanied by analysis code provided in ipynb (Jupyter Notebook) files that allow reproduction of the manuscript's Figures.

Whereas most analysis code is written in Python 2.7.15, some scripts are written in Python 3.8.8. Note that all analysis codes necessitate the importation of open source Python libraries:

import numpy as np
import matplotlib.pyplot as plt
import pandas as pd
import os
import scipy.io
from scipy import stats

In addition, we provide two custom-written libraries in the dataset that are needed for data analysis and modelling that need to be imported in the respective notebooks:

import octopus as oct
import blindschleiche as bs

Python versions and libraries needed for executing the script are listed in the first cell of every Jupyter notebook.

Additionally, some Figures contain Excel files or Image files in png format. Supplementary Videos are provided as mp4 files.

datacite.yml
Title Data and code for 'Multi-level visual motion opponency in Drosophila'
Authors Ammer,Georg;Max Planck Institute for Biological Intelligence
Serbe-Kamp,Etienne;Max Planck Institute for Biological Intelligence
Mauss,Alex;Max Planck Institute for Biological Intelligence
Richter,Florian;Max Planck Institute for Biological Intelligence
Fendl,Sandra;Max Planck Institute for Biological Intelligence
Borst,Alexander;Max Planck Institute for Biological Intelligence
Description This resource includes data and code for the paper 'Multi-level visual motion opponency in Drosophila, Nature Neuroscience, 2023'.
License Creative Commons CC0 1.0 Public Domain Dedication (https://creativecommons.org/publicdomain/zero/1.0/)
References Ammer G, Serbe-Kamp E, Mauss AS, Richter FG, Fendl S, Borst A (2023) Multi-level visual motion opponency in Drosophila. Nature Neuroscience, in press [doi:tba] (IsSupplementTo)
Funding Max Planck Society
Keywords Neuroscience
Motion vision
Drosophila
Resource Type Dataset