SlideShare a Scribd company logo
Spike sor t ing
  Tut or ial igo Quian Quir oga
          Rodr
Problem: detect and separate spikes
corresponding to different neurons
Goals:
• Algorithm for automatic detection and sorting of
  spikes.
• Suitable for on-line analysis.
• Improve both detection and sorting in comparison
  with previous approaches.
Outline of the method:
I - Spike detection: amplitude threshold.
II - Feature extraction: wavelets.
III - Sorting: Superparamagnetic clustering.
This tutorial will show you how to
      do spike sorting using:


 The wave_ clus graphic user
 interface.

 The batch files Get_spikes and
 Do_clustering.
Getting started…

• Add the directory wave_clus with subfolders in your
  matlab path (using the matlab File/Set Path menu)


• Type wave_clus in matlab to call the GUI.


• Choose DataType simulator and load the file
  C_Easy1_noise01_short (in the subdir
  wave_clus/Sample_data/Simulator) using the Load
  button.
It should look like this…
Now you are ready to start playing with                wave_ clus …
•   This is a 10 sec. segment of simulated data.

•   First, choose the option plot_average to plot the average spike shapes (+/- 1
    std). Then choose to plot the spike features.

•   There may be some spikes unassigned in cluster 0. Go back to plot_all and use
    the Force button to assign them to any of the clusters. Better?

•   Now change the temperature. At t=0 you will get a single cluster, for large t’s
    you may get many clusters (if the parameter min_clus allows it).

•   Save the results using the Save clusters button. Load the output file
    times_C_Easy1_noise01.mat. Cluster membership is saved in the first column
    of the variable cluster_class. The second column gives the spike times.

•   You can also change the isi histogram plots using the max and step options.

•   Finally check the parameters used in the Set_parameters_simulation file in
    the wave_clus/Parametes_files (just type ‘open set_parameters_simulation’ in
    matlab).
Playing with the spike features…


• Load the file C_Difficult1_noise015
  using again the DataType: Simulator.


• Use the Spike features option
You should get something like this…
Seeing the clusters…
• You may, however, get something different cause SPC
  is a stochastic clustering method. If you don’t get the
  3 clusters, you may have to change the temperature.

• The are 3 different spike shapes, but you don’t see
  three clear clusters. That’s because wave_clus plots in
  the main window the first 2 wavelet coefficients.

• You can see the rest of the projections by clicking the
  Plot all projections button
It would look like this…




                           Clusters separate clearly
                           in some projections
Using Principal ComponentAnalysis

• Now do the same using PCA. Open set_parameters_simulation
  and select features = ‘pca’ instead of features = ‘wav’ (don’t
  forget to set it back to ‘wav’ when you are done!).

• Load again the data C_Difficult1_noise015.
You should get something like this…
Why PCA does so bad here?
•   As you see, there’s now only one single cluster (and for no temperature
    you can split it into 3!). You have just replicated the results of Fig. 8 of
    the Neural Computation paper (see reference at the end).



•   In this dataset the spike shapes are very similar, and their differences
    are localized in time. Do to its excellent time-frequency resolution,
    wavelets does much better.

•   Also, don’t forget that PCA looks for directions of maximum variance,
    which are not necessarily the ones offering the best separation
    between the clusters. Wavelets combined with the KS test (see paper)
    looks for the coefficients with multimodal distribution, which are very
    likely the ones offering the best separation between the clusters.

•   As a summary, in the Neural Computation paper it is shown for several
    different examples of simulated data a better performance of wavelets
    in comparison to PCA.
You are now ready for real data!
•   You will now load a ~30’ multiunit recording from a human epilepsy
    patient. The data was collected at Itzhak Fried’s lab at UCLA.

•   Intracranial recordings in these patients (refractory to medication) are
    done for clinical reasons in order to evaluate the feasibility of epilepsy
    surgery.

•   Load the file CSC4 using the DataType: CSC (pre-clustered). Using the
    (pre-clustered) option you will load data that has already been
    clustered using the batch file Do_clustering_CSC. If you want to start
    from scratch use the CSC option.

•   Check the settings in the Set_parameters_CSC file. If you have a
    Neuralynx system you can already use the CSC and Sc options for your
    own data.

•   BTW, there should be a few cool publications coming up using these
    human data. If you’re interested check
    www.vis.caltech.edu/~rodri/publications in the near future or email me.
It should look like this (if you use the Force button)…
Playing with it…

