biocore / q2-qemistree

Hierarchical orderings for mass spectrometry data. Canonically pronounced "chemis-tree".
BSD 2-Clause "Simplified" License
31 stars 16 forks source link

Clusterinfo #121

Closed anupriyatripathi closed 4 years ago

anupriyatripathi commented 4 years ago

This PR addresses #94

The make-hierarchy module now:

The plot module now:

Additionally, I am modifying the TSVMolecules --> pd.DataFrame transformer to explicitly use 'cluster index' as the df index since it may not always be the first column for library match file

ElDeveloper commented 4 years ago

Thanks @anupriyatripathi