mikemc / speedyseq

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

Add joining functions for taxonomy tables and sample data #72

Closed mikemc closed 3 years ago

mikemc commented 3 years ago

Idea is similar to #69; add versions of each dplyr joining function to work on the sample data and taxonomy tables. Note, microViz ps_join() gives this functionality for sample data.

mikemc commented 3 years ago

Closing for now, as left_join and inner_join (implemented in f5723bf) seem sufficient for most purposes; will consider adding others in the future.