powered by
get reverse complement and complement base of nucleotide sequences
complement(ntseq, reverse = FALSE)
Sequence (5' to 3') of one strand of the nucleic acid duplex as string or vector of characters
Logical value, TRUE is reverse complement sequence, FALSE is not.
citation("TmCalculator")
# NOT RUN { complement("ATCGYCGYsWwsaVv") complement("ATCGYCGYsWwsaVv",reverse=TRUE) # }
Run the code above in your browser using DataLab