Mapping scaffolds to another reference genome
2
1
Entering edit mode
7.3 years ago
ash.t.cook ▴ 10

Hello,

I have mapped RAD-PE reads to a reference genome (that consists only of scaffolds without the assignment of scaffolds to any chromosome) and called SNPs. However, in order to answer my research question I now need to align reads (that are now mapped to reference genome scaffolds) to the Zebra Finch genome (as this is the closest complete genome to my study species).

My question is that what the best software (and method) to do this?

Thank you very much for your help in advance

p.s. I am relatively new to bioinformatics!

SNP alignment genome • 4.9k views
ADD COMMENT
3
Entering edit mode
7.3 years ago
Joseph Hughes ★ 3.0k

Don't map the reads back to the Zebra Finch genome. Use your scaffolds sequences with the Zebra finch genome to combine them using a tool like Mummer, scaffold_builder. There are many more tools, you need to look for "scaffolding a genome to a reference genome".

ADD COMMENT
0
Entering edit mode

Fantastic thank you so much!

ADD REPLY
0
Entering edit mode
7.3 years ago
vmicrobio ▴ 290

you can use bowtie2 to align reads to your reference genome

ADD COMMENT
0
Entering edit mode
bowtie2 -p 8 -x ZebraFish-genome data.fastq > alignment.sam

with -p as cpu (8) and -x the genome index prefix (ZebraFish-genome)

ADD REPLY

Login before adding your answer.

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