Aligning two genomes in fastq.gz
1
0
Entering edit mode
7.6 years ago
sukesh1411 ▴ 30

Hi

I would like to find the variants among two different genomes (both are paired end reads). I removed the low quality reads for two genomes using sickle tool. Now i got two paired end output files from sickle which are in fastq.gz format. Can anyone suggest me the tool for aligningtwo different genomes. I am searching for an option in bwa but i did not find it.. or can i concatenate paired end fastq files of one genome into one file and then convert it to fasta file to create an index file.

Thanks

bwa • 2.2k views
ADD COMMENT
0
Entering edit mode

you can use lastz or Mauve and its input is fasta file ,after assemble your reads

or you can align the read of one genome to the other genome and then detect variant using SAMtools, GATK or freebayes

ADD REPLY
0
Entering edit mode
7.6 years ago
Chris Cole ▴ 800

A fastq file is not a genome. It is a set of short high-throughput sequencing reads which derive from a DNA or RNA sample library.

In order to find variants, fastq reads need to be aligned to a reference genome and then variants called with a tool suitable for your species. This needs to be done separately for each of your two 'genomes' (samples?). What species are your samples?

ADD COMMENT
0
Entering edit mode

Thank you sir. I am working on two different varieties of oryza sativa.

ADD REPLY
0
Entering edit mode

Are they related to either of the known strains: japonica and indica? If they are, you can use the most similar one as a reference and do variant calling against that.

Otherwise you're heading down the road of whole genome assembly, which for a species like rice is a huge project taking an experienced person several months to do well.

ADD REPLY
0
Entering edit mode

Its related to japonica and i will do variant calling against it. Thank you sir.

ADD REPLY

Login before adding your answer.

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