How do I remove certain reads from my raw sequencing data using BLAST?
1
0
Entering edit mode
15 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?

BLAST • 568 views
ADD COMMENT
2
Entering edit mode
15 months ago
jv ★ 1.8k

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/

ADD COMMENT
1
Entering edit mode

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.

ADD REPLY

Login before adding your answer.

Traffic: 1322 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6