Open efgellerson opened 2 months ago
I think that maybe the sample names may not be overlapping 100% between the phyloseq objects. Maybe check that they are the same between the objects for those that are being dropped?
sample_names(ps1144) sample_names(ps1919)
Hi there, I have run into a weird issue using phyloseq. I am working with two objects, ps1919 with 35 samples and ps1144 with 185 samples. When I merge the two, they are deleting 10 cases, since the new object (allps) has 210 samples instead of 220. Any ideas on this issue? I've checked the OTU tables for the samples that are being deleted, and they do have reads, so it's not like they're empty and deleting them. My code is below if that helps. Thanks!