SkillAgentSearch skills...

Dnds

Calculate dN/dS ratio precisely (Ka/Ks) using a codon-by-codon counting method.

Install / Use

/learn @adelq/Dnds
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

dN/dS Calculator

.. image:: https://travis-ci.org/adelq/dnds.svg?branch=master :target: https://travis-ci.org/adelq/dnds

.. image:: https://img.shields.io/pypi/v/dnds.svg?maxAge=2592000?style=plastic :target: https://pypi.python.org/pypi/dnds

Calculate dN/dS ratio precisely (Ka/Ks) using a codon-by-codon counting method. Also calculates the pN/pS ratio precisely (previously referred to as dN/dS).

Usage

.. code:: python

>>> sequence_1 = "ATGCTTTTGAAATCG"
>>> sequence_2 = "ATGCGTTCGAAGTCG"
>>> pnps(sequence_1, sequence2)
Fraction(38, 71)
>>> round(float(pnps(sequence_1, sequence2)), 3)
0.535
>>> round(dnds(sequence_1, sequence_2), 3)
0.467
View on GitHub
GitHub Stars26
CategoryDevelopment
Updated3mo ago
Forks10

Languages

Python

Security Score

87/100

Audited on Dec 6, 2025

No findings