SELECT * FROM question_mgmt as q WHERE id=34 AND status=1 SELECT id,question_no,question,chapter FROM question_mgmt as q WHERE courseId=2 AND subId=7 AND chapterId=12 and ex_no='1' AND status=1 ORDER BY CAST(question_no AS UNSIGNED)

Question: Proteins have primary structure. If you are given a method to know which amino acid is at either of the two termini (ends) of a protein, can you connect this information to purity or homogeneity of a protein?

Answer:

Yes, if we are given a method to know the sequence of proteins, we can use this information to determine purity of a protein. It is known that an accurate sequence of a certain amino acid is very important for the functioning of a protein. If there is any change in the sequence, it would alter its structure, thereby altering the function. So by knowing sequence of a given protien, we can determine its structure and compare it with any of the known correct protein sequence. Any change in the sequence can be linked to the purity or homogeneity of a protein.

For example, a single change in the sequence of haemoglobin in P chain at 6th position can alter the normal haemoglobin structure to an abnormal structure that can cause sickle cell anaemia.


SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='7' AND ex_no!=0 AND status=1 and id!=34 ORDER BY views desc, last_viewed_on desc limit 0,10
SELECT ex_no,question,question_no,id,chapter FROM question_mgmt as q WHERE courseId='2' AND subId='7' AND ex_no!=0 AND status=1 and id!=34 ORDER BY last_viewed_on desc limit 0,10

Comments

  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


  • Answered by Ekta Mehta
  • 4 months ago

Taking Screenshots on your Samsung Galaxy M31s is very easy and quick.


Comment(s) on this Question