https://github.com/hoytech/dna-translate
Search DNA for coding sequences
https://github.com/hoytech/dna-translate
Last synced: 3 months ago
JSON representation
Search DNA for coding sequences
- Host: GitHub
- URL: https://github.com/hoytech/dna-translate
- Owner: hoytech
- Created: 2012-11-30T07:17:31.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2012-12-04T03:05:17.000Z (over 12 years ago)
- Last Synced: 2025-01-25T05:42:57.774Z (5 months ago)
- Language: Common Lisp
- Size: 109 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
Awesome Lists containing this project
README
=encoding utf-8
=head1 NAME
dna-translate - Search DNA for coding sequences
=head1 DESCRIPTION
This is a simple lisp program that implements the genetic code. It is BSD licensed so you can do whatever you want with it.
Given a DNA sequence, the program will find coding regions in all 3 read frames. In addition, it will search the reverse complement frames unless in single-stranded mode. Circular DNA strands (ie plasmids) are supported when in circular mode (implemented with nconced cyclical lists).
Included is a parser for L in case you wish to use an alternate genetic code. In addition to the standard code, vertebrate mitochondrial and yeast mitochondrial codes are included.
Note that this is mostly a demo and not a serious project like L.