Skip to content

Instantly share code, notes, and snippets.

@rhiguchi
Created March 30, 2011 00:13
Show Gist options
  • Save rhiguchi/893628 to your computer and use it in GitHub Desktop.
Save rhiguchi/893628 to your computer and use it in GitHub Desktop.
{
'A': 'A', 'C': 'C', 'G': 'G', 'T': '[TU]',
'R': '[AG]', 'Y': '[CTU]', 'S': '[GC]',
'W': '[ATU]', 'K': '[GTU]', 'M': '[AC]',
'B': '[CGTU]', 'D': '[AGTU]',
'H': '[ACTU]', 'V': '[ACG]',
'N': '[ACGTU]'
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment