Track: Large Array Data#
In many areas of research, large array datasets have become important and wide-spread. Examples include whole-organ images, extracellular electrophysiology, and long behavioural videos — to name just a few. Processing, analyzing and visualising these datasets is made significantly more complex and slow because they do not fit into a typical computer’s memory and take up a lot of disk space.
The use of compression algorithms and modern file formats which favour parallel processing enable us to deal with these challenges effectively, but doing this well requires careful consideration of the trade-offs between read and write speeds, disk space used, and portability.
This track will cover the necessary context needed to understand the computational challenges posed by large array datasets, and how to address these challenges using open-source software tools. All sessions will include a significant hands-on component. At the end of the week, participants will know how to write Python code to process a large array dataset (e.g. a 1TB functional imaging dataset) efficiently on their laptop.
Target audience
This course is designed for researchers and students interested in learning about open-source tools for processing large array data with Python. We will favour applicants that have acquired, or are about to acquire, large array data. Participants are encouraged to bring their own data to experiment with, but example data will be provided.
Course overview#
Core workshop (Monday - Wednesday)#
Time |
Theme |
Description |
|---|---|---|
Monday |
Introduction and key libraries |
Introductory lecture on key concepts; examples of large array data, research enabled, and computational challenges; introduction to |
Monday |
Symposium |
Participants present their work and network with other participants. |
Tuesday |
Large image data with OME |
Introduce the OME-Zarr specification (following the OME-Zarr textbook); hands-on tutorial to convert, process, and write large imaging datasets. |
Tuesday |
Parallel processing |
Deeper look at |
Wednesday |
Compression |
Introduction to compression algorithms, their use in neuroscience, and trade-offs to consider. |
Wednesday |
Visualisation |
Hands-on tutorial in interactive large data visualisation in collaboration with holoviz. |
Collaboration days (Thursday - Friday)#
The final two days are dedicated to collaboration. We will join forces with participants from the Animals in Motion track to work together on participant-led projects.
Skill building: we’ll start with a practical workshop on Git and GitHub to equip everyone with the necessary skills for collaborative coding.
Project-based work: participants will self-organise into small teams to tackle projects hands-on. Coding is not a requirement; any idea that benefits from collaboration with other attendees is welcome. Potential project ideas include, but are not limited to:
Apply a tool: use what you’ve learnt to analyse a new dataset (your own or a public one).
Give feedback: report bugs and suggest features by raising issues on relevant open-source tools.
Make a contribution: submit a pull request to an open-source repository.
Collaborative writing: draft a white paper, blog post, or documentation together.
Prototype an idea: experiment with a new analysis or method.
Presentation: teams will have the opportunity to share their progress and outcomes on the final afternoon.
Confirmed Instructors#
Prerequisites#
Hardware#
As this is a hands-on workshop, you will need to bring your own laptop. Any fairly recent laptop will be suitable, you don’t need a GPU etc.
Python knowledge#
The only prerequisite is a basic knowledge of programming in Python, and the scientific Python ecosystem. For those without this background, the preparatory month will equip you with all the skills needed to make the most of this course.
Data#
Bringing your own data is encouraged but not required. It’s a great chance to get feedback on your data and learn from others. If you don’t have your own data, we will provide example datasets for you to work with.
We expect that participant-led ideas emerging from this track may inspire collaborative projects during the Collaboration Days on Thursday and Friday.