oneToFull constant

Map<String, String> const oneToFull

Implementation

static const Map<String, String> oneToFull = {
  'a': 'adenine',
  'c': 'cytosine',
  'g': 'guanine',
  // 注:国際塩基配列データベースではRNAの場合はuと同様になる。
  't': 'thymine',
  'u': 'uracil',
  'n': 'any',
};