Skip to content

Commit a35495f

Browse files
jjgaoandreasprlic
authored andcommitted
/* How can I get the list of supported protein modifications? */
1 parent e49e346 commit a35495f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_wikis/BioJava:CookBook3:SupportedProtMod.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How can I get the list of supported protein modifications?
66
----------------------------------------------------------
77

88
The protmod module contains [an XML
9-
file](http://code.open-bio.org/svnweb/index.cgi/biojava/browse/biojava-live/trunk/biojava3-protmod/src/main/resources/org/biojava3/protmod),
9+
file](http://code.open-bio.org/svnweb/index.cgi/biojava/browse/biojava-live/trunk/biojava3-modfinder/src/main/resources/org/biojava3/protmod),
1010
defining a list of protein modifications, retrieved from [Protein Data
1111
Bank Chemical Component Dictrionary](http://www.wwpdb.org/ccd.html),
1212
[RESID](http://www.ebi.ac.uk/RESID/), and

_wikis/BioJava:CookBook3:SupportedProtMod.mediawiki

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
==How can I get the list of supported protein modifications?==
2-
The protmod module contains [http://code.open-bio.org/svnweb/index.cgi/biojava/browse/biojava-live/trunk/biojava3-protmod/src/main/resources/org/biojava3/protmod an XML file], defining a list of protein modifications, retrieved from [http://www.wwpdb.org/ccd.html Protein Data Bank Chemical Component Dictrionary], [http://www.ebi.ac.uk/RESID/ RESID], and [http://psidev.sourceforge.net/mod/ PSI-MOD]. It contains many common modifications such glycosylation, phosphorylation, acelytation, methylation, etc. Crosslinks are also included, such disulfide bonds and iso-peptide bonds.
2+
The protmod module contains [http://code.open-bio.org/svnweb/index.cgi/biojava/browse/biojava-live/trunk/biojava3-modfinder/src/main/resources/org/biojava3/protmod an XML file], defining a list of protein modifications, retrieved from [http://www.wwpdb.org/ccd.html Protein Data Bank Chemical Component Dictrionary], [http://www.ebi.ac.uk/RESID/ RESID], and [http://psidev.sourceforge.net/mod/ PSI-MOD]. It contains many common modifications such glycosylation, phosphorylation, acelytation, methylation, etc. Crosslinks are also included, such disulfide bonds and iso-peptide bonds.
33

44
The protmod maintains a registry of supported protein modifications. The list of protein modifications contained in the XML file will be automatically loaded. You can [[BioJava:CookBook3:AddProtMod | define and register a new protein modification]] if it has not been defined in the XML file. From the protein modification registry, a user can retrieve
55
* all protein modifications,

0 commit comments

Comments
 (0)