Skip to main content

A lightweight Bioinformatics library

Project description

Ambio

A light-weight bioinformatics library written in Python.

Installation

Run the following command in a terminal to install:

$ pip install ambio

Usage

You can import the distance module to calculate the edit distance between two strings of your choice, and get the table used for this computation.

from ambio.distance import editDistance, generateEditDistanceTable

# get the edit distance between the two strings
print(editDistance("sunday", "saturday"))

# get the table with all the edit
# distances between the possible substrings
print(generateEditDistanceTable("sunday", "saturday"))

Development

To install ambio, along with the tools you need to develop and run tests, run the following command:

$ pip install -e .[dev]

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

ambio-0.3.1.tar.gz (14.5 kB view hashes)

Uploaded Source

Built Distribution

ambio-0.3.1-py3-none-any.whl (15.5 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