Main Content
molweight
Calculate molecular weight of amino acid sequence
Syntax
molweight(
SeqAA
)
Arguments
SeqAA | Amino acid sequence. Enter a character vector, string, or a vector of integers from the
table Amino Acid Lookup. Examples:
|
Description
molweight(
calculates
the molecular weight for the amino acid sequence SeqAA
)SeqAA
.
Examples
Retrieve an amino acid sequence from the NCBI GenPept database.
rhodopsin = getgenpept('NP_000530');
Calculate the molecular weight of the sequence.
rhodopsinMW = molweight(rhodopsin) rhodopsinMW = 3.8892e+004
Version History
Introduced before R2006a
See Also
aacount
| atomiccomp
| isoelectric
| isotopicdist
| proteinplot