Calculate molecular weight of amino acid sequence
molweight(
SeqAA
)
SeqAA | Amino acid sequence. Enter a character vector, string, or a vector of integers from the
tableAmino Acid Lookup. Examples:
|
molweight(
calculates
the molecular weight for the amino acid sequence SeqAA
)SeqAA
.
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
aacount
| atomiccomp
| isoelectric
| isotopicdist
| proteinplot