Wiki

Clone wiki

organoids / Analyze Features

This collection of script will load the features from all experiments and run various analyses. Each of these scripts should be run from within Dropbox (RajLab) --> LEB_Organoids --> Final_Analysis --> (organoid type).

Plot Features

#!matlab

organoids.run_analysis.analyze_features.plot_features;

The outputs will be saved in a folder called plot_features.

Correlations between Features

#!matlab

organoids.run_analysis.analyze_features.correlations_between_features;

PCA

#!matlab

organoids.run_analysis.analyze_features.PCA;

The outputs will be saved in a folder called PCA.

Updated