Main Content
atomiccomp
Calculate atomic composition of protein
Syntax
NumberAtoms
= atomiccomp(SeqAA
)
Arguments
| Amino acid sequence. Enter a character vector or vector
of integers from the table Mapping Amino Acid Letter Codes to Integers. You can also enter
a structure with the field |
Description
counts
the type and number of atoms in an amino acid sequence (NumberAtoms
= atomiccomp(SeqAA
)SeqAA
)
and returns the counts in a 1
-by-1
structure
(NumberAtoms
) with fields C
, H
, N
, O
,
and S
.
Examples
Version History
Introduced before R2006a