Skip to content

Commit e814b32

Browse files
committed
Added definition for PLP (pyridoxin-5'-phosphate) protein modification to xml file and added unit test.
1 parent a327aeb commit e814b32

File tree

2 files changed

+38
-0
lines changed

2 files changed

+38
-0
lines changed

biojava-modfinder/src/main/resources/org/biojava/nbio/protmod/ptm_list.xml

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13694,4 +13694,40 @@
1369413694
<Category>attachment</Category>
1369513695
<Keyword>glycoprotein</Keyword>
1369613696
</Entry>
13697+
<Entry>
13698+
<Id>0430</Id>
13699+
<Description>A protein modification that effectively converts an L-lysine residue to N6-pyridoxal phosphate-L-lysine.</Description>
13700+
<SystematicName>(S)-2-amino-6-[([3-hydroxy-2-methyl-5-phosphonooxymethylpyridin-4-yl]methylidene)amino]hexanoic acid</SystematicName>
13701+
<CrossReference>
13702+
<Source>PDBCC</Source>
13703+
<Id>PLP</Id>
13704+
<Name>2-lysine(3-hydroxy-2-methyl-5-phosphonooxymethyl-pyridin-4-ylmethane)</Name>
13705+
</CrossReference>
13706+
<CrossReference>
13707+
<Source>RESID</Source>
13708+
<Id>AA0119</Id>
13709+
<Name>N6-pyridoxal phosphate-L-lysine</Name>
13710+
</CrossReference>
13711+
<CrossReference>
13712+
<Source>PSI-MOD</Source>
13713+
<Id>MOD:00128</Id>
13714+
<Name>N6-pyridoxal phosphate-L-lysine</Name>
13715+
</CrossReference>
13716+
<Condition>
13717+
<Component component="1">
13718+
<Id source="PDBCC">PLP</Id>
13719+
</Component>
13720+
<Component component="2">
13721+
<Id source="PDBCC">LYS</Id>
13722+
</Component>
13723+
<Bond>
13724+
<Atom component="1">C4A</Atom>
13725+
<Atom component="2">NZ</Atom>
13726+
</Bond>
13727+
</Condition>
13728+
<Occurrence>natural</Occurrence>
13729+
<Category>attachment</Category>
13730+
<Keyword>phosphoprotein</Keyword>
13731+
<Keyword>pyridoxal phosphate</Keyword>
13732+
</Entry>
1369713733
</ProteinModifications>

biojava-modfinder/src/test/java/org/biojava/nbio/protmod/structure/ProteinModificationParserTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,12 @@ public static String[][] setUpShortTest() {
6464
// {"1ZNF", "AA0053"}, // ACE on THR
6565
{"1MCC", "AA0045"}, // ACE on GLU
6666
{"1SCY", "AA0089"}, // NH2 on HIS
67+
{"5HNE", "AA0119"}, // PLP on LYS
6768

6869
// Modified resdiues
6970
{"1UIS", "AA0183"}, // NRQ
7071
{"3MVJ", "AA0037"}, // SEP
72+
{"5EUN", "AA0119"}, // LLP
7173

7274
// remediation changed 1DOJ...
7375
//{"1DOJ", "AA0065"}, // MEA

0 commit comments

Comments
 (0)