I wrote a post for importing your data after following the DADA2 tutorial. Getting the FeatureData[Sequence]
artifact is pretty easy, but the FeatureTable[Frequency]
takes a bit of massaging.
That is super cool!
I can't think of a good way to separate them after the fact in QIIME 2. So splitting them, then using DADA2 directly (with matchIDs=TRUE
) may be your best option.
In the future we might be able to frame this problem as removing "contamination" (@Nicholas_Bokulich is working/thinking about plugins for that), but I couldn't say for sure.