Skip to main content

a Fast Prophage and Phage Predictor

Reason this release was yanked:

Please use the github version currently

Project description

# PhageBoost Rapid discovery of novel prophages using biological feature engineering and machine learning TBA

## Introduction ![Predictions](fig1a.png) Prophage predictor based on gene features against a background.

Prophages are phages integrated into prokaryotic genomes that drive many aspects of bacterial biology. Their extreme diversity means they are challenging to detect using sequence similarity. We present a novel fast and generalizing machine learning method to facilitate novel phage discovery.

## Publications

to be added

## Getting Started ### Installation #### from PyPi ` conda create -n PhageBoost1 python=3.7 && conda activate PhageBoost1 && pip install PhageBoost ` #### from github ` conda create -n PhageBoost python=3.7 && conda activate PhageBoost && git clone git@github.com:ku-cbd/PhageBoost.git && cd PhageBoost/ && python setup.py bdist_wheel && pip install --user . `

### CLI ` PhageBoost -h PhageBoost -f example/data/NC_000907.fasta.gz -o results ` ### Notebooks There are basic notebook examples in the `notebooks/` These notebooks provide a way how to bring your own genecalls to PhageBoost. You can connect your PhageBoost kernel to your pre-existing Jupyter via ipykernel:

` conda activate PhageBoost pip install ipykernel python -m ipykernel install --user --name PhageBoost --display-name "PhageBoost" `

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

PhageBoost-0.1.3.tar.gz (12.4 kB view hashes)

Uploaded Source

Built Distribution

PhageBoost-0.1.3-py3-none-any.whl (25.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page