<< btd_seqcomplement BTD btd_seqshoworfs >>

BTD >> BTD > btd_seqrcomplement

btd_seqrcomplement

reverse complementary strand of a nucleotide sequence

Calling Function

y = btd_seqrcomplement(x)

Arguments

x

String of single-letter codes specifying a nucleotide sequence

y

Reverse complementary strand of a DNA or RNA nucleotide sequence

Description

y = btd_seqrcomplement(x) returns array string of reverse complementary strand of a given DNA sequence b.

Examples

y = btd_seqrcomplement("ATGC")
--> y = btd_seqrcomplement("ATGC")
 y  = 
 GCAT

See Also


Report an issue
<< btd_seqcomplement BTD btd_seqshoworfs >>