metagMisc
metagMisc copied to clipboard
phyloseq_inext: merge fail
this error:
Errore in sort.list(bx[m$xi]) :
'x' dev'essere atomico per 'sort.list', metodo "shell" e "quick"
Si è chiamato 'sort' su una lista?
In aggiunta: Messaggi di avvertimento:
1:
2:
sorry for the Italian in the error, but so it is. we try to run part of your function and the error born from: res <- merge(res, mtd, by = "SampleID")
I try to reinstall your package, R, downgrade the R version, change the environment, and so on, but nothing changed. I build the phyloseq file with qiime2R package.
Hello!
It's difficult to diagnose the problem without seeing the data.
Are OTUs arranged by columns or by rows (you may check it with taxa_are_rows(your_phyloseq)
)?
Also, I've noticed that iNext had a major update recently, and it probably lost backward compatibility (I need to check it). Which iNext version are you using?