Map genome to a particular region
1
0
Entering edit mode
5 months ago
JohnOak • 0

Hi everyone,

This is probably a stupid/easy question but I'm feeling a bit lost and any help would be much appreciated.

I extracted a particular genomic region of interest (centered around a gene) from a chromosome-level genomic assembly. I have a reference genome (not as complete) from a closely related species. I would just like to map the data that I have from this closely related species to that particular genomic region of interest.

Should I just use bwa-mem with the sequence of the region of interest as the reference or will this cause undue problems?

Thanks in advance!

mapping Genome • 582 views
ADD COMMENT
0
Entering edit mode

If you are using the selected region as a query against a different genome then it should not cause any issues. Do you have sequence data or just a sequence (what length) that you have extracted. If you have latter using bwm mem would likely not be appropriate.

ADD REPLY
0
Entering edit mode

So, you're saying that using the region of interest as a query in BLAST (for instance) should be okay? For the region of interest, I have a FASTA file with 10kb either side of the gene.

ADD REPLY
1
Entering edit mode

Yes it should be fine to use BLAST. If it will work well or not will depend on how closely related the second genome is and the quality of sequence available.

ADD REPLY
1
Entering edit mode

You could also try to use a long read aligner like minimap2 is the genomes are reasonably close.

ADD REPLY
0
Entering edit mode
5 months ago

e or will this cause undue problems?

this will cause problems see: Exome Sequencing: Masking The Non-Genic Sequences ?

ADD COMMENT
0
Entering edit mode

Thanks! Do you have any recommendations about the best way to do this then? Even if you can provide just a brief overview of the required steps, that would already be quite helpful.

ADD REPLY

Login before adding your answer.

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