Visualize location of genes on Chromosomes
3
1
Entering edit mode
8.4 years ago
kevluv93 ▴ 170

I'm trying to create a figure which visualizes the locations of NBS-LRR genes on chromosome 1 on the watermelon genome based on the watermelon sequencing genome paper here. Essentially, I want to create a chromosome map of locations of specified genes for a figure.

I've tried to set up the watermelon genome as a database for BLAST, and while it did give me the numeric location of these genes on the watermelon genome, it doesn't do a good job with "visualizing" where the genes lie on the chromosome.

I'm thinking about using bowtie to align these sequences to chromosome 1 and then visualizing their locations and alignment in IGV. But can bowtie be used for aligning single "reads" of a very large size to a chromosome?

Can anyone suggest a program or tool to create a chromosome map of specified genes given the target genome and DNA sequences of interest? Thank you!

RNA-Seq genome alignment blast • 3.3k views
ADD COMMENT
0
Entering edit mode

You wouldn't need a bowtie alignment if you already have the genome coordinates from BLAST. Can you not just upload the genome coordinates of the genes you're interested in?

ADD REPLY
0
Entering edit mode
8.4 years ago

Have a look at genoverse (code on GitHub).

ADD COMMENT
0
Entering edit mode
8.4 years ago
h.mon 35k

You can do what you want with both Spaln and GMAP. Both output GFF3 and SAM, so the results are easily viewed on IGV. Bowtie is not a good fit for this task indeed.

ADD COMMENT
0
Entering edit mode
8.4 years ago

If you're making a web figure, this AngularJS directive might be useful.

ADD COMMENT

Login before adding your answer.

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