While the ending taxonomy percentages of open-ref vs closed-ref at 90% could be similar, in most cases, the composition of OTUs changes for a few different reasons. If you compare the results of closed-ref at 90% to open-ref at 97%, closed-ref at 90% would...
- have fewer total OTUs. (The uclust algorithm would place reads into the first few OTUs it found over 90%, instead of looking for OTUs at higher thresholds).
- have fewer denovo OTUs (because the minimum cutoff of 90% is lower than 97%)
- have unrealistically specific taxonomy assignments (reads matching in step 1 (closed-ref picking) are given the taxonomy of their OTUs in the database, while de novo OTUs are run through the taxonomy assigner. Taxonomy assignment, which takes the levels which match among the three best hits of 90%, is much more realistic. If you run closed-ref at 90%, you could have a read that 92% similar to OTU centroid, and still claim that it's know to the species level. If you ran this through the taxonomy assigner, you would find multiple hits at 92% and 91% to different species, and provide a much more realistic classification to family level, where all these hits could agree.)