<< btd_avg_hydrophobicity Amino Acids btd_cleave >>

BTD >> BTD > Amino Acids > btd_basecount

btd_basecount

Count nucleotides in a amino acid sequence

Calling Function

y = btd_basecount(x)

Arguments

x

String of codes specifying a nucleotide sequence

y

A, T, G, C with their counts (column of text)

Description

y = btd_basecount(x) counts the number of all individual aminoacid in the given aminoacid sequence x.

Examples

y = btd_basecount("AATGCTTGGAA")
--> y = btd_basecount("AATGCTTGGAA")
 y  = 
!A  :  4  !
!T  :  3  !
!G  :  3  !
!C  :  1  !

See Also


Report an issue
<< btd_avg_hydrophobicity Amino Acids btd_cleave >>