Hi,
In my opinion, yes, it is. Of course, this depends on several variables, such as the primers used and the expected gene length, pipeline/alignmet used etc.
OTUs (Operational Taxonomic Units) are defined based on a threshold of similarity, such as 97-99%, meaning that for a particular OTU, let's say OTU1, the sequences that comprised OTU1 show a sequence similarity of >97-98% (this is based on sequence alignment).
In general, aligning sequences of the same length is easier and faster to resolve the best alignment.
Depending on the alignment algorithm, if it uses some kind of global alignment, the shorter sequences will have less similarity than longer sequences even if they perfectly align with longer sequences, simply because they don't align across the whole sequence, and, therefore, yield a lower similarity identity.
I hope this helps,
António
This actually helps a lot! I guess that's one of the technical differences between performing ASV and OTU analysis that is under the hood.
Absolutely. With ASVs you're working with exact sequences. Even though, you always check if the ASV sequence length range is among your expectations (based on the primers user - see the DADA2 tutorial): https://benjjneb.github.io/dada2/tutorial.html (citing below)
António