Metadata-Version: 2.0
Name: cuttlery
Version: 0.1612
Summary: Codon Usage Table Tools-lery.
Home-page: https://github.com/conchoecia/cuttlery
Author: Darrin Schultz
Author-email: dts@ucsc.edu
License: GPLv3
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: POSIX :: Linux
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
Classifier: Intended Audience :: Science/Research
Requires: python (>3.0)
Provides: cuttlery
Requires-Dist: biopython (>=1.68)
Requires-Dist: matplotlib (>=2.0.2)
Requires-Dist: numpy (>=1.12.1)
Requires-Dist: pandas (>=0.20.1)


'cuttlery' is a package for determining the codon usage table of input
sequences. Instead of calculating an absolute codon usage frequency
for all observed genes as other packages do, cuttlery handles codon
usage frequency as a distribution for each codon. The cuttlery package
also contains tools for plotting codon usage information, calculating
if an unknown ORF is likely to belong to coding or noncoding sequence,
calculating nucleotide diversity of protein alignments and plotting
the results, as well as looking for synonymous and nonsynonymous
mutation heterogeneity in protein alignments.
https://github.com/conchoecia/cuttlery


