
Reverse complement
missyelliot.Rd
Take that flip it and reverse it
Examples
missyelliot("GATTACA")
#> GATTACA
#> "TGTAATC"
missyelliot(c("GATTACA", "CATATTAC"))
#> GATTACA CATATTAC
#> "TGTAATC" "GTAATATG"
missyelliot.Rd
Take that flip it and reverse it
missyelliot("GATTACA")
#> GATTACA
#> "TGTAATC"
missyelliot(c("GATTACA", "CATATTAC"))
#> GATTACA CATATTAC
#> "TGTAATC" "GTAATATG"