mikemc / speedyseq

Speedy versions of phyloseq functions
https://mikemc.github.io/speedyseq/
Other
45 stars 6 forks source link

`merge_taxa_vec()` fails when taxa are not rows #24

Closed mikemc closed 4 years ago

mikemc commented 4 years ago

Instead it exists with an error triggered by https://github.com/mikemc/speedyseq/blob/7efc093fdb3315dde0ed7351dd7120d564acafcb/R/merge_taxa_vec.R#L129 The problem is that rownames() is being called after the table has been flipped back.