Filtering mitochondrion reads from FastQ files
1
0
Entering edit mode
17 months ago
javanokendo ▴ 60

I have fastq files which contains mitochondrion reads. I want to filter out the mitochondrion reads then do the assembly on the resultant reads. Is there a way this can be achieved? Any pointer will be appreciated.

fastq mitochondrion • 819 views
ADD COMMENT
0
Entering edit mode

Is there a particular reason you need to remove them prior to assembly? Will they cause an issue during assembly?

ADD REPLY
1
Entering edit mode
17 months ago
GenoMax 141k

You could simply align your data (use any aligner you like) to the mitochondrial genome and collect reads that do not map. Some aligners can directly separate them for others you may need to filter them out of the resulting BAM alignment file.

ADD COMMENT
0
Entering edit mode

The following line of code enabled me to filter out mitochondrion reads and I got what I was expecting. I am living it hare because it will help someone.

bbsplit.sh in=HGLGLDSX3_19242446_S3_L001_R1_001.fastq.gz in2=HGLGLDSX3_19242446_S3_L001_R2_001.fastq.gz ref=paradisefishMtsequence.fasta basename=out_%.fastq.gz outu1=mat1.fastq.gz outu2=mat2.fastq.gz
ADD REPLY

Login before adding your answer.

Traffic: 2815 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