reverseIUPAC: reverse IUPAC

Description Usage Arguments Value Examples

Description

Takes one set of iupac characters and returns the reverse compliment

Usage

1
reverseIUPAC(stringIn)

Arguments

stringIn

a string of iupac characters

Value

returns a string equal in length to stringIn

Examples

1
2
3
motif<-"CANN"
reverseIUPAC("CANN")
# > NNTG

alexjgriffith/CCCA documentation built on May 10, 2019, 8:52 a.m.