Skip to content

neural-data-science-course/single-cell-analysis

Repository files navigation

Module 2: Single cell analysis

This is module two of the Neural data science course. In this module we will overview techniques used to characterize the response and the selectivity of single neurons to different stimuli. These tools will be applied to paradigmatic examples in systems neuroscience: the selectivity for spatial location in the rodent hippocampus and the receptive fields in primary visual cortex.

Lessons

  1. Tuning curves and spatial selectivity - 60 minutes
  2. Generalized linear models - 60 minutesx

Prerequisites

To make the best out of the material of this module, you will need:

  • Familiarity with python and jupyter
  • Basic knowledge of calculus and linear algebra

Setup

Install Pyhton and anaconda on your machine

If you don't have them already installed, install Pyhton and Anaconda on your machine. Follow these instructions on how to install anaconda

Create a conda environment**

Create a conda virtual environment with the name you prefer, then activate it to work within it. Open a terminal, or open 'Anaconda Prompt' from Anaconda Navigator, in there run:

conda create --name env_name
conda activate env_name

Download the module folder

Clic on Code/Download Zip at the top of the page.
Move the zipped folder in the directory of your choice and decompress it.
Open the terminal and navigate to the module directory.

Install the module requirements

Run in the terminal

pip install -r requirements.txt

Open Jupyter lab

You can now open the lesson's notebooks in jupyter lab

jupyter lab

All set!

You're all set to go through the lessons.

Contributors

This module was created by:

  • Davide Spalla
  • Francesco Battaglia
  • Arne Meyer

License

Shield: CC BY 4.0

This work is licensed under a Creative Commons Attribution 4.0 International License.

CC BY 4.0

Citation

If you want to cite this module, please use: DOI

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages