This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Visualization of chromosomal locations

I need a tool to visualize multiple (approx 6000) chromosomal locations on an ideogram. They are in the form of bed file

Eg:

chr1 startpos endpos

Is there a tool to do this?

genome

2 answers

You can use a genome browser for that. Most will accept a BED file. IGV (Java app) and UCSC Genome Browser (web-based) are probably most popular, but it really depends on your field. There is a very comprehensive list available here.

Integrative Genomics Viewer can load BED files and overlay the intervals on the genome of your choice.

Log in to answer this question.