• Again, you can change the temperature, force the
  clustering, see the spike features, etc. Remember
  that everything is much faster is you use
  Plot_average instead of Plot_all.

• You can also zoom into the data using the Tools menu.

• You may also want to fix a given cluster by using the
  fix button. This option is useful for choosing clusters
  at different temperatures or for not forcing all the
  clusters together.
One further example:

• Sometimes clusters appear at different
  temperatures
• In the following example we give a step-
  by-step example of a clustering
  procedure using the fix button
Step 1: Fix cluster 2 at low T       Step 3: Check features




Step 2: Change to T2             Step 4: Fix clusters 2 and 3
Step 5: Change to T3           Step 6: Re-check features




Step 7: Push the Force button


                                    This is how the final clustering
                                    looks like!

                                    Note that after forcing the
                                    green cluster is not as clean as
                                    before.
Clustering your own data…
•   Most likely you’ll end up using the ASCII DataType option for your data.

•   If you have continuous data, it should be stored as a single vector in a
    variable data, which is saved in a .mat file. Look for the file test.mat for an
    example. This data should be loaded using the ASCII option or the ASCII
    (pre-clustered) if you have already clustered it with the Do_clustering
    batch file.

•   If you have spikes that have already been detected, you should use the
    ASCII spikes option. The spikes should be stored in a matrix named spikes
    in a .mat file. The file test1_spikes.mat gives an example of the format.

•   You can set the optimal parameters for you data in the corresponding
    Set_parameters_ascii (or ascii_spikes) file. Most important, don’t forget to
    set the sampling rate sr!

•   Important note: To save computational time, if you have more than 30000
    spikes in your dataset, by default these will be assigned by template
    matching with the batch clustering code (this can be changed in the
    set_parameters file). With the GUI, they will stay in cluster 0 and they
    should be assigned to the other clusters using the Force button. Note that
Using the batch files…

• There are two main batch files: Get_spikes (for spike detection)
  and Do_clustering (for spike sorting). Parameters are set in the
  first lines.They both go through all the files set in Files.txt.

• Unsupervised results will be saved and printed (either in the
  printer or in a file), but can be later changed with the GUI. For
  changing results, you have to load the file with the (pre-
  clustered) option. The nice thing is that results for all
  temperatures are stored, so changing things with the GUI
  mainly implies storing a different set of results rather than
  doing the clustering again. Note that using the GUI for
  clustering (e.g. with the ASCII option) does not store the
  clustering results for future uses.
You are now a clustering expert!
• If you want further details on the method, check:
   Unsupervised spike sorting with wavelets and superparamagnetic clustering
   R. Quian Quiroga, Z. Nadasdy and Y. Ben-Shaul.
   Neural Computation 16, 1661-1687; 2004.




• If you want to keep updated on new versions, give me
  some comments or feedback on how wave_ clus
  works with your data (I would love to hear about it),
  etc. please email me at: rodri@vis.caltech.edu


• Good luck and hope it’s useful!
Spike sorting gallery…
Spike sorting-tutorial

More Related Content

What's hot

Deep Learning
Deep LearningDeep Learning
Deep Learning
Jun Wang
 
Machine Learning on Your Hand - Introduction to Tensorflow Lite Preview
Machine Learning on Your Hand - Introduction to Tensorflow Lite PreviewMachine Learning on Your Hand - Introduction to Tensorflow Lite Preview
Machine Learning on Your Hand - Introduction to Tensorflow Lite Preview
Modulabs
 
Adversarial search
Adversarial searchAdversarial search
Adversarial searchNilu Desai
 
Model Evaluation in the land of Deep Learning
Model Evaluation in the land of Deep LearningModel Evaluation in the land of Deep Learning
Model Evaluation in the land of Deep Learning
Pramit Choudhary
 
Machine Learning lecture6(regularization)
Machine Learning lecture6(regularization)Machine Learning lecture6(regularization)
Machine Learning lecture6(regularization)
cairo university
 
Bayesian network
Bayesian networkBayesian network
Bayesian network
Ahmad El Tawil
 
GAN - Theory and Applications
GAN - Theory and ApplicationsGAN - Theory and Applications
GAN - Theory and Applications
Emanuele Ghelfi
 
Interpretable Machine Learning
Interpretable Machine LearningInterpretable Machine Learning
Interpretable Machine Learning
Sri Ambati
 
