complement {TmCalculator} | R Documentation |
get reverse complement and complement base of nucleotide sequences
complement(ntseq, reverse = FALSE)
ntseq |
Sequence (5' to 3') of one strand of the nucleic acid duplex as string or vector of characters |
reverse |
Logical value, TRUE is reverse complement sequence, FALSE is not. |
Junhui Li
citation("TmCalculator")
complement("ATCGYCGYsWwsaVv")
complement("ATCGYCGYsWwsaVv",reverse=TRUE)