I'm trying to extract the chloroplast sequences from my reads, as Whole Genome Sequencing was used to produce them.
This paper: http://www.sciencedirect.com/science/article/pii/S2214540013000169 mentions that to do this, they BLASTed their reads against all of the known genomes in the same family. For me, this family would be Fabacaea.
Does anyone know of a quicker way to do this besides manually downloading every FASTA file containing Fabacaea chloroplast sequences from NCBI? Or of a better way to extract chloroplast sequences from my reads? I do know that chloroplast DNA should be more abundant than other DNA because it is more highly repeated than nuclear or mitochondrial DNA.
Info about reads: 300bp average, paired-end reads from Illumina MiSeq
Thanks in advance!
Since the closest reference is just in the same family, I don't think my consensus sequences would be very large. Should I just blast and then use those reads to do de novo assembly? Or should I still use bwa and just use all of those sequences as reference?
Thanks!
Hi Pierre,
I am working with WGS data which includes chloroplast and mitochondrial DNA. I want to remove and keep the reads originating from the chloroplast and mitochondria, from the nuclear reads.
I have performed bwa index and mapped with bwa mem for the chloroplast reads using the complete chloroplast genome of a related species.
What will the next steps be to remove (and keep) the reads that mapped to the chloroplast?
I really appreciate any help you can provide. Allison