Skip to content
@petersen-lab

Petersen Lab at UCPH

Welcome to the Petersen Lab GitHub repositories 👋

👩‍💻 Useful resources

🌈 Contribution guidelines - new users

Projects

Create a private repository for your projects

Matlab code for the PetersenLab at UCPH

Dependencies and other related tools

Repositories

Our repos

  • petersen-lab-matlab (do we want a better name?)
  • CellExplorer
  • Kilosort3Wrapper
  • petersen-lab-python

Third-party repositories

  • Buzcode
  • KiloSort

Matlab apps (dependencies)

File naming convention for raw and derived data

We will follow the CellExplorer data structure and format: https://cellexplorer.org/datastructure/data-structure-and-format/

General Principles for naming variables, functions, and scripts

  • Consistency: Stick to the chosen convention throughout the codebase.
  • Avoid Abbreviations: Unless widely recognized or obvious, avoid abbreviating variable names.
  • Meaningful Names: Prioritize meaningful and descriptive names over short, cryptic ones.
Names Naming Convention Examples
Variable Names Lower Camel Case variableNames
Function Names Lower Camel Case functionNames
Script Names Lowercase with Underscores script_names
Class Names Upper Camel Case ClassNames
Struct Fields Lower Camel Case structFields
Temporary Variables Short and Contextual temp
Loop Indices Single Letters if span is short scope, otherwise please use meaning full names i and iShank
Logical (Boolean) Variables Prefix with is, has, can, should, etc. isValid

Python

Guideline for Python

PEP8: https://peps.python.org/pep-0008/

Pinned Loading

  1. petersen-lab-matlab petersen-lab-matlab Public

    Matlab code for the PetersenLab at UCPH

    MATLAB 4 3

  2. Kilosort3Wrapper Kilosort3Wrapper Public

    Forked from dervinism/KilosortWrapper

    Wrapper for KiloSort3

    MATLAB

  3. CellExplorer CellExplorer Public

    Forked from petersenpeter/CellExplorer

    CellExplorer is a graphical user interface, a standardized processing module and data structure for exploring and classifying single cells acquired using extracellular electrodes.

    MATLAB

  4. petersen-lab-book petersen-lab-book Public

    Petersen Lab Book github site repository

    HTML 1

Repositories

Showing 6 of 6 repositories
  • .github Public
    petersen-lab/.github’s past year of commit activity
    0 0 0 0 Updated Sep 13, 2024
  • petersen-lab-matlab Public

    Matlab code for the PetersenLab at UCPH

    petersen-lab/petersen-lab-matlab’s past year of commit activity
    MATLAB 4 3 0 1 Updated Sep 12, 2024
  • CellExplorer Public Forked from petersenpeter/CellExplorer

    CellExplorer is a graphical user interface, a standardized processing module and data structure for exploring and classifying single cells acquired using extracellular electrodes.

    petersen-lab/CellExplorer’s past year of commit activity
    MATLAB 0 BSD-3-Clause 59 0 0 Updated Aug 23, 2024
  • MultiRocket Public Forked from ChangWeiTan/MultiRocket

    Multiple pooling operators and transformations for fast and effective time series classification

    petersen-lab/MultiRocket’s past year of commit activity
    TypeScript 0 GPL-3.0 23 0 0 Updated Jul 6, 2023
  • petersen-lab-book Public

    Petersen Lab Book github site repository

    petersen-lab/petersen-lab-book’s past year of commit activity
    HTML 0 1 0 0 Updated Jun 7, 2023
  • Kilosort3Wrapper Public Forked from dervinism/KilosortWrapper

    Wrapper for KiloSort3

    petersen-lab/Kilosort3Wrapper’s past year of commit activity
    MATLAB 0 1 0 0 Updated Jun 6, 2023

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…