################## Related software ################## Bedtools has been used as an engine behind other genomics software and has been integrated into widely used tools such as Galaxy and IGV. Below is a likely incomplete list. If you know of others, please let us know, or better yet, edit the document on GitHub and send us a pull request. You can do this by clicking on the "Edit and improve this document" link in the lower lefthand corner. ------------------- IGV ------------------- Bedtools is now integrated into the IGV genome viewer as of IGV version 2.2. We are actively working withe IGV development team to improve and expand this integration. See `here `_ and `here `_ for details. .. image:: images/bedtoolsMenu.png ------------------- Galaxy ------------------- `Galaxy `_ has its own tools for working with genomic intervals under the "Operate on Genomic Intervals" section. A subset of complementary Bedtools utilities have also been made available on Galaxy in an effort to provide functionality that isn't available with the native Galaxy tools. .. image:: images/galaxy-bedtools.png ------------------- Pybedtools ------------------- `Pybedtools `_ is a really fantastic Python library that wraps (and extends upon) the bedtools utilities and exposes them for easy use and new tool development using Python. Pybedtools is actively maintained by Ryan Dale. ------------------- MISO ------------------- `MISO `_ is "a probabilistic framework that quantitates the expression level of alternatively spliced genes from RNA-Seq data, and identifies differentially regulated isoforms or exons across samples." A subset of the functionality in MISO depends upon ``bedtools``. MISO is developed by Yarden Katz. ------------------- RetroSeq ------------------- `RetroSeq `_ is "a tool for discovery and genotyping of transposable element variants (TEVs) (also known as mobile element insertions) from next-gen sequencing reads aligned to a reference genome in BAM format". RetroSeq is developed by Thomas Keane. Source code can be obtained on `GitHub `_. ------------------------- Intersphinx documentation ------------------------- BEDTools documentation pages are available via Intersphinx (http://sphinx-doc.org/ext/intersphinx.html). To enable this, add the following to conf.py in a Sphinx project: intersphinx_mapping = {'bedtools': ('http://bedtools.readthedocs.org/en/latest/', None)} BEDtools documentation links can then be generated with e.g.: :ref:`BEDTools:map `