Skip to contents

Take that flip it and reverse it

Usage

missyelliot(x)

Arguments

x

A DNA sequence consisting of A, C, G, and T

Value

A reverse-complemented DNA sequence

Examples

missyelliot("GATTACA")
#>   GATTACA 
#> "TGTAATC"