There are 3 main folders in this repo:
-
Matlab folder: The matlab folder contains matlab scripts used for analysis neural spike data and neural voltage data recorded from microelctrode arrays surgically implanted in a human participant.
The following scripts are in the folder:
-
calculateFiringRate.m This script is used for calculating the firing rate of the signal. It calls the function tap1.m
-
Calculate_ERP.m and alignAnalogSignal_tap1.m These two scripts are used to calculate the Event related potential of the neural signal recorded.
-
Compute_spectrogram.m This script is used to compute the time-frequency spectrogram of the neural signal recorded.
-
-
Python folder: This folder contains scripts written in python
-
image_analysis.py This script is used for the analysis of tissue image collected using in vivo fluorescence imaging using open cv python package.
-
heartrhythm_dataanalysis.py This script is used for the data analysis of ECG data and capturing features related to arrhythmia.
-
pandas_dataanalysis_1.ipynb and pandas_dataanalysis_2.ipynb are jupyter notebooks that contain scripts used for data analysis using python packages like pandas and seaborn.
-
Q1, Q2, Q3 are data and text manipulation assignments done for a data science class.
-
-
R folder: This folder contains scripts written in R programming language. Breastcancer_detectionApp.R This script is used to create a shiny application on R that is used for the detection of breast cancer tissues using ML algorithms.