module
Meru::DNA
Extended Modules
Defined in:
meru/dna.crInstance Method Summary
- #complement_bits(bits : UInt64) : UInt64
-
#encode_base(byte : UInt8) : UInt64 | Nil
A/a => 0, C/c => 1, G/g => 2, T/t => 3.
Instance Method Detail
def encode_base(byte : UInt8) : UInt64 | Nil
#
A/a => 0, C/c => 1, G/g => 2, T/t => 3. Other bases are invalid.