For data with species with maximum longevity under 1 year, logarithm from their longevity will be negative. - [ ] Shift all data `+1` after `log` - [x] Save all real and predicted longevity - [x] Check and fix `_ontology_plot` - [ ] Filter out clusters under threshold in `Model.__init__` - [x] Use `--exclude 'Homo sapiens' 'Physeter macrocephalus' 'Balaenoptera physalus' 'Eschrichtius robustus'` - [x] Improve plots for ontology - remove legend and add y title
For data with species with maximum longevity under 1 year, logarithm from their longevity will be negative.
+1afterlog_ontology_plotModel.__init__--exclude 'Homo sapiens' 'Physeter macrocephalus' 'Balaenoptera physalus' 'Eschrichtius robustus'