Closed wsmets closed 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
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