Hi,
For my last batch of sequencing I multiplexed my 16S and ITS sequencing PCRs on to one run, and as a result each forwards and reverse FASTQ file contains a mixture of 16S and ITS sequences. I would like to separate them out (I guess by searching through for each primer sequence and using that to categorize the reads), so I can continue down my usual pipeline with 16S and ITS separately (which is R with Dada2, DESeq2 and Phyloseq, with cut-adapt to remove primers). All the tutorials I can see assume only one gene sequence in the FASTQ file. I only have basic R skills and can't easily find a solution to this problem, does anyone have any ideas on the best way to go about this?
Thank you
Please reply to my post instead of posting an "answer". New posts are for answers only.
In that case, you should align to a 16S reference to filter.
Thanks for your thoughts! I'll give this a try.