Clustering ASVs to OTUs #81
Replies: 3 comments
-
Hi @ConstanceBtd --- I haven't used the TreeLine function so I don't know enough about its output to say how to generate the appropriate Probably you are better off asking your question in the DECIPHER GitHub, since it isn't specific to speedyseq: The question seems to be, what is the best way to compute clusters from the TreeLine output for merging OTUs. Edit: Another option would be to add the tree to your phyloseq object's tree slot, then use |
Beta Was this translation helpful? Give feedback.
-
@ConstanceBtd is it possible that you want to set EDIT: maybe you want to have a look at this comment, too. |
Beta Was this translation helpful? Give feedback.
-
Hi @ConstanceBtd, |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm currently trying to cluster fungal ASVs into OTUs using DECIPHER and speedyseq, using the code example you have online:
with
physeq_asv
my phyloseq object obtained with the dada2 pipeline. I updated your code changing the IdCluster function to the TreeLine one, however, the cluster output does not have a cluster column. It is a dendrogram. Do you kow how I could adapt this code to the new TreeLine output ?Thanks !
Beta Was this translation helpful? Give feedback.
All reactions