<< btd_ntdensity BTD btd_pyrimidinecomp >>

BTD >> BTD > btd_purinecomp

btd_purinecomp

Purine Composition of a DNA/RNA sequence

Calling Function

y = btd_purinecomp(x)

Arguments

x

String of single-letter codes specifying a DNA/RNA sequence

y

Percentage composition of adenine and guanine bases (as a string)

Description

y = btd_purinecomp(x) calulates composition of a purine in DNA sequence,that is number of A and G.

Examples

y = btd_purinecomp("ATCGATCGATCGTATATGCTAGCTA")
--> y = btd_purinecomp("ATCGATCGATCGTATATGCTAGCTA")
 y  = 

 48 % 

See Also


Report an issue
<< btd_ntdensity BTD btd_pyrimidinecomp >>