-
Notifications
You must be signed in to change notification settings - Fork 22
fet2clu_()
jamesjun edited this page Dec 18, 2017
·
6 revisions
Cluster the spiking event features (trFet_spk) using DPCLUS algorithm, and auto-merge unit pairs based on the correlation score of mean waveforms (tnWav_spk).
- S_clu: Cluster struct (S_clu)
- cluster_spacetime_(): Run spatiotemporal DPCLUS clustering and determine the density (rho) and distance (delta) for each spike
- postCluster_(): Identify density peaks and assign cluster membership using the density (P.rho_cut) and distance threshold (P.delta1_cut)
- post_merge_(): Merge clusters based on the waveform correlations. A unit pair is merged if the waveform correlation exceeds P.maxWavCor.
Home
JRCLUST pipeline
Performance benchmark
Step-by-step tutorial
Video tutorials
Command line interface
Requirements and Installation
Tetrodes sorting
Command listing
Code listing
Function listing
Main GUI
Preview GUI
Probe GUI
Traces GUI
Manual GUI
PSTH view
Input and output files
Probe file
Batch file
Supported recording format
User configuration file
Combining multiple files
Generating trial files
Master struct (S0)
Parameters struct (P)
Cluster struct (S_clu)
Global variables
Variable naming convention