Currently these two tasks are accomplished by a single script `./manipulation/rename-classify.R.
Such practice is far from optimal for the following reasons:
- once all models are generated automatically, spelling correction will be obsolete
- may need to re-organize domains for a specific study to increase the bin size within domains
- different tracks may require different domain grouping.
For these and other reasons, it is advisable to develop a function that would take in a catalog and and the external csv with grouping instructions, so that this procedure could be applied immediately before table or graph production and NOT during the manipulation phase.