1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
.. bioframe documentation master file, created by
sphinx-quickstart on Sat Apr 11 11:44:26 2020.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
bioframe
========
`Bioframe <https://github.com/open2c/bioframe>`_ is a library to enable flexible and scalable operations on genomic interval dataframes in python. Building bioframe directly on top of `pandas <https://pandas.pydata.org/>`_ enables immediate access to a rich set of dataframe operations. Working in python enables rapid visualization and iteration of genomic analyses.
.. toctree::
:maxdepth: 1
:caption: Guide
guide-quickstart
guide-intervalops.md
guide-io.ipynb
guide-performance.ipynb
guide-recipes.md
guide-definitions
guide-specifications
.. toctree::
:maxdepth: 1
:caption: Tutorials
tutorials/tutorial_assign_motifs_to_peaks.ipynb
tutorials/tutorial_assign_peaks_to_genes.ipynb
.. toctree::
:maxdepth: 3
:caption: API
api-construction
api-validation
api-intervalops
api-fileops
api-resources
api-extras
api-vis
api-lowlevel.md
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|