biocore / q2-qemistree

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

Biom match #74

Closed tgroth97 closed 4 years ago

tgroth97 commented 5 years ago

Made changes to _match.py so don't have to use pandas to_dataframe method. _match.py now uses the input biom table and the corresponding biom table functions to filter, relabel and collapse the table without having to use any pandas functions. Pandas functions are still used on the fingerprints but the file is input as a dataframe so no time consuming functions are used.