The sample of origin is csf fluid, which is supposed to be sequenced. Now running those sample in gels there are multiple bands for various samples, ideally it should be single band. Now if the libraries are sequenced and there would be contamination, what are the steps to clean the contamination before running the data analysis pipeline.
The pipeline I intend to use is DADA2 workflow.
Any suggestion or help would be really appreciated.
You could filter against a 16S database after the sequencing (NCBI makes a representative 16S blast+ database available that you can extract the sequences from) and go from there. this will try
To add some clarity :
filteras in usebbduk.shfrom BBMap suite in filter mode to pull out reads that match 16S sequences (from NCBI 16S blast or other 16S databases).