A library to encode text as DNA and decode DNA to text.
copied from cf-staging / genespeakGeneSpeak allows you to encode regular text as DNA using
base-pairs (A
, C
, G
, T
) and convert back to the
original text. Text encoding is done for both ascii
and
utf-8
characters based on the strategy
keyword argument.