Skip to main content

Collection of object-oriented entities related by the central dogma of biology.

Project description

dogma

Collection of object-oriented entities related by the central dogma of biology.

Installation

using Pipenv

>> pipenv install dogma

or using pip

>> pip install dogma

or Github

>> git clone https://github.com/griffinclausen/dogma.git
>> cd dogma
>> pipenv install .

Basic Usage

>> from dogma import GeneticCode, Oligonucleotide
>> supE = GeneticCode(1, {'TAG': 'Q'})
>> oligo = Oligonucleotide('NNK', supE)
>> samples = oligo.samples(100)
>> print(samples)

Contact Information

dogma.maintainer@gmail.com

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

dogma-1.0.2.tar.gz (21.8 kB view hashes)

Uploaded Source

Built Distribution

dogma-1.0.2-py3-none-any.whl (34.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