Skip to content

An Engine for Dynamic Enhancement and Noise Overcoming in Spatiotemporal Multimodal Neural Observations via High-density Microelectrode Arrays

License

Notifications You must be signed in to change notification settings

HayderAminLab/DENOISING

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DENOISING: Dynamic Enhancement and Noise Overcoming in Multimodal Neural Observations via High-density CMOS-based Biosensors

A computational framework designed to enhance the fidelity and clarity of large-scale bioelectrical signals by dynamically mitigating noise. It addresses the challenge of pervasive noise in neural recordings from high-density microelectrode arrays, offering an adaptable solution for various noise types and signal dimensions. By improving the signal-to-noise ratio and facilitating the separation of signal and noise components, DENOISING aids in the accurate analysis and interpretation of complex neural connectivity and dynamics without relying on specific data transformations.

Contents

  • README - current file
  • LICENSE - usage and redistribution conditions
  • DENOISING.py - main top-level function used to denoise multimodal datasets
  • LFP_Denoising.py - top-level function used for denoising detected-LFP events
  • Spikes_Denoising.py - top-level function used for denoising detected-spikes

Getting Started

  • Download data from Zenodo and separate it into subfolders based on datatype i.e. LFP and Spike.
  • If using personal data, format folder structure as instructed for the provided data.
  • Clone the repository locally.

    git clone https://github.com/HayderAminLab/DENOISING.git

  • Go to DENOISING.py and work through the script as follows:
    1. Change srcfilepath to folder with dataset
    2. Indicate data type (Analysis_Item='LFPs') OR (Analysis_Item='Spikes')
    3. Change parameters based on dataset using LFP_Denoising.py OR Spikes_Denoising.py as needed.
    4. Use Raster_plot function to compare raw (denoising=False) and denoised (denoising=True) raster data.
    5. Refine denoised datsets through repetition of steps iii-iv if needed.

Data

The following datasets have been provided for using and test running the DENOISING script.

Requirements

Python >= 3.7; all analyses and testing were performed using Python 3.7 within PyCharm V.2023.2

About

An Engine for Dynamic Enhancement and Noise Overcoming in Spatiotemporal Multimodal Neural Observations via High-density Microelectrode Arrays

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages