Learn R Programming

SeqKat (version 0.0.8)

get.pair: Get Pair

Description

Generates the reverse compliment of a nucleotide sequence

Usage

get.pair(x)

Arguments

x

asdf

Details

Reverses and compliments the bases of the input string. Bases must be (A, C, G, T, or N).

Examples

Run this code
# NOT RUN {
get.pair("GATTACA")
# }

Run the code above in your browser using DataLab