Sha256: c6497fe094d5c13bd05b791c33536c9c293a9690901b9f707c2ceebfdfa3b7b5
Contents?: true
Size: 78 Bytes
Versions: 396
Compression:
Stored size: 78 Bytes
Contents
<?php function toRna($strand) { return strtr($strand, 'CGTA', 'GCAU'); }
Version data entries
396 entries across 396 versions & 1 rubygems