Hi Biostars community,
We've developed a graphical platform that makes working with BED files more intuitive through simple button-click operations. The current version allows you to:
- Merging BED files
- Finding intersections
- Sorting by coordinates
- Extracting regions
- Converting formats (CSV/TSV)
Basic visualizations
Would a tool like this save you time compared to command line (BEDTools etc)?
What crucial features are we missing that would make you actually switch?
Your suggestions will help us build something actually useful for real work. Thanks in advance for your ideas!
While new tools are always welcome (specially if they are easier to use for newcomers) you provide no links for the tool so people can try it out. Please provide links where your software can be accessed for testing.
You could actually convert this post into a
tools
post and provide more information.Imo you should never reimplement functions that already have long-standing established tools available, unless you can achieve a notable gain in performance. For BED files that would be BEDtools, BEDops, and the wider equivalents in python and R/Bioconductor. If you are into GUIs then wrap these existing tools in such GUI, but reimplementing these tools is (to me) a poor investment of time. That having said, mentioned tools cover the needed range of functions, so use them.