You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to merge two phyloseq objects containing samples from different environments. I have used QIIME2 and Deblur to clean the data and obtain the phylogenetic tree, etc.
I can successfully make two phyloseq objects. However, when I try to merge the phyloseq objects, I can the following error:
"Error in FUN(X[[i]], ...) : one tree has a different number of tips"
Please can somebody clarify why this might be and how I get around it?
I know I can make the objects without trees, but I need them to be able to calculate UniFrac distances later on.
Thanks!
The text was updated successfully, but these errors were encountered:
I have a phyloseq object that I subsetted into two, pse and psl, for separate analyses. Now I would like to merge them back together but am running into errors regarding the tree, as you mentioned in the above thread:
pse
phyloseq-class experiment-level object
otu_table() OTU Table: [ 156 taxa and 40 samples ]
sample_data() Sample Data: [ 40 samples by 7 sample variables ]
tax_table() Taxonomy Table: [ 156 taxa by 7 taxonomic ranks ]
phy_tree() Phylogenetic Tree: [ 156 tips and 155 internal nodes ]
refseq() DNAStringSet: [ 156 reference sequences ]
Hi,
I am trying to merge two phyloseq objects containing samples from different environments. I have used QIIME2 and Deblur to clean the data and obtain the phylogenetic tree, etc.
I can successfully make two phyloseq objects. However, when I try to merge the phyloseq objects, I can the following error:
"Error in FUN(X[[i]], ...) : one tree has a different number of tips"
Please can somebody clarify why this might be and how I get around it?
I know I can make the objects without trees, but I need them to be able to calculate UniFrac distances later on.
Thanks!
The text was updated successfully, but these errors were encountered: