| Bioinformatics Toolbox | ![]() |
Calculate molecular weight of amino acid sequence
molweight(SeqAA)
SeqAA | Amino acid sequence. Enter a character string or a vector of integers from the table Amino Acid Lookup Table. Examples: 'ARN', [1 2 3]. You can also enter a structure with the field Sequence. |
molweight(SeqAA) calculates the molecular weight for the amino acid sequence SeqAA.
Get the protein sequence for cytochrome c and determine its molecular weight.
pirdata = getpir('cchu','SequenceOnly',true)
mwcchu = molweight(pirdata)
mwcchu =
1.1749e+004
Bioinformatics Toolbox functions aacount, atomiccomp
| msviewer | multialignread | ![]() |
© 1994-2005 The MathWorks, Inc.