Skip to content

code for extracting spine parameters from imaris and saving them in a more readable way. some files are for analysing and generating plots.

Notifications You must be signed in to change notification settings

lhaetzel/imaris_extraction_code

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

imaris_extraction

Contains the code to extract spine features from the imaris statistics export. Imaris generates a folder for each cell analyzed. Each folder contains multiple .csv files. There is one .csv file per feature analyzed for that cell (e.g. spine density, spine diameter, spine length etc.). In order to easily extract these features, you need to loop over all the folders and then extract the parameter of interest from the .csv file within the folder. Depending on the parameter you're interested in, the .csv file is formatted differently. Therefore, a different function is needed for each parameter.

The different functions can be found in this repository. They are currently designed to be run out of a Jupyter Notebook or the Python Interactive console in VS Code. They will save an excel file to a folder you specify, so make sure all of the paths are formated correctly. Some functions also require a list of cells by genotype to be imported from a spreadsheet.

File names starting with imaris_extraction are for extracting data from Imaris folders. Everything else is for analysis.

About

code for extracting spine parameters from imaris and saving them in a more readable way. some files are for analysing and generating plots.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages