<< btd_proteinradius Amino Acids btd_volumeratio >>

BTD >> BTD > Amino Acids > btd_psv

btd_psv

Partial Specific Volume of a amino acid sequence

Calling Function

y = btd_psv(x)

Arguments

x

String of single-letter codes specifying a amino acid sequence

y

Partial specific volume of amino acid sequence, and its [ml/g] unit (as a row vector of 3 strings). The value can be retrieved as a decimal number with evstr(y(2)).

Examples

y = btd_psv('ACDEFGHIKLMNPQRSTVWY')
evstr(y(2))
--> y = btd_psv('ACDEFGHIKLMNPQRSTVWY')
 y  = 
!Approximate Partial Specific Volume:  1.1849858  ml/g  !

--> evstr(y(2))
 ans  =
   1.1849858

See Also


Report an issue
<< btd_proteinradius Amino Acids btd_volumeratio >>