EvoAug2 Documentation ====================== **Evolution-Inspired Data Augmentation for Genomic Sequences - DataLoader Version** .. image:: https://img.shields.io/pypi/v/evoaug2.svg :target: https://pypi.org/project/evoaug2/ :alt: PyPI version .. image:: https://img.shields.io/pypi/pyversions/evoaug2.svg :target: https://pypi.org/project/evoaug2/ :alt: Python versions .. image:: https://img.shields.io/badge/License-MIT-blue.svg :target: https://opensource.org/licenses/MIT :alt: License .. image:: https://readthedocs.org/projects/evoaug2/badge/?version=latest :target: https://evoaug2.readthedocs.io/en/latest/?badge=latest :alt: Documentation Status Welcome to EvoAug2, a Python package that provides evolution-inspired data augmentation techniques for genomic sequence analysis using deep learning. This package implements the two-stage training approach described in the EvoAug2 paper, combining robust augmentation during training with fine-tuning on original data. .. toctree:: :maxdepth: 2 :caption: Getting Started installation quickstart examples .. toctree:: :maxdepth: 2 :caption: API Reference api/evoaug api/evoaug_utils api/examples .. toctree:: :maxdepth: 2 :caption: Examples examples/lightning_module examples/vanilla_pytorch Indices and tables ================== * :ref:`genindex` * :ref:`modindex` * :ref:`search` .. raw:: html
Note
This documentation is for EvoAug2 version 2.0.3. For older versions, please refer to the GitHub releases.
Tip
If you're new to EvoAug2, start with the Quick Start Guide and then explore the Examples section.