<< btd_at2gcratio BTD btd_basecomp >>

BTD >> BTD > btd_atcontent

btd_atcontent

AT content of a DNA Sequence

Calling Function

y = btd_atcontent(x)

Arguments

x

input DNA sequence (string)

y

holds output AT content (percentage, as a string)

Description

y = btd_atcontent(b) calulates the number of A and T in a given DNA sequence b.

Examples

y = btd_atcontent("ATCGATCGATCGTATATGCTAGCTA")
--> y = btd_atcontent("ATCGATCGATCGTATATGCTAGCTA")
 y  = 
 60 % 

See Also


Report an issue
<< btd_at2gcratio BTD btd_basecomp >>