<< btd_atomiccomp Amino Acids btd_avg_hydrophobicity >>

BTD >> BTD > Amino Acids > btd_atomicweight

btd_atomicweight

Atomic weight of C,N,O,H,S atoms in an amino acid sequence

Calling Function

y = btd_atomicweight(x)

Arguments

x

String of single-letter codes specifying a amino acid sequence

y

Atomic weight of amino acids as a (N,3) matrix of strings.

Examples

y = btd_atomicweight('ACDEFGHIKLMNPQRSTVWY')
evstr(y(:,2))
--> y = btd_atomicweight('ACDEFGHIKLMNPQRSTVWY')
 y  = 
!atomic weight :    2395.742  amu  !
!number of atoms :  327            !

--> evstr(y(:,2))
 ans  =
   2395.742
   327.

See Also


Report an issue
<< btd_atomiccomp Amino Acids btd_avg_hydrophobicity >>