Utility functions that the lab can use for matlab code and analysis.
To use functions in this repo:
git clone https:/github.com/erlichlab/elutils.git
- In matlab
addpath elutils
- Then if a function is in
+stats
then in matlab you usestats.bootmean
(for example)