All Projects → JaneliaSciComp → JRCLUST

JaneliaSciComp / JRCLUST

Licence: Apache-2.0 License
JRCLUST

Programming Languages

matlab
3953 projects
Cuda
1817 projects
julia
2034 projects

Projects that are alternatives of or similar to JRCLUST

OL3-AnimatedCluster
OL3-AnimatedCluster is now part of the ol-ext project
Stars: ✭ 65 (+103.13%)
Mutual labels:  cluster
FireMarshal
Software workload management tool for RISC-V based SoC research. This is the default workload management tool for Chipyard and FireSim.
Stars: ✭ 37 (+15.63%)
Mutual labels:  spike
JqueryDataTablesServerSideDemo
Jquery DataTables with Asp.Net Core server side multi column sorting and searching Demo Project.
Stars: ✭ 43 (+34.38%)
Mutual labels:  sorting
type-comparator
Useful comparator functions written on Typescript
Stars: ✭ 56 (+75%)
Mutual labels:  sorting
QtDigitalInstrumentCluster
Qt OBD II Digital Instrument Cluster
Stars: ✭ 37 (+15.63%)
Mutual labels:  cluster
priora
An Object Prioritization Utility for Ruby
Stars: ✭ 30 (-6.25%)
Mutual labels:  sorting
NodeServer
Compare node.js servers
Stars: ✭ 35 (+9.38%)
Mutual labels:  cluster
genie
Genie: A Fast and Robust Hierarchical Clustering Algorithm (this R package has now been superseded by genieclust)
Stars: ✭ 21 (-34.37%)
Mutual labels:  cluster
rich-uncle-pennybags-bot
A telegram bot for all of your crypto needs. Works over the bitfinex and coinmarketcap APIs
Stars: ✭ 15 (-53.12%)
Mutual labels:  rocket
varnish-cache-reaper
Simple python/twisted HTTP daemon forwarding PURGE and BAN requests to multiple varnish (or other proxy) instances
Stars: ✭ 12 (-62.5%)
Mutual labels:  cluster
msa-toolkit
The MSA Toolkit provides useful codes for flight simulations and analysis, aerodynamic optimization and sensibility analysis. The codes are implemented by the MisSion Analysis Team.
Stars: ✭ 22 (-31.25%)
Mutual labels:  rocket
kube-alive
Some tools to experiment with Kubernetes to observe it's real-life behavior
Stars: ✭ 32 (+0%)
Mutual labels:  cluster
deploykit
A toolkit for creating and managing declarative, self-healing infrastructure.
Stars: ✭ 2,246 (+6918.75%)
Mutual labels:  cluster
ansible.pcs-modules-2
Ansible modules for interacting with pacemaker clusters (2nd generation)
Stars: ✭ 26 (-18.75%)
Mutual labels:  cluster
auth-rs
Simple username/password authentication system for Rocket
Stars: ✭ 19 (-40.62%)
Mutual labels:  rocket
directed graph
Dart implementation of a directed graph. Provides algorithms for sorting vertices, retrieving a topological ordering or detecting cycles.
Stars: ✭ 37 (+15.63%)
Mutual labels:  sorting
rundeck-nomad-plugin
Rundeck plugin running jobs on Nomad cluster.
Stars: ✭ 17 (-46.87%)
Mutual labels:  cluster
picsort
Organize your photos by date in one click 👏
Stars: ✭ 22 (-31.25%)
Mutual labels:  sorting
WAZUH-OSSEC
WAZUH - The Open Source Security Platform Installation
Stars: ✭ 79 (+146.88%)
Mutual labels:  cluster
k8s-proxysql-cluster
Kubernetes ProxySQL Cluster
Stars: ✭ 30 (-6.25%)
Mutual labels:  cluster

JRCLUST

Note

JRCLUST is no longer being actively maintained. If you still want to use JRCLUST, we recommend using the latest release or cloning from main, rather than master.

JRCLUST is a scalable and customizable package for spike sorting on high-density silicon probes. It is written in MATLAB and CUDA.

JRCLUST was originally developed by James Jun.

Installing JRCLUST

If you'd like to test the latest development code, you can clone the repository to your computer. If you want to stay on a release, head to the releases page and download the latest release.

Run the following command in MATLAB (you may want to add it to your startup script):

addpath('/path/to/JRCLUST');

You may also need to recompile your CUDA codes if you're not on Windows. Do this with

jrclust.CUDA.compileCUDA();

Questions?

Read the documentation here and the original bioRxiv paper here. Still have questions? Visit our Gitter community and ask!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].