Skip to main content

A nucleotide melt temp calculator

Project description

https://travis-ci.org/eclarke/melt.svg?branch=master https://coveralls.io/repos/eclarke/melt/badge.svg?branch=master&service=github

A nucleotide sequence melt temp calculator for Python.

Features:

Installation

$ pip install melt

## Usage

From the command line:

$ Tm ATGCATGC
44.4
$ Tm --dna 200 --na 50 --mg 3 --dntp 0.8 ATGCATGC
26.4

As a library:

>>> import melting
>>> melting.temp("ATGCATGC")
44.387081560668946
>>> melting.temp("ATGCATGC", DNA_c=200, Na_c=50, Mg_c=3, dNTPs_c=0.8)
26.438734864285152

## Acknowledgements

This code is largely built on existing code from:

Salt concentration equations adapted from IDT, with work from Erik Clarke, Sesh Sundararaman, and Calvin Morrison.

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

melt-1.0.0.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

melt-1.0.0-py2-none-any.whl (6.3 kB view hashes)

Uploaded Python 2

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