rnaCompNucs top-level constant

Map<String, String> const rnaCompNucs

Complementary RNA nucelotides.

Implementation

const Map<String, String> rnaCompNucs = {'A': 'U', 'U': 'A', 'G': 'C', 'C': 'G'};