I use mothur 1.33, and when i use cluster command, the cutoff changed to a small number(even with parameter hard=true).
when i set cutoff to 0.03, i only get the unique label, when i set cutoff to 0.10, i can get labels: unique/0.01/0.02/0.03.
In the wiki, it says “By default the cutoff parameter is set to cutoff + (5 / (precision * 10.0)).” column parameter is my dist file, and there are distances bigger than 0.15. I want to know how the cutoff changed itself?
Can you explain: “If one cell has a distance of 0.03 and the cell it is getting merged with has a distance above 0.05 then the cutoff is reset to 0.03, because it’s not possible to merge at a higher level and keep all the data” in more detail? Why do you “lose data” when you start clustering at higher cutoff levels?
I am trying to create OTUs at multiple different sequence dissimilarity thresholds, from 0.00 to 0.25 at 0.01 (1%) increments. When I try and set the cutoff to 0.25 using the cluster command, it always changes the cutoff to 0.14. Is it possible to do what I am trying to do here (create OTUs with dissimilarity thresholds up to 30%)?