ourMELONS/TODO.md

10 lines
607 B
Markdown
Raw Normal View History

2019-12-12 14:58:39 +01:00
For the first stable release of rBAPS, the following features should be implemented:
2019-12-13 17:33:11 +01:00
- [ ] Clustering of populations (import `greedyPoPMix.m` from BAPS)
- [ ] Clustering of individuals (import `greedyMix.m` from BAPS)
- [ ] Spatial clustering of populations (import `spatialPoPMixture.m` from BAPS)
- [ ] Spatial clustering of individuals (import `spatialMixture.m` from BAPS)
- [ ] Admixture analysis (import `admix1.m` from BAPS)
2019-12-12 14:58:39 +01:00
2019-12-13 17:33:11 +01:00
Note to contributors: as tasks get finished, please update this file with an `x` and keep it there. This should help us fill out a changelog for an eventual stable release.