Dimensionality reduction with UMAP
Dimensionality reduction with UMAPDimensionality reduction with UMAP
Dimensionality reduction with UMAP
Jakub Bartczuk
 
Gradient descent method
Gradient descent methodGradient descent method
Gradient descent method
Prof. Neeta Awasthy
 
Generative Adversarial Networks (GAN)
Generative Adversarial Networks (GAN)Generative Adversarial Networks (GAN)
Generative Adversarial Networks (GAN)
Manohar Mukku
 
PR-231: A Simple Framework for Contrastive Learning of Visual Representations
PR-231: A Simple Framework for Contrastive Learning of Visual RepresentationsPR-231: A Simple Framework for Contrastive Learning of Visual Representations
PR-231: A Simple Framework for Contrastive Learning of Visual Representations
Jinwon Lee
 
Using synthetic data for computer vision model training
Using synthetic data for computer vision model trainingUsing synthetic data for computer vision model training
Using synthetic data for computer vision model training
Unity Technologies
 
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Simplilearn
 
Bayesian Networks - A Brief Introduction
Bayesian Networks - A Brief IntroductionBayesian Networks - A Brief Introduction
Bayesian Networks - A Brief Introduction
Adnan Masood
 
Xgboost
XgboostXgboost
Decision Tree Learning
Decision Tree LearningDecision Tree Learning
Decision Tree Learning
Md. Ariful Hoque
 
AI_ 3 & 4 Knowledge Representation issues
AI_ 3 & 4 Knowledge Representation issuesAI_ 3 & 4 Knowledge Representation issues
AI_ 3 & 4 Knowledge Representation issues
Khushali Kathiriya
 
computer graphics
computer graphicscomputer graphics
computer graphics
ashpri156
 

What's hot (20)

Deep Learning
Deep LearningDeep Learning
Deep Learning
 
Machine Learning on Your Hand - Introduction to Tensorflow Lite Preview
Machine Learning on Your Hand - Introduction to Tensorflow Lite PreviewMachine Learning on Your Hand - Introduction to Tensorflow Lite Preview
Machine Learning on Your Hand - Introduction to Tensorflow Lite Preview
 
Lecture5 - C4.5
Lecture5 - C4.5Lecture5 - C4.5
Lecture5 - C4.5
 
Adversarial search
Adversarial searchAdversarial search
Adversarial search
 
Model Evaluation in the land of Deep Learning
Model Evaluation in the land of Deep LearningModel Evaluation in the land of Deep Learning
Model Evaluation in the land of Deep Learning
 
Machine Learning lecture6(regularization)
Machine Learning lecture6(regularization)Machine Learning lecture6(regularization)
Machine Learning lecture6(regularization)
 
Bayesian network
Bayesian networkBayesian network
Bayesian network
 
GAN - Theory and Applications
GAN - Theory and ApplicationsGAN - Theory and Applications
GAN - Theory and Applications
 
Interpretable Machine Learning
Interpretable Machine LearningInterpretable Machine Learning
Interpretable Machine Learning
 
Dimensionality reduction with UMAP
Dimensionality reduction with UMAPDimensionality reduction with UMAP
Dimensionality reduction with UMAP
 
Gradient descent method
Gradient descent methodGradient descent method
Gradient descent method
 
Generative Adversarial Networks (GAN)
Generative Adversarial Networks (GAN)Generative Adversarial Networks (GAN)
Generative Adversarial Networks (GAN)
 
PR-231: A Simple Framework for Contrastive Learning of Visual Representations
PR-231: A Simple Framework for Contrastive Learning of Visual RepresentationsPR-231: A Simple Framework for Contrastive Learning of Visual Representations
PR-231: A Simple Framework for Contrastive Learning of Visual Representations
 
Using synthetic data for computer vision model training
Using synthetic data for computer vision model trainingUsing synthetic data for computer vision model training
Using synthetic data for computer vision model training
 
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
Deep Learning With Python | Deep Learning And Neural Networks | Deep Learning...
 
Bayesian Networks - A Brief Introduction
Bayesian Networks - A Brief IntroductionBayesian Networks - A Brief Introduction
Bayesian Networks - A Brief Introduction
 
Xgboost
XgboostXgboost
Xgboost
 
Decision Tree Learning
Decision Tree LearningDecision Tree Learning
Decision Tree Learning
 
AI_ 3 & 4 Knowledge Representation issues
AI_ 3 & 4 Knowledge Representation issuesAI_ 3 & 4 Knowledge Representation issues
AI_ 3 & 4 Knowledge Representation issues
 
