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
|
scikit-bio
==========
scikit-bio (canonically pronounced *sigh-kit-buy-oh*) is a library for working
with biological data in Python 3. scikit-bio is open source, BSD-licensed
software that is currently under active development.
API Reference
-------------
.. toctree::
:maxdepth: 1
io
sequence
alignment
tree
workflow
diversity
stats
metadata
util
User Documentation
------------------
The user documentation contains high-level information for users of scikit-bio.
.. toctree::
:maxdepth: 1
user/api_stability
Developer Documentation
-----------------------
The developer documentation contains information for how to contribute
to scikit-bio.
.. toctree::
:maxdepth: 1
development/coding_guidelines
development/new_module
|