Isolation distance and Lratio #62
Replies: 1 comment 1 reply
-
Hi Jesus The L-ratio and isolation distance are not calculated by default, as they depend on the pipeline and data format. You need a low-dimensional feature space representation for this. The code for the metrics that takes a PCA-space input (N by D array of feature vectors (N spikes, D dimensional feature space)) is available with CellExplorer: Nick Steinmetz has written for the Kilosort/Phy format here: https://github.com/cortex-lab/sortingQuality |
Beta Was this translation helpful? Give feedback.
-
Hi Peter.
I am trying to get the quality metrics from the cell_metrics structure, but i can only find the "refractoryPeriodViolation"
should "lRatio" and "isolationDistance be in the cell_metrics structure as well?
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions