revTranscribe method

String revTranscribe()

Returns the reverse-transcribed version of this sequence.

Implementation

String revTranscribe() => this.seq.replaceAll('U', 'T');