rev_comp
creates reverse complemented version of the input sequence
Examples
# reverse complement of codons
rev_comp(Biostrings::DNAStringSet(c('TAA', 'TAG')))
#> DNAStringSet object of length 2:
#> width seq
#> [1] 3 TTA
#> [2] 3 CTA
rev_comp
creates reverse complemented version of the input sequence
# reverse complement of codons
rev_comp(Biostrings::DNAStringSet(c('TAA', 'TAG')))
#> DNAStringSet object of length 2:
#> width seq
#> [1] 3 TTA
#> [2] 3 CTA