This is a test version of Biostars. For the public version, visit https://www.biostars.org.
Tool for rendering quick PNG/SVG/etc. from a single BED12 element?

In attempting not to reinvent the wheel, are there any lightweight tools that take a single BED12 element and quickly render its intron/UTR/CDS structure and directionality?

I'm not looking for a heavyweight toolkit or framework that renders a static genome browser shot of multiple BED12 elements, but something that takes in an element and simply shows a rough sketch of its structure. Thanks for any tips!

visualization bed12 gene bed

1 answer

a very basic html form converting a bed12 entry to SVG :

This is quite handy for working into a React component. Many thanks.

Log in to answer this question.