Wiki

Clone wiki

organoids / Collect All Experiments

This script will collect the features data from each experiment (job folder) and save the data as one file for further analysis (plotting, PCA, etc). The combined and formatted data is saved in Dropbox (RajLab) --> LEB_Organoids --> Final_Analysis --> (organoid type) --> features.mat.

#!matlab

organoids.run_analysis.collect_and_format_results;

Notes:

  • With each experiment, you must update this script to include the path to that experiment.

  • This script is where any stacks that were analyzed but have artifacts should be excluded from further analysis.

Updated