| complement {TmCalculator} | R Documentation | 
complement and reverse complement base of nucleotide sequences
Description
get reverse complement and complement base of nucleotide sequences
Usage
complement(ntseq, reverse = FALSE)
Arguments
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.  | 
Author(s)
Junhui Li
References
citation("TmCalculator")
Examples
complement("ATCGYCGYsWwsaVv")
complement("ATCGYCGYsWwsaVv",reverse=TRUE)
[Package TmCalculator version 1.0.3 Index]