Skip to content

Instantly share code, notes, and snippets.

View jamescasbon's full-sized avatar

James Casbon jamescasbon

View GitHub Profile
anonymous
anonymous / rna codon table.json
Created January 2, 2013 17:42
json table of RNA codons
{
"UUU": "F",
"CUU": "L",
"AUU": "I",
"GUU": "V",
"UUC": "F",
"CUC": "L",
"AUC": "I",
"GUC": "V",
"UUA": "L",