Molweight function gives wrong values

조회 수: 2 (최근 30일)
amna chaudhary
amna chaudhary 2018년 4월 14일
댓글: Star Strider 2018년 4월 14일
Im trying to get the sum of molecular weights of an amino acid string, lets say, 'MKSHFATYQRV'. When I get molecular weights of individual amino acids it gives exact values. But when I apply molweight function to string of amino acids it gives a difference of 18 points. Please help me resolve it. TIA.

채택된 답변

Star Strider
Star Strider 2018년 4월 14일
I do not have the Bioinformatics Toolbox, so I cannot check this.
The function may assume that a string of amino acids are a peptide, the individual amino acids being covalently bonded to each other. Peptide bonds each involve a dehydration reaction, so there are likely fewer atoms in the peptide than in the individual amino acids. You can probably use the atomiccomp (link) function to check this.
The molecular weight of water is about 18, and there are 11 amino acids in your peptide, creating 10 peptide bonds, so while I cannot determine what you intend by ‘points’, the difference is likely 180 g/mole.
  댓글 수: 2
amna chaudhary
amna chaudhary 2018년 4월 14일
Thanks a lot. Got it. God bless you :)
Star Strider
Star Strider 2018년 4월 14일
As always, my pleasure!

댓글을 달려면 로그인하십시오.

추가 답변 (0개)

카테고리

Help CenterFile Exchange에서 Biological and Health Sciences에 대해 자세히 알아보기

태그

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by