This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Is There A Program For Viewing Bed Files And Wig Files?

Is there a program for viewing BED files and WIG files? From my own googling, it seems like there are websites that can do this, although I'm not sure how to use them.

bed wiggle

3 answers

This is one of those applications that are surprisingly hard to find comparisons of (google-ing often leads to many false paths), some that come to mind are:

Integrative Genomics Viewer: http://www.broadinstitute.org/igv/

Integrated Genome Browser: http://bioviz.org/igb/

Lightweigth Genome Viewer: http://lwgv.sourceforge.net/

The following Biostar question also have many good answers:

  1. Next Generation Read Sequence Assembly Visualization Software
  2. What Tools/Libraries Do You Use To Visualize Genomic Feature Data?

+1 for pointing out that this is hard to Google. I tried myself and failed.

I have found that IGV (linked by @Istvan) and the UCSC genome browser are the most full-featured and the easiest browsers to use.

  • IGV is a java (or java webstart) application.

  • UCSC is a web-based browser where you either upload your own data or tell it where to find data on your own server.

Both will support BED and WIG among other formats.

Bert, thanks. Does Ensembl support bigbed/bigwig from another server?

For .bed file, you can simply use xxd -b file.bed to view the content.

while this might be disguised as useful, it's not. xxd is a hexdump viewer and completely useless in this case.

Agreed. I will delete this answer.

Log in to answer this question.