computer graphics
computer graphicscomputer graphics
computer graphics
 

Viewers also liked

3rd class dr.ali boresliy
3rd class dr.ali boresliy3rd class dr.ali boresliy
3rd class dr.ali boresliy
AHS_Physio
 
Compressively Sensing Action Potentials (Neural Spikes) - Presented at BSN 2011
Compressively Sensing Action Potentials  (Neural Spikes) - Presented at BSN 2011Compressively Sensing Action Potentials  (Neural Spikes) - Presented at BSN 2011
Compressively Sensing Action Potentials (Neural Spikes) - Presented at BSN 2011
Zainul Charbiwala
 
Vision Lucky
Vision  LuckyVision  Lucky
Vision Luckyvacagodx
 
Chemical Senses
Chemical SensesChemical Senses
Chemical Sensesvacagodx
 
Emotions 2
Emotions 2Emotions 2
Emotions 2vacagodx
 
Chemical Senses
Chemical SensesChemical Senses
Chemical Sensesvacagodx
 
Vestibular System
Vestibular SystemVestibular System
Vestibular Systemvacagodx
 
Auditory System
Auditory SystemAuditory System
Auditory Systemvacagodx
 
Infant Brain Development
Infant Brain DevelopmentInfant Brain Development
Infant Brain Developmentvacagodx
 

Viewers also liked (13)

3rd class dr.ali boresliy
3rd class dr.ali boresliy3rd class dr.ali boresliy
3rd class dr.ali boresliy
 
Compressively Sensing Action Potentials (Neural Spikes) - Presented at BSN 2011
Compressively Sensing Action Potentials  (Neural Spikes) - Presented at BSN 2011Compressively Sensing Action Potentials  (Neural Spikes) - Presented at BSN 2011
Compressively Sensing Action Potentials (Neural Spikes) - Presented at BSN 2011
 
Cognition
CognitionCognition
Cognition
 
Vision Lucky
Vision  LuckyVision  Lucky
Vision Lucky
 
Chemical Senses
Chemical SensesChemical Senses
Chemical Senses
 
Language
LanguageLanguage
Language
 
Emotions 2
Emotions 2Emotions 2
Emotions 2
 
Chemical Senses
Chemical SensesChemical Senses
Chemical Senses
 
Memory2
Memory2Memory2
Memory2
 
Opiates
OpiatesOpiates
Opiates
 
Vestibular System
Vestibular SystemVestibular System
Vestibular System
 
Auditory System
Auditory SystemAuditory System
Auditory System
 
Infant Brain Development
Infant Brain DevelopmentInfant Brain Development
Infant Brain Development
 

Similar to Spike sorting-tutorial

Machine Learning Guide maXbox Starter62
Machine Learning Guide maXbox Starter62Machine Learning Guide maXbox Starter62
Machine Learning Guide maXbox Starter62
Max Kleiner
 
