oncogenetics / LocusExplorer

An interactive graphical illustration of genetic associations and their biological context
MIT License
14 stars 15 forks source link

file format: bedGraph not BED #40

Closed AngieHinrichs closed 9 years ago

AngieHinrichs commented 9 years ago

The format you're describing is actually bedGraph (http://genome.ucsc.edu/goldenpath/help/bedgraph.html) not BED (http://genome.ucsc.edu/FAQ/FAQformat.html#format1). The 4th field of BED is a name; the 4th field of bedGraph is a number.

zx8754 commented 9 years ago

@AngieHinrichs Good point, updated.