I am attempting to create a phyloseq object in R using artefacts generated from QIIME2 but every time I try to create the object I get the following error:
Error in validObject(.Object) : invalid class “phyloseq” object:
Component sample names do not match.
Try sample_names()
I ran: gplots::venn(list(metadata=rownames(metadata), featuretable=colnames(SVs$data)))
and got this:
So I am wondering what I am doing wrong that is causing this mis-match.