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 51 52 53 54 55 56 57
|
:html_theme.sidebar_secondary.remove:
.. page style and classes
.. raw:: html
<style>
/* hide prev/next button */
.prev-next-footer {
display: none;
}
</style>
.. meta::
:description: A community-driven Python library for bioinformatics, providing versatile data structures, algorithms and educational resources.
.. hidden page title
.. title:: Home
.. toctree hidden from document but provides header links
.. toctree::
:hidden:
:maxdepth: 1
Install <https://scikit.bio/install.html>
Learn <https://scikit.bio/learn.html>
Documentation <self>
Contribute <https://scikit.bio/contribute.html>
Community <https://github.com/scikit-bio/scikit-bio/discussions>
Releases <https://github.com/scikit-bio/scikit-bio/blob/main/CHANGELOG.md>
About <https://scikit.bio/about.html>
scikit-bio |version| documentation
==================================
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.
.. toctree::
:maxdepth: 1
io
sequence
alignment
tree
diversity
stats
embedding
table
metadata
workflow
util
|