Entering edit mode
22 months ago
yh1126
•
0
I want to remove mitogenomes and other artefactual contaminations that match those on database on BLASTn. How can I remove them?
I want to remove mitogenomes and other artefactual contaminations that match those on database on BLASTn. How can I remove them?
It's not BLAST, but BBDuk
is a good tool for removing reads that map to a set of user defined sequences.
https://jgi.doe.gov/data-and-tools/software-tools/bbtools/bb-tools-user-guide/bbduk-guide/
Use of this site constitutes acceptance of our User Agreement and Privacy Policy.
bbduk.sh
in filter mode (which is the default). You will need to provide a set of sequences you want to check against.If you want to collect the filtered sequences into bins then using
bbsplit.sh
would be appropriate.In this case if you don't know what the contamination is from then other strategies may need to be deployed.