Hi,
After denoising the raw sequence data using dada2/deblur, we need to do some “housekeeping” works, such as excluding contaminant features from the featureTable using unique featureIDs, before we proceed to downstream analyses. My question is how can we make the feature filtering reproducible if the raw sequence data were to be denoised again using the same commands? Providing the featureIDs used for the filtering won’t work as these featureIDs are randomly generated during the denosing process. The same feature (ASV) may have totally different featureIDs if we denosie the raw sequence data multiple times. Using the exact sequence of the feature for filtering should be reproducible. Is it possible to use the exact sequence of the features for filtering instead of featureIDs?