<< btd_rho BTD btd_seqrcomplement >>

BTD >> BTD > btd_seqcomplement

btd_seqcomplement

Complementary strand of a nucleotide sequence

Calling Function

y = btd_seqcomplement(x)

Arguments

x

String of single-letter codes specifying a nucleotide sequence

y

Complementary strand of a DNA or RNA nucleotide sequence.

Description

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

Examples

y = btd_seqcomplement("ATGC")
--> y = btd_seqcomplement("ATGC")
 y  = 

 TACG

See Also


Report an issue
<< btd_rho BTD btd_seqrcomplement >>