janschneida / taxodist

Python library for similarity calculations in taxonomic hierarchies and the underlying concepts.
MIT License
3 stars 0 forks source link

Change calc method to only return dataframe #22

Closed janschneida closed 2 years ago

janschneida commented 2 years ago

We need to change the return args of the calc functions to only a return a dataframe. Add "save_to_file" flag, to enable saving instead

janschneida commented 2 years ago

Function now only returns the distance matrix -> shall we save the MDS-ed matrix? or return only this?

janschneida commented 2 years ago

MDS functionality is adressed in #26