Training Deep Networks with Backprop (D1L4 Insight@DCU Machine Learning Works...
Training Deep Networks with Backprop (D1L4 Insight@DCU Machine Learning Works...Training Deep Networks with Backprop (D1L4 Insight@DCU Machine Learning Works...
Training Deep Networks with Backprop (D1L4 Insight@DCU Machine Learning Works...
Universitat Politècnica de Catalunya
 
Birth 1
Birth 1Birth 1
Clustering
ClusteringClustering
Clustering
Meme Hei
 
Cell Profiler
Cell ProfilerCell Profiler
OverviewUsing the C-struct feature, design, implement and .docx
OverviewUsing the C-struct feature, design, implement and .docxOverviewUsing the C-struct feature, design, implement and .docx
OverviewUsing the C-struct feature, design, implement and .docx
alfred4lewis58146
 
Lecture 01 variables scripts and operations
Lecture 01   variables scripts and operationsLecture 01   variables scripts and operations
Lecture 01 variables scripts and operations
Smee Kaem Chann
 
Assignment2 A
Assignment2 AAssignment2 A
Assignment2 AMahmoud
 
Kaggle Otto Challenge: How we achieved 85th out of 3,514 and what we learnt
Kaggle Otto Challenge: How we achieved 85th out of 3,514 and what we learntKaggle Otto Challenge: How we achieved 85th out of 3,514 and what we learnt
Kaggle Otto Challenge: How we achieved 85th out of 3,514 and what we learnt
Eugene Yan Ziyou
 
Stacks
StacksStacks
Stacks
Acad
 
Machine learning Experiments report
Machine learning Experiments report Machine learning Experiments report
Machine learning Experiments report
AlmkdadAli
 
08 neural networks
08 neural networks08 neural networks
08 neural networks
ankit_ppt
 
Stata time-series-fall-2011
Stata time-series-fall-2011Stata time-series-fall-2011
Stata time-series-fall-2011
Feryanto W K
 
Unsupervised Learning Clustering KMean and Hirarchical.pptx
Unsupervised Learning Clustering KMean and Hirarchical.pptxUnsupervised Learning Clustering KMean and Hirarchical.pptx
Unsupervised Learning Clustering KMean and Hirarchical.pptx
FaridAliMousa1
 
17_00-Dima-Panchenko-cnn-tips-and-tricks.pptx
17_00-Dima-Panchenko-cnn-tips-and-tricks.pptx17_00-Dima-Panchenko-cnn-tips-and-tricks.pptx
17_00-Dima-Panchenko-cnn-tips-and-tricks.pptx
MahmoudAbuGhali
 
Stata Training_EEA.ppt
Stata Training_EEA.pptStata Training_EEA.ppt
Stata Training_EEA.ppt
selam49
 
Deeplearning
Deeplearning Deeplearning
Deeplearning
Nimrita Koul
 
cnn ppt.pptx
cnn ppt.pptxcnn ppt.pptx
cnn ppt.pptx
rohithprabhas1
 

Similar to Spike sorting-tutorial (20)

Machine Learning Guide maXbox Starter62
Machine Learning Guide maXbox Starter62Machine Learning Guide maXbox Starter62
Machine Learning Guide maXbox Starter62
 
Training Deep Networks with Backprop (D1L4 Insight@DCU Machine Learning Works...
Training Deep Networks with Backprop (D1L4 Insight@DCU Machine Learning Works...Training Deep Networks with Backprop (D1L4 Insight@DCU Machine Learning Works...
Training Deep Networks with Backprop (D1L4 Insight@DCU Machine Learning Works...
 
Birth 1
Birth 1Birth 1
Birth 1
 
Ot performance webinar
Ot performance webinarOt performance webinar
Ot performance webinar
 
Clustering
ClusteringClustering
Clustering
 
Optimization in essbase
Optimization in essbaseOptimization in essbase
Optimization in essbase
 
Cell Profiler
Cell ProfilerCell Profiler
Cell Profiler
 
OverviewUsing the C-struct feature, design, implement and .docx
OverviewUsing the C-struct feature, design, implement and .docxOverviewUsing the C-struct feature, design, implement and .docx
OverviewUsing the C-struct feature, design, implement and .docx
 
Lecture 01 variables scripts and operations
Lecture 01   variables scripts and operationsLecture 01   variables scripts and operations
Lecture 01 variables scripts and operations
 
Assignment2 A
Assignment2 AAssignment2 A
Assignment2 A
 
Kaggle Otto Challenge: How we achieved 85th out of 3,514 and what we learnt
Kaggle Otto Challenge: How we achieved 85th out of 3,514 and what we learntKaggle Otto Challenge: How we achieved 85th out of 3,514 and what we learnt
Kaggle Otto Challenge: How we achieved 85th out of 3,514 and what we learnt
 
Stacks
StacksStacks
Stacks
 
Machine learning Experiments report
Machine learning Experiments report Machine learning Experiments report
Machine learning Experiments report
 
08 neural networks
08 neural networks08 neural networks
08 neural networks
 
Stata time-series-fall-2011
Stata time-series-fall-2011Stata time-series-fall-2011
Stata time-series-fall-2011
 
Unsupervised Learning Clustering KMean and Hirarchical.pptx
Unsupervised Learning Clustering KMean and Hirarchical.pptxUnsupervised Learning Clustering KMean and Hirarchical.pptx
Unsupervised Learning Clustering KMean and Hirarchical.pptx
 
17_00-Dima-Panchenko-cnn-tips-and-tricks.pptx
17_00-Dima-Panchenko-cnn-tips-and-tricks.pptx17_00-Dima-Panchenko-cnn-tips-and-tricks.pptx
17_00-Dima-Panchenko-cnn-tips-and-tricks.pptx
 
Stata Training_EEA.ppt
Stata Training_EEA.pptStata Training_EEA.ppt
Stata Training_EEA.ppt
 
Deeplearning
Deeplearning Deeplearning
Deeplearning
 
cnn ppt.pptx
cnn ppt.pptxcnn ppt.pptx
cnn ppt.pptx
 

More from vacagodx

Memory Games
Memory GamesMemory Games
Memory Gamesvacagodx
 
Pain presentation
Pain presentationPain presentation
Pain presentationvacagodx
 
Movement I
Movement IMovement I
Movement Ivacagodx
 
Movement II
Movement IIMovement II
Movement IIvacagodx
 
Animal Senses
Animal SensesAnimal Senses
Animal Sensesvacagodx
 
Brain Bee Facts
Brain Bee FactsBrain Bee Facts
Brain Bee Facts
vacagodx
 
The Teenage Brain
The Teenage BrainThe Teenage Brain
The Teenage Brainvacagodx
 
Development
DevelopmentDevelopment
Developmentvacagodx
 
Sex And The Brain
Sex And The BrainSex And The Brain
Sex And The Brainvacagodx
 
The Aging Brain
The Aging BrainThe Aging Brain
The Aging Brainvacagodx
 
Endocrine Control
Endocrine ControlEndocrine Control
Endocrine Controlvacagodx
 
Motivation
MotivationMotivation
Motivationvacagodx
 
Evolution Of The Nervous System
Evolution Of The Nervous SystemEvolution Of The Nervous System
Evolution Of The Nervous Systemvacagodx
 
Neuroanatomy (Chapter 7)
Neuroanatomy (Chapter 7)Neuroanatomy (Chapter 7)
Neuroanatomy (Chapter 7)vacagodx
 
Neurotransmitters
NeurotransmittersNeurotransmitters
Neurotransmittersvacagodx
 
Drugsandthe Brain Part5 Antianxiety Drugs
Drugsandthe Brain Part5 Antianxiety DrugsDrugsandthe Brain Part5 Antianxiety Drugs
Drugsandthe Brain Part5 Antianxiety Drugsvacagodx
 
Drugsandthe Brain Part6 Stimulants
Drugsandthe Brain Part6 StimulantsDrugsandthe Brain Part6 Stimulants
Drugsandthe Brain Part6 Stimulantsvacagodx
 

More from vacagodx (19)

Emotion
EmotionEmotion
Emotion
 
Memory Games
Memory GamesMemory Games
Memory Games
 
Memory
MemoryMemory
Memory
 
Pain presentation
Pain presentationPain presentation
Pain presentation
 
Movement I
Movement IMovement I
Movement I
 
Movement II
Movement IIMovement II
Movement II
 
Animal Senses
Animal SensesAnimal Senses
Animal Senses
 
Brain Bee Facts
Brain Bee FactsBrain Bee Facts
Brain Bee Facts
 
The Teenage Brain
The Teenage BrainThe Teenage Brain
The Teenage Brain
 
Development
DevelopmentDevelopment
Development
 
Sex And The Brain
Sex And The BrainSex And The Brain
Sex And The Brain
 
The Aging Brain
The Aging BrainThe Aging Brain
The Aging Brain
 
Endocrine Control
Endocrine ControlEndocrine Control
Endocrine Control
 
Motivation
MotivationMotivation
Motivation
 
Evolution Of The Nervous System
Evolution Of The Nervous SystemEvolution Of The Nervous System
Evolution Of The Nervous System
 
Neuroanatomy (Chapter 7)
Neuroanatomy (Chapter 7)Neuroanatomy (Chapter 7)
Neuroanatomy (Chapter 7)
 
Neurotransmitters
NeurotransmittersNeurotransmitters
Neurotransmitters
 
Drugsandthe Brain Part5 Antianxiety Drugs
Drugsandthe Brain Part5 Antianxiety DrugsDrugsandthe Brain Part5 Antianxiety Drugs
Drugsandthe Brain Part5 Antianxiety Drugs
 
Drugsandthe Brain Part6 Stimulants
Drugsandthe Brain Part6 StimulantsDrugsandthe Brain Part6 Stimulants
Drugsandthe Brain Part6 Stimulants
 

Recently uploaded

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
Product School
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
KatiaHIMEUR1
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
ControlCase
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
UiPathCommunity
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
DanBrown980551
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
Elena Simperl
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
Prayukth K V
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Thierry Lestable
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Jeffrey Haguewood
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
ThousandEyes
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
91mobiles
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
BookNet Canada
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
Elena Simperl
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Product School
 

Recently uploaded (20)

Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...Mission to Decommission: Importance of Decommissioning Products to Increase E...
Mission to Decommission: Importance of Decommissioning Products to Increase E...
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !Securing your Kubernetes cluster_ a step-by-step guide to success !
Securing your Kubernetes cluster_ a step-by-step guide to success !
 
PCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase TeamPCI PIN Basics Webinar from the Controlcase Team
PCI PIN Basics Webinar from the Controlcase Team
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
Dev Dives: Train smarter, not harder – active learning and UiPath LLMs for do...
 
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
LF Energy Webinar: Electrical Grid Modelling and Simulation Through PowSyBl -...
 
Knowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and backKnowledge engineering: from people to machines and back
Knowledge engineering: from people to machines and back
 
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 previewState of ICS and IoT Cyber Threat Landscape Report 2024 preview
State of ICS and IoT Cyber Threat Landscape Report 2024 preview
 
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
Empowering NextGen Mobility via Large Action Model Infrastructure (LAMI): pav...
 
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
Slack (or Teams) Automation for Bonterra Impact Management (fka Social Soluti...
 
Assuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyesAssuring Contact Center Experiences for Your Customers With ThousandEyes
Assuring Contact Center Experiences for Your Customers With ThousandEyes
 
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdfSmart TV Buyer Insights Survey 2024 by 91mobiles.pdf
Smart TV Buyer Insights Survey 2024 by 91mobiles.pdf
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...Transcript: Selling digital books in 2024: Insights from industry leaders - T...
Transcript: Selling digital books in 2024: Insights from industry leaders - T...
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...When stars align: studies in data quality, knowledge graphs, and machine lear...
When stars align: studies in data quality, knowledge graphs, and machine lear...
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...Designing Great Products: The Power of Design and Leadership by Chief Designe...
Designing Great Products: The Power of Design and Leadership by Chief Designe...
 

Spike sorting-tutorial

  • 1. Spike sor t ing Tut or ial igo Quian Quir oga Rodr
  • 2. Problem: detect and separate spikes corresponding to different neurons
  • 3. Goals: • Algorithm for automatic detection and sorting of spikes. • Suitable for on-line analysis. • Improve both detection and sorting in comparison with previous approaches. Outline of the method: I - Spike detection: amplitude threshold. II - Feature extraction: wavelets. III - Sorting: Superparamagnetic clustering.
  • 4. This tutorial will show you how to do spike sorting using:  The wave_ clus graphic user interface.  The batch files Get_spikes and Do_clustering.
  • 5. Getting started… • Add the directory wave_clus with subfolders in your matlab path (using the matlab File/Set Path menu) • Type wave_clus in matlab to call the GUI. • Choose DataType simulator and load the file C_Easy1_noise01_short (in the subdir wave_clus/Sample_data/Simulator) using the Load button.
  • 6. It should look like this…
  • 7. Now you are ready to start playing with wave_ clus … • This is a 10 sec. segment of simulated data. • First, choose the option plot_average to plot the average spike shapes (+/- 1 std). Then choose to plot the spike features. • There may be some spikes unassigned in cluster 0. Go back to plot_all and use the Force button to assign them to any of the clusters. Better? • Now change the temperature. At t=0 you will get a single cluster, for large t’s you may get many clusters (if the parameter min_clus allows it). • Save the results using the Save clusters button. Load the output file times_C_Easy1_noise01.mat. Cluster membership is saved in the first column of the variable cluster_class. The second column gives the spike times. • You can also change the isi histogram plots using the max and step options. • Finally check the parameters used in the Set_parameters_simulation file in the wave_clus/Parametes_files (just type ‘open set_parameters_simulation’ in matlab).
  • 8. Playing with the spike features… • Load the file C_Difficult1_noise015 using again the DataType: Simulator. • Use the Spike features option
  • 9. You should get something like this…
  • 10. Seeing the clusters… • You may, however, get something different cause SPC is a stochastic clustering method. If you don’t get the 3 clusters, you may have to change the temperature. • The are 3 different spike shapes, but you don’t see three clear clusters. That’s because wave_clus plots in the main window the first 2 wavelet coefficients. • You can see the rest of the projections by clicking the Plot all projections button
  • 11. It would look like this… Clusters separate clearly in some projections
  • 12. Using Principal ComponentAnalysis • Now do the same using PCA. Open set_parameters_simulation and select features = ‘pca’ instead of features = ‘wav’ (don’t forget to set it back to ‘wav’ when you are done!). • Load again the data C_Difficult1_noise015.
  • 13. You should get something like this…
  • 14. Why PCA does so bad here? • As you see, there’s now only one single cluster (and for no temperature you can split it into 3!). You have just replicated the results of Fig. 8 of the Neural Computation paper (see reference at the end). • In this dataset the spike shapes are very similar, and their differences are localized in time. Do to its excellent time-frequency resolution, wavelets does much better. • Also, don’t forget that PCA looks for directions of maximum variance, which are not necessarily the ones offering the best separation between the clusters. Wavelets combined with the KS test (see paper) looks for the coefficients with multimodal distribution, which are very likely the ones offering the best separation between the clusters. • As a summary, in the Neural Computation paper it is shown for several different examples of simulated data a better performance of wavelets in comparison to PCA.
  • 15. You are now ready for real data! • You will now load a ~30’ multiunit recording from a human epilepsy patient. The data was collected at Itzhak Fried’s lab at UCLA. • Intracranial recordings in these patients (refractory to medication) are done for clinical reasons in order to evaluate the feasibility of epilepsy surgery. • Load the file CSC4 using the DataType: CSC (pre-clustered). Using the (pre-clustered) option you will load data that has already been clustered using the batch file Do_clustering_CSC. If you want to start from scratch use the CSC option. • Check the settings in the Set_parameters_CSC file. If you have a Neuralynx system you can already use the CSC and Sc options for your own data. • BTW, there should be a few cool publications coming up using these human data. If you’re interested check www.vis.caltech.edu/~rodri/publications in the near future or email me.
  • 16. It should look like this (if you use the Force button)…
  • 17. Playing with it… • Again, you can change the temperature, force the clustering, see the spike features, etc. Remember that everything is much faster is you use Plot_average instead of Plot_all. • You can also zoom into the data using the Tools menu. • You may also want to fix a given cluster by using the fix button. This option is useful for choosing clusters at different temperatures or for not forcing all the clusters together.
  • 18. One further example: • Sometimes clusters appear at different temperatures • In the following example we give a step- by-step example of a clustering procedure using the fix button
  • 19. Step 1: Fix cluster 2 at low T Step 3: Check features Step 2: Change to T2 Step 4: Fix clusters 2 and 3
  • 20. Step 5: Change to T3 Step 6: Re-check features Step 7: Push the Force button This is how the final clustering looks like! Note that after forcing the green cluster is not as clean as before.
  • 21. Clustering your own data… • Most likely you’ll end up using the ASCII DataType option for your data. • If you have continuous data, it should be stored as a single vector in a variable data, which is saved in a .mat file. Look for the file test.mat for an example. This data should be loaded using the ASCII option or the ASCII (pre-clustered) if you have already clustered it with the Do_clustering batch file. • If you have spikes that have already been detected, you should use the ASCII spikes option. The spikes should be stored in a matrix named spikes in a .mat file. The file test1_spikes.mat gives an example of the format. • You can set the optimal parameters for you data in the corresponding Set_parameters_ascii (or ascii_spikes) file. Most important, don’t forget to set the sampling rate sr! • Important note: To save computational time, if you have more than 30000 spikes in your dataset, by default these will be assigned by template matching with the batch clustering code (this can be changed in the set_parameters file). With the GUI, they will stay in cluster 0 and they should be assigned to the other clusters using the Force button. Note that
  • 22. Using the batch files… • There are two main batch files: Get_spikes (for spike detection) and Do_clustering (for spike sorting). Parameters are set in the first lines.They both go through all the files set in Files.txt. • Unsupervised results will be saved and printed (either in the printer or in a file), but can be later changed with the GUI. For changing results, you have to load the file with the (pre- clustered) option. The nice thing is that results for all temperatures are stored, so changing things with the GUI mainly implies storing a different set of results rather than doing the clustering again. Note that using the GUI for clustering (e.g. with the ASCII option) does not store the clustering results for future uses.
  • 23. You are now a clustering expert! • If you want further details on the method, check: Unsupervised spike sorting with wavelets and superparamagnetic clustering R. Quian Quiroga, Z. Nadasdy and Y. Ben-Shaul. Neural Computation 16, 1661-1687; 2004. • If you want to keep updated on new versions, give me some comments or feedback on how wave_ clus works with your data (I would love to hear about it), etc. please email me at: rodri@vis.caltech.edu • Good luck and hope it’s useful!