forked from kuwisdelu/Cardinal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
16 lines (13 loc) · 747 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
TODO for Cardinal package
-------------------------
- Test everything on PRIDE datasets and create workflow vignettes
- Write a new batchProcess() method for new classes with good defaults
- Reorganize codebase again so refactoring/debugging is easier
- Deprecate "method" arg in stats methods -> use "weights" instead
- Refactor i/o and stats methods into "CardinalIO" and "CardinalStats"
- Refactor plotting functionality to another package (?)
- Preserve sparsity when pre-processing with smooth(), etc. (?)
- MultiImagingExperiment class for multimodal experiments?
- Multimodal image registration (w/ optical images, etc.)
- Add tidy(), augment(), and glance() methods for results (?)
- A way to "compile" images for faster image loading?