LebeerLab / tidytacos

Functions to manipulate and visualize microbial community data
https://lebeerlab.github.io/tidytacos/
GNU General Public License v3.0
9 stars 1 forks source link

[BUG] merge_tidytacos #67

Closed wsmets closed 3 weeks ago

wsmets commented 3 weeks ago

When using add_taxon_name() after merging tidytacos objects, the taxon names are "t1,t254,.." instead of "Lactobacillus 1, Sphingomonas 2,..."

To Reproduce:

lf1<-leaf%>% filter_samples(Plant=="Mustard") lf2<-leaf%>% filter_samples(Plant=="Wheat") lfn<-merge_tidytacos(lf1,lf2,taxon_identifier = taxon)%>% add_taxon_name()

I used R version 4.4.0 (2024-04-24 ucrt) running under: Windows 10 x64 (build 19045) and tidytacos_1.0.4