Metadata-Version: 2.1
Name: CodOpY
Version: 0.1.2.3
Summary: Python Codon Optimisation tools
Home-page: https://github.com/tobiasvonderhaar/CodOpY
Author: Tobias von der Haar
Author-email: T.von-der-Haar@kent.ac.uk
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: pandas
Requires-Dist: numpy
Requires-Dist: matplotlib

# CodOpY

CodOpY is a python package facilitating the design of codon optimised gene sequences. The CodOpY functionality is organised into two modules:

Commands in **CodopY.optimise** are useful for the design of optimal coding sequences for recombinant gene products.

Commands in **CodOpY.plot** are useful for visualising various sequence properties relating to codon usage and sequence optimisation.

## Installation

Run the following to install:
```python
pip install CodOpY
```


