Hi all!
I have one case sample and one negative control (water) with 16S fastq results. At the end of 16S analysis I have table with reads per sample and identified OTUs.
Should I remove all OTUs represented in water from analysis or subtract reads?
here is an example:
        water    sample
OTU_1   95691   21841
OTU_2   11852   18378
Should I remove OTU1 and OTU2 from further analysis or just subtract reads like:
        water    sample
OTU_1   95691   0 (21841-95691)
OTU_2   11852   6526 (18378-11852)
Which approach is better?
Many thanks, Agata
this depends on what your question is:
Are water OTUs a pure contamination in your sample and abundance difference an artifact from, for example the sample solvent (water)? -> Then I'd remove them (or think about abscence/presence analysis)
In case the abundance difference might be an indication of a microbiome adaption, then keep them.
Keep in mind that abundance might be skewed by library size and normalize. For many generic 16S tasks, there's excellent tutorials in the web, one example are the qiime2 tutorials