# HG changeset patch
# User galaxyp
# Date 1368221465 14400
# Node ID cf0d72c7b48225d666a86b1fe829c1e08477c868
# Parent 5c65f8116244a1395acbb214d7273805732b20d2
Update.
diff -r 5c65f8116244 -r cf0d72c7b482 README.md
--- a/README.md Wed Dec 19 00:33:53 2012 -0500
+++ b/README.md Fri May 10 17:31:05 2013 -0400
@@ -1,4 +1,25 @@
-TODO: Document this tool repository.
+# OpenMS
+
+If there is a tool that is part of OpenMS but not available here, let
+John Chilton (jmchilton@gmail.com) and he will try to add it.
+
+These tools require Galaxy to be equipped with common proteomic
+datatypes. These can be obtained by installing Ira Cooke's ProtK via
+the tool shed or merging the changesets from the following repository
+into your Galaxy instance:
+
+ https://bitbucket.org/galaxyp/galaxy-dist-proteomics
+
+# Installing
+
+These tools all require OpenMS (at least version 1.10) and may require
+other dependencies (such as PepNovo for instance).
+
+For Galaxy-P we are installing this tool via CloudBioLinux
+(https://github.com/jmchilton/cloudbiolinux/blob/proteomics/cloudbio/custom/bio_proteomics.py). While
+this fabric script may not be exactly appropriate for your environment
+it may serve as a template for how to install this software.
+
# Obtaining Tools
Repositories for all Galaxy-P tools can be found at
diff -r 5c65f8116244 -r cf0d72c7b482 README_REPO.md
--- a/README_REPO.md Wed Dec 19 00:33:53 2012 -0500
+++ b/README_REPO.md Fri May 10 17:31:05 2013 -0400
@@ -1,9 +1,7 @@
# OpenMS
-This repository is in an early alpha state and many OpenMS tools are
-not yet available or are largely untested. If there is a tool that is
-part of OpenMS but not available here, let John Chilton
-(jmchilton@gmail.com) and he will try to add it.
+If there is a tool that is part of OpenMS but not available here, let
+John Chilton (jmchilton@gmail.com) and he will try to add it.
These tools require Galaxy to be equipped with common proteomic
datatypes. These can be obtained by installing Ira Cooke's ProtK via
@@ -14,12 +12,11 @@
# Installing
-These tools all require OpenMS and may require other dependencies
-(such as PepNovo for instance).
+These tools all require OpenMS (at least version 1.10) and may require
+other dependencies (such as PepNovo for instance).
For Galaxy-P we are installing this tool via CloudBioLinux
-(https://github.com/jmchilton/cloudbiolinux/blob/proteomics/cloudbio/custom/bio\
-_proteomics.py). While
+(https://github.com/jmchilton/cloudbiolinux/blob/proteomics/cloudbio/custom/bio_proteomics.py). While
this fabric script may not be exactly appropriate for your environment
it may serve as a template for how to install this software.
diff -r 5c65f8116244 -r cf0d72c7b482 baseline_filter.xml
--- a/baseline_filter.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/baseline_filter.xml Fri May 10 17:31:05 2013 -0400
@@ -2,9 +2,11 @@
Executes the top-hat filter to remove the baseline of an MS experiment.
-
- openms
-
+
+ macros.xml
+
+
+
openms_wrapper.py --executable 'BaselineFilter' --config $config
diff -r 5c65f8116244 -r cf0d72c7b482 build_mods_loc.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/build_mods_loc.py Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,23 @@
+#!/usr/bin/env python
+
+import xml.etree.ElementTree as ET
+
+tree = ET.parse('unimod.xml')
+ns = '{http://www.unimod.org/xmlns/schema/unimod_2}'
+modifications_el = tree.getroot().find('%smodifications' % ns)
+
+
+def to_label(title, site):
+ return "%s (%s)" % (title, site)
+
+
+labels = []
+for mod in modifications_el.findall('%smod' % ns):
+ for specificity in mod.findall('%sspecificity' % ns):
+ title = mod.get('title')
+ site = specificity.get('site')
+ labels.append(to_label(title, site))
+
+with open("openms_mods.loc", "w") as output:
+ for mod in sorted(labels, key=str.lower):
+ output.write("%s\n" % mod)
diff -r 5c65f8116244 -r cf0d72c7b482 compnovo.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/compnovo.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,69 @@
+
+
+ Performs a de novo peptide identification using the CompNovo engine.
+
+
+ macros.xml
+
+
+
+
+ #if str($mode) == "cid"
+ #set $executable = "CompNovoCID"
+ #else
+ #set $executable = "CompNovo"
+ #end if
+ openms_wrapper.py --executable '$executable' --config $config
+
+
+ [simple_options]
+in=${input1}
+out=${out}
+#set $fixed_mods_str=",".join([str($fixed_mod.fixed_mod) for $fixed_mod in $fixed_mods])
+#if $fixed_mods_str
+algorithm!fixed_modifications=$fixed_mods_str
+#end if
+#set $variable_mods_str=",".join([str($variable_mod.fixed_mod) for $variable_mod in $variable_mods])
+#if $variable_mods_str
+algorithm!variable_modifications=$variable_mods_str
+#end if
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+De novo peptide sequencing of mass spectrometry data.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.`` and ``Bertsch A, Leinenbach A, Pervukhin A, Lubeck M, Hartmer R, Baessmann C, et al.: De novo peptide sequencing by tandem MS using complementary CID and electron transfer dissociation. Electrophoresis 2009, 30:3736-3747.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 consensus_extract_features.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/consensus_extract_features.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,37 @@
+
diff -r 5c65f8116244 -r cf0d72c7b482 consensus_filter.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/consensus_filter.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,36 @@
+
+
+ Filters consensus results by different criteria.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'FileFilter' --config $config
+
+
+ [simple_options]
+in=$input1
+in_type=consensusXML
+out=$output
+out_type=consensusXML
+
+
+
+
+
+
+
+
+
+**What it does**
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 consensus_id.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/consensus_id.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,42 @@
+
+
+ Computes a consensus identification from peptide identification engines.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'ConsensusID' --config $config
+
+
+ [simple_options]
+in=${input1}
+out=${out}
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+This implementation (for PEPMatrix and PEPIons) is described in
+
+Nahnsen S, Bertsch A, Rahnenfuehrer J, Nordheim A, Kohlbacher O
+Probabilistic Consensus Scoring Improves Tandem Mass Spectrometry Peptide Identification
+Journal of Proteome Research (2011), DOI: 10.1021/pr2002879
+The input file can contain several searches, e.g., from several identification engines. In order to use the PEPMatrix or the PEPIons algorithm, posterior error probabilities (PEPs) need to be calculated using the IDPosteriorErrorProbability tool for all individual search engines. After PEP calculation, the different search engine results have to be combined using IDMerger. Identification runs can be mapped to featureXML and consensusXML with the IDMapper tool. The merged file can now be fed into into the ConsensusID tool. For the statistical assessment of the results it is recommended to use target-decoy databases for peptide identifications. The false discovery rates (FDRs) can be calculated using the FalseDiscoveryRate tool.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 decoy_database.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/decoy_database.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,53 @@
+
+
+ Create decoy protein/peptide databases from normal ones.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'DecoyDatabase' --config $config
+
+
+ [simple_options]
+in=${in}
+out=${out}
+decoy_string=${decoy_string}
+decoy_string_position=${decoy_string_position}
+append=${append}
+shuffle=${shuffle}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+Create decoy protein/peptide databases from normal ones.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 false_discovery_rate.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/false_discovery_rate.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,73 @@
+
+
+ Tool to estimate the false discovery rate on peptide and protein level.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'FalseDiscoveryRate' --config $config
+
+
+ [simple_options]
+#if $input.type == "combined"
+in=$input1
+algorithm!decoy_string=$input.decoy_string
+#else
+fwd_in=$input.forward_input
+rev_in=$input.forward_input
+#end if
+out=$output
+algorithm!q_value=$q_value
+algorithm!use_all_hits=$use_all_hits
+algorithm!split_charge_variants=$split_charge_variants
+algorithm!add_decoy_peptides=$add_decoy_peptides
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+This TOPP tool can calculate the false discovery rate (FDR) given a forward and backward search (or one run on a combined database). Most useful is this on protein level, however, it also can be applied to peptides.
+
+The false discovery rate is defined as the number of false discoveries (the hits in the reversed search) over the number of false and correct discoveries (the hits in both databases) with a score better than a given threshold.
+
+Prerequisites:
+
+When using a combined database of forward and reverse hits (thus only using one search run per ID engine), then use PeptideIndexer to index an idXML file generated by a search engine adapter, e.g. MascotAdapter. This will allow us to discern which peptides are from the target vs. decoy database.
+When no decoy hits were found you will get a warning saying something like:
+"FalseDiscoveryRate: #decoy sequences is zero! Setting all target sequences to q-value/FDR 0!"
+This should be a serious concern, since the target/decoy annotation in a previous step has probably a misconfigured database (see PeptideIndexer).
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 feature_filter.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/feature_filter.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,39 @@
+
+
+ Filters feature results by different criteria.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'FileFilter' --config $config
+
+
+ [simple_options]
+in=$input1
+in_type=featureXML
+out=$output
+out_type=featureXML
+feature!q=${min_quality or ''}:${max_quality or ''}
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 feature_finder_centroided.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/feature_finder_centroided.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,83 @@
+
+
+ The feature detection application for quantitation (centroided).
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'FeatureFinderCentroided' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$output
+algorithm!intensity!bins=$bins
+algorithm!mass_trace!mz_tolerance=$trace_mz_tolerance
+algorithm!mass_trace!min_spectra=$min_spectra
+algorithm!mass_trace!max_missing=$max_missing
+algorithm!seed!min_score=$seed_min_score
+algorithm!feature!min_score=$feature_min_score
+algorithm!feature!reported_mz=$reported_mz
+algorithm!isotopic_pattern!mz_tolerance=$isotopic_mz_tolerance
+algorithm!isotopic_pattern!charge_low=$charge_low
+algorithm!isotopic_pattern!charge_high=$charge_high
+#if $advanced_isotopic_pattern.specify
+algorithm!isotopic_pattern!abundance_12C=$abundance_12C
+algorithm!isotopic_pattern!abundance_14N=$abundance_14N
+#end if
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+The mapping is based on retention times and mass-to-charge values. Roughly, a peptide identification is assigned to a (consensus) feature if its position lies within the boundaries of the feature or close enough to the feature centroid. Peptide identifications that don't match anywhere are still recorded in the resulting map, as "unassigned peptides". Protein identifications are annotated to the whole map, i.e. not to any particular (consensus) feature.
+
+In all cases, tolerance in RT and m/z dimension is applied according to the parameters rt_tolerance and mz_tolerance. Tolerance is understood as "plus or minus x", so the matching range is actually increased by twice the tolerance value.
+
+If several features or consensus features overlap the position of a peptide identification (taking the allowed tolerances into account), the identification is annotated to all of them.
+
+Annotation of feature maps (featureXML input):
+If all features have at least one convex hull, peptide positions are matched against the bounding boxes of the convex hulls (of individual mass traces, if available) by default. If not, the positions of the feature centroids are used. The respective coordinates of the centroids are also used for matching (in place of the corresponding ranges from the bounding boxes) if feature:use_centroid_rt or feature:use_centroid_mz are true.
+
+Annotation of consensus maps (consensusXML input):
+Peptide positions are always matched against centroid positions. By default, the consensus centroids are used. However, if consensusfeature:use_subelements is set, the centroids of sub-features are considered instead. In this case, a peptide identification is mapped to a consensus feature if any of its sub-features matches.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 feature_finder_isotope_wavelet.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/feature_finder_isotope_wavelet.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,41 @@
+
+
+ The feature detection application for quantitation.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'FeatureFinderIsotopeWavelet' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$output
+
+
+
+
+
+
+
+
+
+**What it does**
+
+This module identifies "features" in a LC/MS map. By feature, we understand a peptide in a MS sample that reveals a characteristic isotope distribution. The algorithm computes positions in rt and m/z dimension and a charge estimate of each peptide.
+
+The algorithm identifies pronounced regions of the data around so-called seeds. In the next step, we iteratively fit a model of the isotope profile and the retention time to these data points. Data points with a low probability under this model are removed from the feature region. The intensity of the feature is then given by the sum of the data points included in its regions.
+
+Note:
+that the wavelet transform is very slow on high-resolution spectra (i.e. FT, Orbitrap). We recommend to use a noise or intensity filter to remove spurious points first and to speed-up the feature detection process.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 feature_finder_metabo.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/feature_finder_metabo.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,36 @@
+
+
+ Assembles metabolite features from singleton mass traces.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'FeatureFinderMetabo' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$output
+
+
+
+
+
+
+
+
+
+**What it does**
+
+Mass traces alone would allow for further analyzes such as metabolite ID or statistical evaluation. However, in general, monoisotopic mass traces are accompanied with satellite C13 peaks and thus may render the analysis more difficult. FeatureFinderMetabo fulfills a further data reduction step by assembling compatible mass traces to metabolite features (that is, mass traces all stemming from one metabolite). To this end, multiple metabolite hypotheses are formulated and scored according to how well differences in RT and m/z or intensity ratios match to those of theoretical isotope patterns.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 feature_finder_mrm.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/feature_finder_mrm.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,36 @@
+
+
+ The feature detection application for quantitation.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'FeatureFinderMRM' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$output
+
+
+
+
+
+
+
+
+
+**What it does**
+
+This module identifies "features" in a LC/MS map. By feature, we understand a peptide in a MS sample that reveals a characteristic isotope distribution. The algorithm computes positions in rt and m/z dimension and a charge estimate of each peptide.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 feature_finder_raw.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/feature_finder_raw.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,44 @@
+
+
+ Identifies peptide features in raw (i.e. profile) LC-MS data.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'FeatureFinderRaw' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$output
+sample!charge=${min_charge}:${max_charge}
+sample!peaks_per_peptide=${min_peaks_per_peptide}:${max_peaks_per_peptide}
+algorithm!rt_threshold=$rt_threshold
+algorithm!rt_min=$rt_min
+algorithm!intensity_cutoff=$intensity_cutoff
+algorithm!intensity_correlation=$intensity_correlation
+algorithm!model_deviation=$model_deviation
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+FeatureFinderRaw is a tool for the identification of peptide features in profile LC-MS data.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 feature_linker_labeled.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/feature_linker_labeled.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,38 @@
+
+
+ Groups corresponding isotope-labeled features in a feature map.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'FeatureLinkedLabeled' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$output
+
+
+
+
+
+
+
+
+
+**What it does**
+
+This tool provides an algorithm for grouping corresponding features in isotope-labeled experiments. For more details and algorithm-specific parameters (set in the ini file) see "Detailed Description" in the algorithm documentation.
+
+FeatureLinkerLabeled takes one feature map (featureXML file) and stores the corresponding features in a consensus map (consensusXML file). Feature maps can be created from MS experiments (peak data) using one of the FeatureFinder TOPP tools.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 feature_linker_unlabeled.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/feature_linker_unlabeled.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,51 @@
+
+
+ Groups corresponding features from multiple maps.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'FeatureLinkedUnlabeled' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$output
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+This tool provides an algorithm for grouping corresponding features in multiple runs of label-free experiments. For more details and algorithm-specific parameters (set in the INI file) see "Detailed Description" in the algorithm documentation or the INI file table below.
+
+FeatureLinkerUnlabeled takes several feature maps (featureXML files) and stores the corresponding features in a consensus map (consensusXML file). Feature maps can be created from MS experiments (peak data) using one of the FeatureFinder TOPP tools.
+
+Advanced users can convert the consensusXML generated by this tool to EDTA using FileConverter and plot the distribution of distances in RT (or m/z) between different input files (can be done in Excel). The distribution should be Gaussian-like with very few points beyond the tails. Points far away from the Gaussian indicate a too wide tolerance. A Gaussian with its left/right tail trimmed indicates a too narrow tolerance.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 file_info.xml
--- a/file_info.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/file_info.xml Fri May 10 17:31:05 2013 -0400
@@ -2,9 +2,11 @@
Shows basic information about the file, such as data ranges and file type.
-
- openms
-
+
+ macros.xml
+
+
+
openms_wrapper.py --executable 'FileInfo' --config $config
diff -r 5c65f8116244 -r cf0d72c7b482 high_res_precursosr_mass_corrector.xml
--- a/high_res_precursosr_mass_corrector.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/high_res_precursosr_mass_corrector.xml Fri May 10 17:31:05 2013 -0400
@@ -2,9 +2,11 @@
precursor m/z correction on picked (centroided) high resolution data.
-
- openms
-
+
+ macros.xml
+
+
+
[simple_options]
in=${input}
diff -r 5c65f8116244 -r cf0d72c7b482 id_file_converter.xml
--- a/id_file_converter.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/id_file_converter.xml Fri May 10 17:31:05 2013 -0400
@@ -2,9 +2,11 @@
Converts identification engine file formats.
-
- openms
-
+
+ macros.xml
+
+
+
openms_wrapper.py --executable 'IDFileConverter' --config $config
diff -r 5c65f8116244 -r cf0d72c7b482 id_filter.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/id_filter.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,48 @@
+
+
+ Filters protein identification engine results by different criteria.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'IDFilter' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$output
+score!pep=$peptide_score
+score!prot=$protein_score
+thresh!pep=$peptide_threshold
+thresh!prot=$protein_threshold
+best!n_peptide_hits=$n_peptide_hits
+best!n_protein_hits=$n_protein_hits
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+This tool is used to filter the identifications found by a peptide/protein identification tool like Mascot. Different filters can be applied.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 id_mapper.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/id_mapper.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,90 @@
+
+
+ Assigns protein/peptide identifications to features or consensus features.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'IDMapper' --config $config
+
+
+ [simple_options]
+id=$id_input
+in=$type.map_input
+#set $input_type = str($type.input_type)
+#if $input_type == "consensusxml"
+consensusfeature!use_subelements=$type.use_subelements
+#end if
+#if $input_type == "featurexml"
+feature!use_centroid_rt=$type.use_centroid_rt
+feature!use_centroid_mz=$type.use_centroid_mz
+#end if
+out=$map_output
+rt_tolerance=$rt_tolerance
+mz_tolerance=$mz_tolerance
+mz_measure=$mz_measure
+mz_reference=$mz_reference
+ignore_charge=$ignore_charge
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+The mapping is based on retention times and mass-to-charge values. Roughly, a peptide identification is assigned to a (consensus) feature if its position lies within the boundaries of the feature or close enough to the feature centroid. Peptide identifications that don't match anywhere are still recorded in the resulting map, as "unassigned peptides". Protein identifications are annotated to the whole map, i.e. not to any particular (consensus) feature.
+
+In all cases, tolerance in RT and m/z dimension is applied according to the parameters rt_tolerance and mz_tolerance. Tolerance is understood as "plus or minus x", so the matching range is actually increased by twice the tolerance value.
+
+If several features or consensus features overlap the position of a peptide identification (taking the allowed tolerances into account), the identification is annotated to all of them.
+
+Annotation of feature maps (featureXML input):
+If all features have at least one convex hull, peptide positions are matched against the bounding boxes of the convex hulls (of individual mass traces, if available) by default. If not, the positions of the feature centroids are used. The respective coordinates of the centroids are also used for matching (in place of the corresponding ranges from the bounding boxes) if feature:use_centroid_rt or feature:use_centroid_mz are true.
+
+Annotation of consensus maps (consensusXML input):
+Peptide positions are always matched against centroid positions. By default, the consensus centroids are used. However, if consensusfeature:use_subelements is set, the centroids of sub-features are considered instead. In this case, a peptide identification is mapped to a consensus feature if any of its sub-features matches.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 id_merger.xml
--- a/id_merger.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/id_merger.xml Fri May 10 17:31:05 2013 -0400
@@ -2,27 +2,23 @@
Merges several idXML files into one idXML file.
-
- openms
-
+
+ macros.xml
+
+
+
openms_wrapper.py --executable 'IDMerger' --config $config
[simple_options]
-#set $in_str = ""
-#for $input in $inputs
-#set $in_str = $input.input + " " $in_str
-#end for
-in="${in_str}"
+in=${",".join(map(str, $inputs))}
out=${out}
annotate_file_origin=${annotate_file_origin}
-
-
-
+
diff -r 5c65f8116244 -r cf0d72c7b482 id_posterior_error_probability.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/id_posterior_error_probability.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,45 @@
+
+
+ Tool to estimate the probability of peptide hits to be incorrectly assigned.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'IDPosteriorErrorProbability' --config $config
+
+
+ [simple_options]
+in=${input1}
+out=${out}
+split_charge=${split_charge}
+top_hits_only=${top_hits_only}
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+By default an estimation is performed using the (inverse) Gumbel distribution for incorrectly assigned sequences and a Gaussian distribution for correctly assigned sequences. The probabilities are calculated by using Bayes' law, similar to PeptideProphet. Alternatively, a second Gaussian distribution can be used for incorrectly assigned sequences. At the moment, IDPosteriorErrorProbability is able to handle X!Tandem, Mascot, MyriMatch and OMSSA scores.
+
+No target/decoy information needs to be provided, since the model fits are done on the mixed distribution.
+
+In order to validate the computed probabilities one can adjust the fit_algorithm subsection.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 idxml_exporter.py
--- a/idxml_exporter.py Wed Dec 19 00:33:53 2012 -0500
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,68 +0,0 @@
-from xml.sax import make_parser, ContentHandler
-from optparse import OptionParser
-
-
-def main():
- (options, _) = _parse_args()
- with open(options.output, "w") as out:
- parser = make_parser()
- handler = _get_handler(options, out)
- parser.setContentHandler(handler)
- parser.parse(open(options.input, "r"))
-
-
-def _get_handler(option, out):
- return PeptideHandler(out)
-
-
-class PeptideHandler(ContentHandler):
- record_values = {
- "IdentificationRun": ["search_engine"],
- "PeptideIdentification": ["score_type", "significance_threshold", "MZ", "RT"],
- "PeptideHit": ["score", "sequence", "charge"],
- }
-
- def __init__(self, output):
- self.output = output
-
- def __record_values(self, keys, attrs):
- for key in keys:
- setattr(self, key, attrs.get(key, None))
-
- def startElement(self, name, attrs):
- self._set_attributes(name, attrs)
-
- def endElement(self, name):
- if name == "PeptideHit":
- self._write_peptide()
- # reset values for element
- self._set_attributes(name, {})
-
- def _write_peptide(self):
- col_keys = ["score", "peptide", "score_type", "charge", "MZ", "RT"]
- row_values = self._get_values(col_keys)
- row = "\t".join(row_values)
- self._write_line(row)
-
- def _write_line(self, line):
- self.output.write(line)
- self.output.write("\n")
-
- def _get_values(self, keys):
- return [getattr(self, key, "") for key in keys]
-
- def _set_attributes(self, name, attrs):
- for element_name, element_attributes in self.record_values.iteritems():
- if name == element_name:
- self.__record_values(element_attributes, attrs)
-
-
-def _parse_args():
- parser = OptionParser()
- parser.add_option("--input", dest="input")
- parser.add_option("--output", dest="output")
- parser.add_option("--type", dest="type", choices=["peptide"])
- return parser.parse_args()
-
-if __name__ == "__main__":
- main()
diff -r 5c65f8116244 -r cf0d72c7b482 idxml_to_peptides.xml
--- a/idxml_to_peptides.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/idxml_to_peptides.xml Fri May 10 17:31:05 2013 -0400
@@ -1,11 +1,13 @@
-
- openms
-
+
+ macros.xml
+
+
+
- idxml_exporter.py --type peptide --in ${in} --out ${out}
+ openms_exporter.py --type peptide --in ${in} --out ${out}
diff -r 5c65f8116244 -r cf0d72c7b482 idxml_to_tabular.xml
--- a/idxml_to_tabular.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/idxml_to_tabular.xml Fri May 10 17:31:05 2013 -0400
@@ -2,9 +2,11 @@
Converts identification engine file formats.
-
- openms
-
+
+ macros.xml
+
+
+
openms_wrapper.py --executable 'TextExporter' --config $config
diff -r 5c65f8116244 -r cf0d72c7b482 isobaric_analyzer.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/isobaric_analyzer.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,112 @@
+
+
+ Extracts and normalizes iTRAQ/TMT information from an MS experiment.
+
+
+ macros.xml
+
+
+
+
+ #set $label_type = str($type.label_type)
+ #if $label_type == "tmt-6plex"
+ #set $program = "TMTAnalyzer"
+ #else
+ #set $program = "ITRAQAnalyzer"
+ #end if
+ openms_wrapper.py
+ --executable '$program' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$out
+Extraction!reporter_mass_shift=$reporter_mass_shift
+Extraction!select_activation=$select_activation
+Quantification!isotope_correction=$isotope_correction
+Quantification!do_normalization=$do_normalization
+Quantification!channel_reference=$type.channel_reference
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+Extract the iTRAQ reporter ion intensities (4plex or 8plex) from raw MS2 data, does isotope corrections and stores the resulting quantitation as consensusXML, where each consensus centroid corresponds to one iTRAQ MS2 scan (e.g., HCD). The position of the centroid is the precursor position, its sub-elements are the channels (thus having m/z's of 113-121).
+
+Isotope correction is done using non-negative least squares (NNLS), i.e.,
+
+Minimize ||Ax - b||, subject to x >= 0, where b is the vector of observed reporter intensities (with 'contaminating' isotope species), A is a correction matrix (as supplied by the manufacturer AB Sciex) and x is the desired vector of corrected (real) reporter intensities. Other software solves this problem using an inverse matrix multiplication, but this can yield entries in x which are negative. In a real sample, this solution cannot possibly be true, so usually negative values (= negative reporter intensities) are set to 0. However, a negative result usually means, that noise was not accounted for thus we use NNLS to get a non-negative solution, without the need to truncate negative values. In (the usual) case that inverse matrix multiplication yields only positive values, our NNLS will give the exact same optimal solution.
+
+The correction matrices can be found (and changed) in the INI file. However, these matrices for both 4plex and 8plex are now stable, and every kit delivered should have the same isotope correction values. Thus, there should be no need to change them, but feel free to compare the values in the INI file with your kit's Certificate.
+
+After this quantitation step, you might want to annotate the consensus elements with the respective identifications, obtained from an identification pipeline. Note that quantification is solely on peptide level at this stage. In order to obtain protein quantifications, you can try TextExporter to obtain a simple text format which you can feed to other software tools (e.g., R), or you can try ProteinQuantifier.
+
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.`` and ``PepNovo: De Novo Peptide Sequencing via Probabilistic Network Modeling. Frank, A. and Pevzner, P. Analytical Chemistry 77:964-973, 2005.``.
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 macros.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/macros.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,83 @@
+
+
+
+
+
+
+
+
+ openms
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff -r 5c65f8116244 -r cf0d72c7b482 myrimatch_adapter.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/myrimatch_adapter.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,86 @@
+
+
+
+
+ macros.xml
+
+
+
+ myrimatch
+
+
+ openms_wrapper.py
+ --executable '__SHELL__' --config $setup
+ --executable 'MyriMatchAdapter' --config $config
+
+
+
+ ln -s $input1 'input.mzML'; ln -s $database 'db.fasta'
+
+ [simple_options]
+in=input.mzML
+database=db.fasta
+out=$out
+myrimatch_executable=@WHICH(myrimatch)@
+threads=4
+variable_modifications=${variable_modifications or ''}
+fixed_modifications=${fixed_modifications or ''}
+precursor_mass_tolerance=$precursor_mass_tolerance
+precursor_mass_tolerance_unit=$precursor_mass_tolerance_unit
+fragment_mass_tolerance=$fragment_mass_tolerance
+fragment_mass_tolerance_unit=$fragment_mass_tolerance_unit
+min_precursor_charge=$min_precursor_charge
+max_precursor_charge=$max_precursor_charge
+MaxDynamicMods=$max_dynamic_mods
+TicCutoffPercentage=$tic_cutoff_percentage
+NumChargeStates=$num_charge_states
+CleavageRules=$cleavage_rules
+MinTerminiCleavages=$min_termini_cleavages
+MaxMissedCleavages=$max_missed_cleavages
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.`` and ``PepNovo: De Novo Peptide Sequencing via Probabilistic Network Modeling. Frank, A. and Pevzner, P. Analytical Chemistry 77:964-973, 2005.``.
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 noise_filter.xml
--- a/noise_filter.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/noise_filter.xml Fri May 10 17:31:05 2013 -0400
@@ -2,9 +2,11 @@
Utilize a filter to reduce the noise in an MS experiment.
-
- openms
-
+
+ macros.xml
+
+
+
#if $filter.type == "gaussian"
#set $filter_exec = "NoiseFilterGaussian"
diff -r 5c65f8116244 -r cf0d72c7b482 omssa_adapter.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/omssa_adapter.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,92 @@
+
+
+
+
+ macros.xml
+
+
+
+ omssa
+
+
+
+ openms_wrapper.py
+ --executable '__SHELL__' --config $setup
+ --executable 'OMSSAAdapter' --config $config
+
+
+
+ ln -s $database db.fasta; makeblastdb -dbtype prot -parse_seqids -in 'db.fasta'
+
+ [simple_options]
+in=$input1
+out=$out
+database=db.fasta.psq
+omssa_executable=@WHICH(omssacl)@
+variable_modifications=${variable_modifications or ''}
+fixed_modifications=${fixed_modifications or ''}
+precursor_mass_tolerance=$precursor_mass_tolerance
+#if $precursor_mass_tolerance_unit == "ppm"
+precursor_mass_tolerance_unit_ppm=true
+#end if
+fragment_mass_tolerance=$fragment_mass_tolerance
+min_precursor_charge=$min_precursor_charge
+max_precursor_charge=$max_precursor_charge
+v=$v
+e=$e
+hl=$hl
+he=$he
+threads=4
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.`` and ``PepNovo: De Novo Peptide Sequencing via Probabilistic Network Modeling. Frank, A. and Pevzner, P. Analytical Chemistry 77:964-973, 2005.``.
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 openms_exporter.py
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/openms_exporter.py Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,104 @@
+from xml.sax import make_parser, ContentHandler
+from optparse import OptionParser
+
+
+def main():
+ (options, _) = _parse_args()
+ with open(options.output, "w") as out:
+ parser = make_parser()
+ handler = _get_handler(options)(out)
+ parser.setContentHandler(handler)
+ parser.parse(open(options.input, "r"))
+
+
+def _get_handler(options):
+ return handlers[options.type]
+
+
+class OpenMsContentHandler(ContentHandler):
+
+ def __record_values(self, keys, attrs):
+ for key in keys:
+ setattr(self, key, attrs.get(key, None))
+
+ def _get_values(self, keys):
+ return [getattr(self, key, "") for key in keys]
+
+ def _set_attributes(self, name, attrs):
+ for element_name, element_attributes in self.record_values.iteritems():
+ if name == element_name:
+ self.__record_values(element_attributes, attrs)
+
+ def _write_line(self, line):
+ self.output.write(line)
+ self.output.write("\n")
+
+ def startElement(self, name, attrs):
+ self._set_attributes(name, attrs)
+
+ def _handleElement(self, name):
+ pass
+
+ def endElement(self, name):
+ self._handleElement(name)
+ self._set_attributes(name, {})
+
+ def _write_row(self, col_keys):
+ row_values = self._get_values(col_keys)
+ row = "\t".join(row_values)
+ self._write_line(row)
+
+
+class FeatureHullHandler(OpenMsContentHandler):
+ record_values = {
+ "feature": ["id"],
+ "convexhull": ["nr"],
+ "pt": ["x", "y"]
+ }
+
+ def __init__(self, output):
+ self.output = output
+
+ def _handleElement(self, name):
+ if name == "pt":
+ self._write_point()
+
+ def _write_point(self):
+ col_keys = ["id", "nr", "x", "y"]
+ self._write_row(col_keys)
+
+
+class PeptideHandler(OpenMsContentHandler):
+ record_values = {
+ "IdentificationRun": ["search_engine"],
+ "PeptideIdentification": ["score_type", "significance_threshold", "MZ", "RT"],
+ "PeptideHit": ["score", "sequence", "charge"],
+ }
+
+ def __init__(self, output):
+ self.output = output
+
+ def _handleElement(self, name):
+ if name == "PeptideHit":
+ self._write_peptide()
+
+ def _write_peptide(self):
+ col_keys = ["score", "sequence", "score_type", "charge", "MZ", "RT"]
+ self._write_row(col_keys)
+
+
+handlers = {
+ "peptide": PeptideHandler,
+ "feature_hull": FeatureHullHandler,
+}
+
+
+def _parse_args():
+ parser = OptionParser()
+ parser.add_option("--input", dest="input")
+ parser.add_option("--output", dest="output")
+ parser.add_option("--type", dest="type", choices=["peptide", "feature_hull"])
+ return parser.parse_args()
+
+if __name__ == "__main__":
+ main()
diff -r 5c65f8116244 -r cf0d72c7b482 openms_mods.loc
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/openms_mods.loc Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,928 @@
+15dB-biotin (C)
+2HPG (R)
+3sulfo (N-term)
+4-ONE (C)
+4-ONE (H)
+4-ONE (K)
+4-ONE+Delta:H(-2)O(-1) (C)
+4-ONE+Delta:H(-2)O(-1) (H)
+4-ONE+Delta:H(-2)O(-1) (K)
+a-type-ion (C-term)
+AccQTag (K)
+AccQTag (N-term)
+Acetyl (C)
+Acetyl (H)
+Acetyl (K)
+Acetyl (N-term)
+Acetyl (N-term)
+Acetyl (S)
+Acetyl (T)
+Acetyl (Y)
+Acetyl:2H(3) (K)
+Acetyl:2H(3) (N-term)
+ADP-Ribosyl (C)
+ADP-Ribosyl (E)
+ADP-Ribosyl (N)
+ADP-Ribosyl (R)
+ADP-Ribosyl (S)
+AEBS (H)
+AEBS (K)
+AEBS (N-term)
+AEBS (S)
+AEBS (Y)
+AEC-MAEC (S)
+AEC-MAEC (T)
+AEC-MAEC:2H(4) (S)
+AEC-MAEC:2H(4) (T)
+Ala->Asp (A)
+Ala->Glu (A)
+Ala->Gly (A)
+Ala->Pro (A)
+Ala->Ser (A)
+Ala->Thr (A)
+Ala->Val (A)
+Amidated (C-term)
+Amidated (C-term)
+Amidine (K)
+Amidine (N-term)
+Amidino (C)
+Amino (Y)
+Ammonia-loss (C)
+Ammonia-loss (N)
+Ammonia-loss (S)
+Ammonia-loss (T)
+Archaeol (C)
+Arg->Cys (R)
+Arg->Gln (R)
+Arg->GluSA (R)
+Arg->Gly (R)
+Arg->His (R)
+Arg->Ile (R)
+Arg->Lys (R)
+Arg->Met (R)
+Arg->Npo (R)
+Arg->Orn (R)
+Arg->Pro (R)
+Arg->Ser (R)
+Arg->Thr (R)
+Arg->Trp (R)
+Arg2PG (R)
+Argbiotinhydrazide (R)
+Asn->Asp (N)
+Asn->His (N)
+Asn->Ile (N)
+Asn->Lys (N)
+Asn->Ser (N)
+Asn->Thr (N)
+Asn->Tyr (N)
+Asp->Ala (D)
+Asp->Asn (D)
+Asp->Glu (D)
+Asp->Gly (D)
+Asp->His (D)
+Asp->Tyr (D)
+Asp->Val (D)
+BADGE (C)
+BDMAPP (H)
+BDMAPP (K)
+BDMAPP (N-term)
+BDMAPP (W)
+BDMAPP (Y)
+Benzoyl (K)
+Benzoyl (N-term)
+BHT (C)
+BHT (H)
+BHT (K)
+BHTOH (C)
+BHTOH (H)
+BHTOH (K)
+Biotin (K)
+Biotin (N-term)
+Biotin-HPDP (C)
+Biotin-PEO-Amine (C-term)
+Biotin-PEO-Amine (D)
+Biotin-PEO-Amine (E)
+Biotin-PEO4-hydrazide (C-term)
+Biotin-phenacyl (C)
+Biotin-phenacyl (H)
+Biotin-phenacyl (S)
+BisANS (K)
+BMOE (C)
+Bodipy (C)
+Bromo (F)
+Bromo (H)
+Bromo (W)
+Bromobimane (C)
+C8-QAT (K)
+C8-QAT (N-term)
+CAF (N-term)
+CAMthiopropanoyl (K)
+CAMthiopropanoyl (N-term)
+Can-FP-biotin (S)
+Can-FP-biotin (T)
+Can-FP-biotin (Y)
+Carbamidomethyl (C)
+Carbamidomethyl (D)
+Carbamidomethyl (E)
+Carbamidomethyl (H)
+Carbamidomethyl (K)
+Carbamidomethyl (N-term)
+Carbamyl (C)
+Carbamyl (K)
+Carbamyl (M)
+Carbamyl (N-term)
+Carbamyl (R)
+Carboxy (D)
+Carboxy (E)
+Carboxy (K)
+Carboxy (M)
+Carboxy (W)
+Carboxy->Thiocarboxy (G)
+Carboxyethyl (K)
+Carboxymethyl (C)
+Carboxymethyl (K)
+Carboxymethyl (N-term)
+Carboxymethyl (W)
+Carboxymethyl:13C(2) (C)
+Cation:Cu[I] (C-term)
+Cation:Cu[I] (D)
+Cation:Cu[I] (E)
+Cation:K (C-term)
+Cation:K (D)
+Cation:K (E)
+Cation:Na (C-term)
+Cation:Na (D)
+Cation:Na (E)
+cGMP (C)
+cGMP+RMP-loss (C)
+CHDH (D)
+Cholesterol (C-term)
+CLIP_TRAQ_1 (K)
+CLIP_TRAQ_1 (N-term)
+CLIP_TRAQ_1 (Y)
+CLIP_TRAQ_2 (K)
+CLIP_TRAQ_2 (N-term)
+CLIP_TRAQ_2 (Y)
+CLIP_TRAQ_3 (K)
+CLIP_TRAQ_3 (N-term)
+CLIP_TRAQ_3 (Y)
+CLIP_TRAQ_4 (K)
+CLIP_TRAQ_4 (N-term)
+CLIP_TRAQ_4 (Y)
+CoenzymeA (C)
+Crotonaldehyde (C)
+Crotonaldehyde (H)
+Crotonaldehyde (K)
+CuSMo (C)
+Cy3b-maleimide (C)
+Cyano (C)
+CyDye-Cy3 (C)
+CyDye-Cy5 (C)
+Cys->Arg (C)
+Cys->Dha (C)
+Cys->Gly (C)
+Cys->Oxoalanine (C)
+Cys->Phe (C)
+Cys->PyruvicAcid (C)
+Cys->Ser (C)
+Cys->Trp (C)
+Cys->Tyr (C)
+Cysteinyl (C)
+Cytopiloyne (C)
+Cytopiloyne (K)
+Cytopiloyne (N-term)
+Cytopiloyne (P)
+Cytopiloyne (R)
+Cytopiloyne (S)
+Cytopiloyne (Y)
+Cytopiloyne+water (C)
+Cytopiloyne+water (K)
+Cytopiloyne+water (N-term)
+Cytopiloyne+water (R)
+Cytopiloyne+water (S)
+Cytopiloyne+water (T)
+Cytopiloyne+water (Y)
+DAET (S)
+DAET (T)
+Dansyl (K)
+Dansyl (N-term)
+Deamidated (F)
+Deamidated (N)
+Deamidated (Q)
+Deamidated (R)
+Deamidated:18O(1) (N)
+Deamidated:18O(1) (Q)
+Decanoyl (S)
+Decanoyl (T)
+Dehydrated (C)
+Dehydrated (D)
+Dehydrated (N)
+Dehydrated (Q)
+Dehydrated (S)
+Dehydrated (T)
+Dehydrated (Y)
+Dehydro (C)
+Delta:H(1)O(-1)18O(1) (N)
+Delta:H(2)C(2) (H)
+Delta:H(2)C(2) (K)
+Delta:H(2)C(3) (K)
+Delta:H(2)C(3)O(1) (K)
+Delta:H(2)C(3)O(1) (R)
+Delta:H(2)C(5) (K)
+Delta:H(4)C(2) (H)
+Delta:H(4)C(2) (K)
+Delta:H(4)C(2)O(-1)S(1) (S)
+Delta:H(4)C(3) (H)
+Delta:H(4)C(3) (K)
+Delta:H(4)C(3)O(1) (C)
+Delta:H(4)C(3)O(1) (H)
+Delta:H(4)C(3)O(1) (K)
+Delta:H(4)C(6) (K)
+Delta:H(5)C(2) (P)
+Delta:H(6)C(6)O(1) (K)
+Delta:H(8)C(6)O(2) (K)
+Delta:Hg(1) (C)
+Delta:S(-1)Se(1) (C)
+Delta:S(-1)Se(1) (M)
+Delta:Se(1) (C)
+Deoxy (D)
+Deoxy (S)
+Deoxy (T)
+DeStreak (C)
+Dethiomethyl (M)
+DFDNB (K)
+DFDNB (N)
+DFDNB (Q)
+DFDNB (R)
+dHex (S)
+dHex (T)
+dHex(1)Hex(3)HexNAc(4) (N)
+dHex(1)Hex(4)HexNAc(4) (N)
+dHex(1)Hex(5)HexNAc(4) (N)
+DHP (C)
+Diacylglycerol (C)
+Dibromo (Y)
+Didehydro (K)
+Didehydro (S)
+Didehydro (T)
+Didehydro (Y)
+Didehydroretinylidene (K)
+Diethyl (K)
+Diethyl (N-term)
+Dihydroxyimidazolidine (R)
+Diiodo (Y)
+Diironsubcluster (C)
+Diisopropylphosphate (S)
+Diisopropylphosphate (T)
+Diisopropylphosphate (Y)
+Dimethyl (K)
+Dimethyl (N)
+Dimethyl (N-term)
+Dimethyl (P)
+Dimethyl (R)
+Dimethyl:2H(4) (K)
+Dimethyl:2H(4) (N-term)
+Dimethyl:2H(4) (N-term)
+Dimethyl:2H(4)13C(2) (K)
+Dimethyl:2H(4)13C(2) (N-term)
+Dimethyl:2H(6)13C(2) (R)
+DimethylpyrroleAdduct (K)
+Dioxidation (C)
+Dioxidation (F)
+Dioxidation (K)
+Dioxidation (M)
+Dioxidation (P)
+Dioxidation (R)
+Dioxidation (W)
+Dioxidation (Y)
+Diphthamide (H)
+Dipyrrolylmethanemethyl (C)
+dNIC (N-term)
+DTBP (K)
+DTBP (N)
+DTBP (N-term)
+DTBP (Q)
+DTBP (R)
+DTT_C (C)
+DTT_C:2H(6) (C)
+DTT_ST (S)
+DTT_ST (T)
+DTT_ST:2H(6) (S)
+DTT_ST:2H(6) (T)
+EDT-iodoacetyl-PEO-biotin (S)
+EDT-iodoacetyl-PEO-biotin (T)
+EDT-maleimide-PEO-biotin (S)
+EDT-maleimide-PEO-biotin (T)
+EQAT (C)
+EQAT:2H(5) (C)
+EQIGG (K)
+ESP (K)
+ESP (N-term)
+ESP:2H(10) (K)
+ESP:2H(10) (N-term)
+Ethanedithiol (S)
+Ethanedithiol (T)
+Ethanolamine (C-term)
+Ethanolamine (D)
+Ethanolamine (E)
+Ethanolyl (C)
+Ethyl (E)
+Ethyl (K)
+Ethyl (N-term)
+Ethyl (N-term)
+ExacTagAmine (K)
+ExacTagThiol (C)
+FAD (C)
+FAD (H)
+FAD (Y)
+Farnesyl (C)
+Fluorescein (C)
+Fluoro (F)
+Fluoro (W)
+Fluoro (Y)
+FMN (S)
+FMN (T)
+FMNC (C)
+FMNH (C)
+FMNH (H)
+FNEM (C)
+Formyl (K)
+Formyl (N-term)
+Formyl (N-term)
+Formyl (S)
+Formyl (T)
+FormylMet (N-term)
+FP-Biotin (S)
+FP-Biotin (T)
+FP-Biotin (Y)
+FTC (C)
+FTC (K)
+FTC (P)
+FTC (R)
+FTC (S)
+G-H1 (R)
+GeranylGeranyl (C)
+GIST-Quat (K)
+GIST-Quat (N-term)
+GIST-Quat:2H(3) (K)
+GIST-Quat:2H(3) (N-term)
+GIST-Quat:2H(6) (K)
+GIST-Quat:2H(6) (N-term)
+GIST-Quat:2H(9) (K)
+GIST-Quat:2H(9) (N-term)
+Gln->Arg (Q)
+Gln->Glu (Q)
+Gln->His (Q)
+Gln->Leu (Q)
+Gln->Lys (Q)
+Gln->Pro (Q)
+Gln->pyro-Glu (Q)
+Glu (C-term)
+Glu (E)
+Glu->Ala (E)
+Glu->Asp (E)
+Glu->Gln (E)
+Glu->Gly (E)
+Glu->Lys (E)
+Glu->pyro-Glu (E)
+Glu->Val (E)
+Glucosylgalactosyl (K)
+Glucuronyl (N-term)
+Glucuronyl (S)
+GluGlu (C-term)
+GluGlu (E)
+GluGluGlu (C-term)
+GluGluGlu (E)
+GluGluGluGlu (C-term)
+GluGluGluGlu (E)
+Glutathione (C)
+Gly->Ala (G)
+Gly->Arg (G)
+Gly->Asp (G)
+Gly->Cys (G)
+Gly->Glu (G)
+Gly->Ser (G)
+Gly->Trp (G)
+Gly->Val (G)
+Gly-loss+Amide (G)
+Glycerophospho (S)
+GlycerylPE (E)
+Glycosyl (P)
+GlyGly (C)
+GlyGly (K)
+GlyGly (S)
+GlyGly (T)
+GPIanchor (C-term)
+Guanidinyl (K)
+Heme (C)
+Heme (H)
+Hep (K)
+Hep (N)
+Hep (Q)
+Hep (R)
+Hep (S)
+Hep (T)
+Hex (C)
+Hex (K)
+Hex (N)
+Hex (N-term)
+Hex (R)
+Hex (T)
+Hex (W)
+Hex (Y)
+Hex(1)HexNAc(1)dHex(1) (N)
+Hex(1)HexNAc(1)NeuAc(1) (N)
+Hex(1)HexNAc(1)NeuAc(1) (S)
+Hex(1)HexNAc(1)NeuAc(1) (T)
+Hex(1)HexNAc(1)NeuAc(2) (N)
+Hex(1)HexNAc(1)NeuAc(2) (S)
+Hex(1)HexNAc(1)NeuAc(2) (T)
+Hex(1)HexNAc(2) (N)
+Hex(1)HexNAc(2)dHex(1) (N)
+Hex(1)HexNAc(2)dHex(1)Pent(1) (N)
+Hex(1)HexNAc(2)dHex(2) (N)
+Hex(1)HexNAc(2)Pent(1) (N)
+Hex(2) (K)
+Hex(2) (R)
+Hex(2)HexNAc(2) (N)
+Hex(2)HexNAc(2)dHex(1) (N)
+Hex(2)HexNAc(2)Pent(1) (N)
+Hex(3) (N)
+Hex(3)HexNAc(1)Pent(1) (N)
+Hex(3)HexNAc(2) (N)
+Hex(3)HexNAc(2)P(1) (N)
+Hex(3)HexNAc(4) (N)
+Hex(4)HexNAc(4) (N)
+Hex(5)HexNAc(2) (N)
+Hex(5)HexNAc(4) (N)
+Hex1HexNAc1 (S)
+Hex1HexNAc1 (T)
+HexN (K)
+HexN (N)
+HexN (T)
+HexN (W)
+HexNAc (N)
+HexNAc (S)
+HexNAc (T)
+HexNAc(1)dHex(1) (N)
+HexNAc(1)dHex(2) (N)
+HexNAc(2) (N)
+HexNAc(2)dHex(1) (N)
+HexNAc(2)dHex(2) (N)
+His->Arg (H)
+His->Asn (H)
+His->Asp (H)
+His->Gln (H)
+His->Leu (H)
+His->Pro (H)
+His->Tyr (H)
+HMVK (C)
+HNE (C)
+HNE (H)
+HNE (K)
+HNE+Delta:H(2) (C)
+HNE+Delta:H(2) (H)
+HNE+Delta:H(2) (K)
+HNE-Delta:H(2)O (C)
+HNE-Delta:H(2)O (H)
+HNE-Delta:H(2)O (K)
+HPG (R)
+Hydroxycinnamyl (C)
+Hydroxyfarnesyl (C)
+Hydroxyheme (E)
+Hydroxymethyl (N)
+Hydroxytrimethyl (K)
+Hypusine (K)
+IBTP (C)
+ICAT-C (C)
+ICAT-C:13C(9) (C)
+ICAT-D (C)
+ICAT-D:2H(8) (C)
+ICAT-G (C)
+ICAT-G:2H(8) (C)
+ICAT-H (C)
+ICAT-H:13C(6) (C)
+ICPL (K)
+ICPL (N-term)
+ICPL (N-term)
+ICPL:13C(6) (K)
+ICPL:13C(6) (N-term)
+ICPL:13C(6) (N-term)
+ICPL:13C(6)2H(4) (K)
+ICPL:13C(6)2H(4) (N-term)
+ICPL:13C(6)2H(4) (N-term)
+ICPL:2H(4) (K)
+ICPL:2H(4) (N-term)
+ICPL:2H(4) (N-term)
+IDEnT (C)
+IED-Biotin (C)
+IGBP (C)
+IGBP:13C(2) (C)
+Ile->Arg (I)
+Ile->Asn (I)
+Ile->Lys (I)
+Ile->Met (I)
+Ile->Phe (I)
+Ile->Ser (I)
+Ile->Thr (I)
+Ile->Val (I)
+IMID (K)
+IMID:2H(4) (K)
+Iminobiotin (K)
+Iminobiotin (N-term)
+Iodo (H)
+Iodo (Y)
+IodoU-AMP (F)
+IodoU-AMP (W)
+IodoU-AMP (Y)
+Isopropylphospho (S)
+Isopropylphospho (T)
+Isopropylphospho (Y)
+iTRAQ4plex (K)
+iTRAQ4plex (N-term)
+iTRAQ4plex (Y)
+iTRAQ4plex114 (K)
+iTRAQ4plex114 (N-term)
+iTRAQ4plex114 (Y)
+iTRAQ4plex115 (K)
+iTRAQ4plex115 (N-term)
+iTRAQ4plex115 (Y)
+iTRAQ8plex (K)
+iTRAQ8plex (N-term)
+iTRAQ8plex (Y)
+iTRAQ8plex:13C(6)15N(2) (K)
+iTRAQ8plex:13C(6)15N(2) (N-term)
+iTRAQ8plex:13C(6)15N(2) (Y)
+Label:13C(1)2H(3) (M)
+Label:13C(5) (P)
+Label:13C(5)15N(1) (V)
+Label:13C(6) (I)
+Label:13C(6) (K)
+Label:13C(6) (L)
+Label:13C(6) (R)
+Label:13C(6)+Acetyl (K)
+Label:13C(6)+GlyGly (K)
+Label:13C(6)15N(1) (I)
+Label:13C(6)15N(1) (L)
+Label:13C(6)15N(2) (K)
+Label:13C(6)15N(2)+Acetyl (K)
+Label:13C(6)15N(2)+GlyGly (K)
+Label:13C(6)15N(4) (R)
+Label:13C(8)15N(2) (R)
+Label:13C(9) (F)
+Label:13C(9) (Y)
+Label:13C(9)+Phospho (Y)
+Label:13C(9)15N(1) (F)
+Label:18O(1) (C-term)
+Label:18O(1) (S)
+Label:18O(1) (T)
+Label:18O(1) (Y)
+Label:18O(2) (C-term)
+Label:2H(3) (L)
+Label:2H(4) (K)
+Label:2H(4)+Acetyl (K)
+Label:2H(4)+GlyGly (K)
+Label:2H(9)13C(6)15N(2) (K)
+lapachenole (C)
+Leu->Arg (L)
+Leu->Gln (L)
+Leu->His (L)
+Leu->Met (L)
+Leu->Phe (L)
+Leu->Pro (L)
+Leu->Ser (L)
+Leu->Trp (L)
+Leu->Val (L)
+LeuArgGlyGly (K)
+LG-Hlactam-K (K)
+LG-Hlactam-K (N-term)
+LG-Hlactam-R (R)
+LG-lactam-K (K)
+LG-lactam-K (N-term)
+LG-lactam-R (R)
+Lipoyl (K)
+Lys->Allysine (K)
+Lys->AminoadipicAcid (K)
+Lys->Arg (K)
+Lys->Asn (K)
+Lys->Gln (K)
+Lys->Glu (K)
+Lys->Ile (K)
+Lys->Met (K)
+Lys->Thr (K)
+Lys-loss (K)
+Lysbiotinhydrazide (K)
+maleimide (C)
+maleimide (K)
+Maleimide-PEO2-Biotin (C)
+Malonyl (C)
+Malonyl (S)
+Menadione (C)
+Menadione (K)
+Menadione-HQ (C)
+Menadione-HQ (K)
+Met->Arg (M)
+Met->Hse (M)
+Met->Hsl (M)
+Met->Ile (M)
+Met->Leu (M)
+Met->Lys (M)
+Met->Thr (M)
+Met->Val (M)
+Met-loss (M)
+Met-loss+Acetyl (M)
+Methyl (C)
+Methyl (C-term)
+Methyl (D)
+Methyl (E)
+Methyl (H)
+Methyl (I)
+Methyl (K)
+Methyl (L)
+Methyl (N)
+Methyl (N-term)
+Methyl (N-term)
+Methyl (Q)
+Methyl (R)
+Methyl (S)
+Methyl (T)
+Methyl+Acetyl:2H(3) (K)
+Methyl+Deamidated (N)
+Methyl+Deamidated (Q)
+Methyl:2H(2) (K)
+Methyl:2H(3) (C-term)
+Methyl:2H(3) (D)
+Methyl:2H(3) (E)
+Methyl:2H(3)13C(1) (R)
+Methylamine (S)
+Methylamine (T)
+Methylphosphonate (S)
+Methylphosphonate (T)
+Methylphosphonate (Y)
+Methylpyrroline (K)
+Methylthio (C)
+Methylthio (D)
+Methylthio (N)
+MG-H1 (R)
+Microcin (C-term)
+MicrocinC7 (C-term)
+Molybdopterin (C)
+MolybdopterinGD (C)
+MolybdopterinGD (D)
+MolybdopterinGD+Delta:S(-1)Se(1) (C)
+Myristoleyl (G)
+Myristoyl (C)
+Myristoyl (G)
+Myristoyl (K)
+Myristoyl+Delta:H(-4) (G)
+NA-LNO2 (C)
+NA-LNO2 (H)
+NA-OA-NO2 (C)
+NA-OA-NO2 (H)
+NBS (W)
+NBS:13C(6) (W)
+NDA (K)
+NDA (N-term)
+NEIAA (C)
+NEIAA (Y)
+NEIAA:2H(5) (C)
+NEIAA:2H(5) (Y)
+NEM:2H(5) (C)
+Nethylmaleimide (C)
+Nethylmaleimide+water (C)
+Nethylmaleimide+water (K)
+NHS-LC-Biotin (K)
+NHS-LC-Biotin (N-term)
+NIC (N-term)
+NIPCAM (C)
+Nitro (W)
+Nitro (Y)
+Nitrosyl (C)
+Nmethylmaleimide (C)
+Nmethylmaleimide (K)
+Nmethylmaleimide+water (C)
+NO_SMX_SEMD (C)
+NO_SMX_SIMD (C)
+NO_SMX_SMCT (C)
+O-Diethylphosphate (S)
+O-Diethylphosphate (T)
+O-Diethylphosphate (Y)
+O-Dimethylphosphate (S)
+O-Dimethylphosphate (T)
+O-Dimethylphosphate (Y)
+O-Ethylphosphate (S)
+O-Ethylphosphate (T)
+O-Ethylphosphate (Y)
+O-Isopropylmethylphosphonate (S)
+O-Isopropylmethylphosphonate (T)
+O-Isopropylmethylphosphonate (Y)
+O-Methylphosphate (S)
+O-Methylphosphate (T)
+O-Methylphosphate (Y)
+O-pinacolylmethylphosphonate (S)
+O-pinacolylmethylphosphonate (T)
+O-pinacolylmethylphosphonate (Y)
+Octanoyl (S)
+Octanoyl (T)
+OxArgBiotin (R)
+OxArgBiotinRed (R)
+Oxidation (C)
+Oxidation (D)
+Oxidation (F)
+Oxidation (G)
+Oxidation (H)
+Oxidation (K)
+Oxidation (M)
+Oxidation (N)
+Oxidation (P)
+Oxidation (R)
+Oxidation (W)
+Oxidation (Y)
+OxLysBiotin (K)
+OxLysBiotinRed (K)
+OxProBiotin (P)
+OxProBiotinRed (P)
+Palmitoleyl (C)
+Palmitoyl (C)
+Palmitoyl (K)
+Palmitoyl (N-term)
+Palmitoyl (S)
+Palmitoyl (T)
+Pentylamine (Q)
+PentylamineBiotin (Q)
+PEO-Iodoacetyl-LC-Biotin (C)
+PET (S)
+PET (T)
+PGA1-biotin (C)
+Phe->Cys (F)
+Phe->Ile (F)
+Phe->Ser (F)
+Phe->Tyr (F)
+Phe->Val (F)
+Phenylisocyanate (N-term)
+Phenylisocyanate:2H(5) (N-term)
+Phospho (C)
+Phospho (D)
+Phospho (H)
+Phospho (R)
+Phospho (S)
+Phospho (T)
+Phospho (Y)
+Phosphoadenosine (H)
+Phosphoadenosine (K)
+Phosphoadenosine (T)
+Phosphoadenosine (Y)
+Phosphoguanosine (H)
+Phosphoguanosine (K)
+PhosphoHex (S)
+PhosphoHexNAc (S)
+Phosphopantetheine (S)
+PhosphoribosyldephosphoCoA (S)
+PhosphoUridine (H)
+PhosphoUridine (Y)
+Phycocyanobilin (C)
+Phycoerythrobilin (C)
+Phytochromobilin (C)
+Piperidine (K)
+Piperidine (N-term)
+Pro->Ala (P)
+Pro->Arg (P)
+Pro->Gln (P)
+Pro->His (P)
+Pro->Leu (P)
+Pro->pyro-Glu (P)
+Pro->Pyrrolidinone (P)
+Pro->Pyrrolidone (P)
+Pro->Ser (P)
+Pro->Thr (P)
+probiotinhydrazide (P)
+Propionamide (C)
+Propionamide:2H(3) (C)
+Propionyl (K)
+Propionyl (N-term)
+Propionyl:13C(3) (K)
+Propionyl:13C(3) (N-term)
+PropylNAGthiazoline (C)
+PyMIC (N-term)
+PyridoxalPhosphate (K)
+Pyridylacetyl (K)
+Pyridylacetyl (N-term)
+Pyridylethyl (C)
+Pyro-carbamidomethyl (C)
+PyruvicAcidIminyl (C)
+PyruvicAcidIminyl (K)
+PyruvicAcidIminyl (V)
+QAT (C)
+QAT:2H(3) (C)
+QEQTGG (K)
+QQQTGG (K)
+Quinone (W)
+Quinone (Y)
+Retinylidene (K)
+Ser->Ala (S)
+Ser->Arg (S)
+Ser->Asn (S)
+Ser->Cys (S)
+Ser->Gly (S)
+Ser->Ile (S)
+Ser->LacticAcid (S)
+Ser->Phe (S)
+Ser->Pro (S)
+Ser->Thr (S)
+Ser->Trp (S)
+Ser->Tyr (S)
+SMA (K)
+SMA (N-term)
+SPITC (K)
+SPITC (N-term)
+SPITC:13C(6) (K)
+SPITC:13C(6) (N-term)
+Succinyl (K)
+Succinyl (N-term)
+Succinyl (N-term)
+Succinyl:13C(4) (K)
+Succinyl:13C(4) (N-term)
+Succinyl:2H(4) (K)
+Succinyl:2H(4) (N-term)
+SulfanilicAcid (C-term)
+SulfanilicAcid (D)
+SulfanilicAcid (E)
+SulfanilicAcid:13C(6) (C-term)
+SulfanilicAcid:13C(6) (D)
+SulfanilicAcid:13C(6) (E)
+Sulfide (C)
+Sulfo (C)
+Sulfo (S)
+Sulfo (T)
+Sulfo (Y)
+Sulfo-NHS-LC-LC-Biotin (K)
+Sulfo-NHS-LC-LC-Biotin (N-term)
+Thioacyl (K)
+Thioacyl (N-term)
+Thiophos-S-S-biotin (S)
+Thiophos-S-S-biotin (T)
+Thiophos-S-S-biotin (Y)
+Thiophospho (S)
+Thiophospho (T)
+Thiophospho (Y)
+Thr->Ala (T)
+Thr->Arg (T)
+Thr->Asn (T)
+Thr->Ile (T)
+Thr->Lys (T)
+Thr->Met (T)
+Thr->Pro (T)
+Thr->Ser (T)
+Thrbiotinhydrazide (T)
+Thyroxine (Y)
+TMAB (K)
+TMAB (N-term)
+TMAB:2H(9) (K)
+TMAB:2H(9) (N-term)
+TMPP-Ac (N-term)
+TMT (K)
+TMT (N-term)
+TMT2plex (K)
+TMT2plex (N-term)
+TMT6plex (K)
+TMT6plex (N-term)
+TNBS (K)
+TNBS (N-term)
+trifluoro (L)
+Triiodo (Y)
+Triiodothyronine (Y)
+Trimethyl (A)
+Trimethyl (K)
+Trimethyl (R)
+Trioxidation (C)
+Tripalmitate (C)
+Trp->Arg (W)
+Trp->Cys (W)
+Trp->Gly (W)
+Trp->Hydroxykynurenin (W)
+Trp->Kynurenin (W)
+Trp->Leu (W)
+Trp->Oxolactone (W)
+Trp->Ser (W)
+Tyr->Asn (Y)
+Tyr->Asp (Y)
+Tyr->Cys (Y)
+Tyr->Dha (Y)
+Tyr->His (Y)
+Tyr->Phe (Y)
+Tyr->Ser (Y)
+Val->Ala (V)
+Val->Asp (V)
+Val->Glu (V)
+Val->Gly (V)
+Val->Ile (V)
+Val->Met (V)
+Val->Phe (V)
+Xlink:B10621 (C)
+Xlink:DMP (K)
+Xlink:DMP (N-term)
+Xlink:DMP-s (K)
+Xlink:DMP-s (N-term)
+Xlink:SSD (K)
+ZGB (K)
+ZGB (N-term)
diff -r 5c65f8116244 -r cf0d72c7b482 openms_wrapper.py
--- a/openms_wrapper.py Wed Dec 19 00:33:53 2012 -0500
+++ b/openms_wrapper.py Fri May 10 17:31:05 2013 -0400
@@ -4,6 +4,7 @@
from ConfigParser import SafeConfigParser
from xml.etree import ElementTree
import subprocess
+from re import compile
DEBUG = False
@@ -11,7 +12,15 @@
def main():
(options, args) = _parse_args()
for executable, config_path in zip(options.executables, options.configs):
- _run_openms(executable, config_path)
+ command_handler = COMMAND_HANDLERS.get(executable, _run_openms)
+ command_handler(executable, config_path)
+
+
+def _run_shell(executable, config_path):
+ command = open(config_path, "r").read().strip()
+ if DEBUG:
+ print "Running shell command %s" % command
+ _exec(command)
def _run_openms(executable, config_path):
@@ -24,18 +33,31 @@
print 'With openms.ini as:\n%s\n, calling: %s -ini openms.ini' % (open("openms.ini", "r").read(), executable)
_exec("%s -ini openms.ini" % executable)
+COMMAND_HANDLERS = {
+ "__SHELL__": _run_shell,
+}
+
+
+def _fail(message, return_code=1):
+ print message
+ sys.exit(return_code)
+
def _exec(command):
proc = subprocess.Popen(args=command, shell=True)
return_code = proc.wait()
if return_code != 0:
- sys.exit(return_code)
+ _fail("Error executing command [%s], return code is %d" % (command, return_code), return_code)
def _set_options(tree, executable, options):
executable_node = tree.find("./NODE[@name='%s']" % executable)
+ if executable_node is None:
+ _fail("Could not find options for executable %s" % executable)
options_node = executable_node.find("./NODE[@name='1']")
for key, raw_value in options.items("simple_options"):
+ if raw_value is None:
+ _fail("No value found key %s" % key)
value = _parse_value(raw_value)
_set_option(options_node, key.split("!"), value)
_set_option(options_node, ["no_progress"], "true", required=False)
@@ -44,26 +66,53 @@
def _set_option(node, key_parts, value, required=True):
key = key_parts[0]
if len(key_parts) == 1:
- item = node.find("./ITEM[@name='%s']" % key)
- if item is not None:
- item.set("value", value)
- elif required:
- raise Exception("Failed to find specific OpenMS option [%s] in node [%s]" % (key, node))
+ if not _set_item_value(node, key, value) and \
+ not _set_list_item_value(node, key, value) and \
+ required:
+ _fail("Failed to find specific OpenMS option [%s] in node [%s]" % (key, node))
else:
+ if not node:
+ _fail("Failed to find specific OpenMS option [%s] in node [%s]" % (key, node))
sub_node = node.find("./NODE[@name='%s']" % key)
+ if not sub_node:
+ _fail("Failed to find node for key %s" % key)
_set_option(sub_node, key_parts[1:], value, required)
+def _set_item_value(node, key, value):
+ item = node.find("./ITEM[@name='%s']" % key)
+ if item is not None:
+ item.set("value", value)
+ return item is not None
+
+
+def _set_list_item_value(node, key, values):
+ item = node.find("./ITEMLIST[@name='%s']" % key)
+ if item is not None:
+ for value in values.split(","):
+ ElementTree.SubElement(item, "LISTITEM", {"value": value})
+ return item is not None
+
+
def _parse_value(raw_value):
value = raw_value
- if raw_value in VALUE_FUNCTIONS:
- value = VALUE_FUNCTIONS[raw_value](raw_value)
+ for pattern, function in VALUE_FUNCTIONS.iteritems():
+ try:
+ match = pattern.match(value)
+ except TypeError:
+ print "Invalid value found config file %s" % value
+ sys.exit(1)
+ if match:
+ value = function(*match.groups())
+ if value is None:
+ print "Failed to properly parse raw value %s" % raw_value
+ sys.exit(1)
return value
## Special value parser for various OpenMS components
-def _get_pepnovo_models_path(_):
- pepnovo_path = _get_pepnovo_executable_path(None)
+def _get_pepnovo_models_path():
+ pepnovo_path = _which('PepNovo')
pepnovo_dir = os.path.split(pepnovo_path)[0]
guesses = [os.path.join(pepnovo_dir, 'Models'),
os.path.join(pepnovo_dir, '..', 'Models'),
@@ -76,13 +125,6 @@
return models_dir
-def _get_pepnovo_executable_path(_):
- return _which("PepNovo")
-
-VALUE_FUNCTIONS = {"@PEPNOVO_MODELS_PATH@": _get_pepnovo_models_path,
- "@PEPNOVO_EXECUTABLE_PATH@": _get_pepnovo_executable_path}
-
-
# http://stackoverflow.com/questions/377017/test-if-executable-exists-in-python
def _which(program):
@@ -96,12 +138,18 @@
else:
for path in os.environ["PATH"].split(os.pathsep):
exe_file = os.path.join(path, program)
+ print path
if is_exe(exe_file):
return exe_file
return None
+VALUE_FUNCTIONS = {compile(r"\@WHICH\((.*)\)\@"): _which,
+ compile(r"\@PEPNOVO_MODELS_PATH\@"): _get_pepnovo_models_path,
+ }
+
+
def _parse_args():
parser = OptionParser()
parser.add_option("-e", "--executable", dest="executables", default=[], action="append")
@@ -111,6 +159,7 @@
def _load_options(config_path):
config_parser = SafeConfigParser()
+ config_parser.optionxform = str
config_parser.read(config_path)
return config_parser
diff -r 5c65f8116244 -r cf0d72c7b482 peak_file_converter.xml
--- a/peak_file_converter.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/peak_file_converter.xml Fri May 10 17:31:05 2013 -0400
@@ -19,16 +19,16 @@
-
-
-
-
+
+
+
+
-
+
diff -r 5c65f8116244 -r cf0d72c7b482 peak_file_filter.xml
--- a/peak_file_filter.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/peak_file_filter.xml Fri May 10 17:31:05 2013 -0400
@@ -2,9 +2,11 @@
Extract portions of peak lists.
-
- openms
-
+
+ macros.xml
+
+
+
openms_wrapper.py --executable 'FileFilter' --config $config
diff -r 5c65f8116244 -r cf0d72c7b482 peak_list_preprocessor.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/peak_list_preprocessor.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,211 @@
+
+
+ Wizard to apply multiple OpenMS signal preprocessing tools for peak lists.
+
+
+ macros.xml
+
+
+
+
+ cp '$input' 'output.mzML'
+ mv 'output.mzML' 'input.mzML'
+ mv 'output.mzML' '$output'
+ [simple_options]
+#if $resample.do
+in=input.mzML
+out=output.mzML
+sampling_rate=$resample.sampling_rate
+#end if
+
+ [simple_options]
+#set $noise_filter_type = str($noise.type)
+in=input.mzML
+out=output.mzML
+#if $noise_filter_type == 'NoiseFilterGaussian'
+
+#end if
+#if $noise_filter_type == 'NoiseFilterSGolay'
+
+#end if
+
+ [simple_options]
+in=input.mzML
+out=output.mzML
+#if $baseline.do
+
+#end if
+
+ [simple_options]
+#set $peak_picker_type = str($peak_picker.type)
+in=input.mzML
+out=output.mzML
+#if $peak_picker_type == 'PeakPickerHiRes'
+algorithm!signal_to_noise=$peak_picker.signal_to_noise
+algorithm!ms1_only=$peak_picker.ms1_only
+#end if
+#if $peak_picker_type == 'PeakPickerWavelet'
+algorithm!signal_to_noise=$peak_picker.signal_to_noise
+#if $peak_picker.peak_width.estimate
+algorithm!estimate_peak_width=true
+#else
+algorithm!estimate_peak_width=false
+algorithm!peak_width=$peak_picker.peak_width.peak_width
+#end if
+#end if
+
+ [simple_options]
+in=input.mzML
+out=output.mzML
+
+ [simple_options]
+in=input.mzML
+out=output.mzML
+#set $spectra_filter_type = str($spectra_filter.type)
+
+
+
+ openms_wrapper.py
+ --executable '__SHELL__' --config $setup_input
+ #if $resample.do
+ --executable '__SHELL__' --config $rename
+ --executable 'Resampler' --config $resampler_config
+ #end if
+ #set $noise_filter_type = str($noise.type)
+ #if $noise_filter_type != "none"
+ --executable '__SHELL__' --config $rename
+ --executable '$noise_filter_type' --config $noise_filter_config
+ #end if
+ #if $baseline.do
+ --executable '__SHELL__' --config $rename
+ --executable 'BaselineFilter' --config $baseline_config
+ #end if
+ #set $peak_picker_type = str($peak_picker.type)
+ #if $peak_picker_type != "none"
+ --executable '__SHELL__' --config $rename
+ --executable '$peak_picker_type' --config $peak_picker_config
+ #if $peak_picker_type == "PeakPickerHiRes"
+ #if $peak_picker.use_high_res_mass_corrector
+ --executable '__SHELL__' --config $rename
+ --executable 'HighResPrecursorMassCorrector' --config $mass_corrector_config
+ #end if
+ #end if
+ #end if
+ #set $spectra_filter_type = str($spectra_filter.type)
+ #if $spectra_filter_type != "none"
+ --executable '__SHELL__' --config $rename
+ --executable '$spectra_filter_type' --config $spectra_filter_config
+ #end if
+ --executable '__SHELL__' --config $copy_output
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 peak_picker_hi_res.xml
--- a/peak_picker_hi_res.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/peak_picker_hi_res.xml Fri May 10 17:31:05 2013 -0400
@@ -1,9 +1,11 @@
-
- openms
-
+
+ macros.xml
+
+
+
openms_wrapper.py --executable 'PeakPickerHiRes' --config $config
diff -r 5c65f8116244 -r cf0d72c7b482 pepnovo_adapter.xml
--- a/pepnovo_adapter.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/pepnovo_adapter.xml Fri May 10 17:31:05 2013 -0400
@@ -1,11 +1,13 @@
-
-
- openms
+
+ macros.xml
+
+
+
pepnovo
-
+
openms_wrapper.py
#if $input_block.do_clean
@@ -22,17 +24,18 @@
#end if
out=${out}
model_directory=@PEPNOVO_MODELS_PATH@
-pepnovo_executable=@PEPNOVO_EXECUTABLE_PATH@
+pepnovo_executable=@WHICH(PepNovo)@
temp_data_directory=.
model=${model}
digest=${digest}
-#if $corrections != "none"
+num_solutions=${num_solutions}
+#if str($corrections) != "none"
correct_pm=true
#end if
-#if $corrections == "mass"
+#if str($corrections) == "mass"
use_spectrum_charge=true
#end if
-#if $corrections == "mz"
+#if str($corrections) == "mz"
use_spectrum_mz=true
#end if
$quality_filter
@@ -42,6 +45,14 @@
#if $override_fragment.do_override
fragment_tolerance=${override_fragment.fragment_tolerance}
#end if
+#set $fixed_mods_str=",".join([str($fixed_mod.fixed_mod) for $fixed_mod in $fixed_mods])
+#if $fixed_mods_str
+fixed_modifications=$fixed_mods_str
+#end if
+#set $variable_mods_str=",".join([str($variable_mod.variable_mod) for $variable_mod in $variable_mods])
+#if $variable_mods_str
+variable_modifications=$variable_mods_str
+#end if
[simple_options]
in=${input_block.input1}
@@ -52,7 +63,7 @@
-
+
@@ -76,6 +87,22 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -97,6 +124,9 @@
+
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 peptide_indexer.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/peptide_indexer.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,70 @@
+
+
+ Refreshes the protein references for all peptide hits from a idXML file.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'PeptideIndexer' --config $config
+
+
+ [simple_options]
+in=$input1
+fasta=$database
+out=$output
+decoy_string=$decoy_string
+#if $decoy_string_position == "prefix"
+prefix=true
+#end if
+$extact_search
+$write_protein_sequence
+$keep_unreferenced_proteins
+aaa_max=$aaa_max
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+Each peptide hit is annotated by a target_decoy string, indicating if the peptide sequence is found in a 'target', a 'decoy' or in both 'target+decoy' protein. This information is crucial for the FalseDiscoveryRate IDPosteriorErrorProbability tools.
+
+Note:
+Make sure that your protein names in the database contain a correctly formatted decoy string. This can be ensured by using DecoyDatabase. If the decoy identifier is not recognized successfully all proteins will be assumed to stem from the target-part of the query.
+E.g., "sw|P33354_REV|YEHR_ECOLI Uncharacterized lipop..." is invalid, since the tool has no knowledge of how SwissProt entries are build up. A correct identifier could be "rev_sw|P33354|YEHR_ECOLI Uncharacterized li ..." or "sw|P33354|YEHR_ECOLI_rev Uncharacterized li", depending on if you are using prefix annotation or not.
+This tool will also give you some target/decoy statistics when its done. Look carefully!
+
+By default the tool will fail, if an unmatched peptide occurs, i.e. the database does not contain the corresponding protein. You can force the tool to return successfully in this case by using the flag 'allow_unmatched'.
+
+Some search engines (such as Mascot) will replace ambiguous AA's in the protein database with unambiguous AA' in the reported peptides, e.g., exchange 'X' with 'H'. This will cause this peptide not to be found by exactly matching its sequence. However, we can recover these cases by using tolerant search in these cases (done automatically). In all cases we require ambiguous AA's in peptide sequence to match exactly in the protein DB (i.e., 'X' in peptide only matches 'X').
+
+Two search modes are available:
+
+exact: Peptide sequences require exact match in protein database. If no protein for this peptide can be found, tolerant matching is automatically used for this peptide. Thus, the results for these peptides are identical for both search modes.
+tolerant: Allow ambiguous AA's in protein sequence, e.g., 'M' in peptide will match 'X' in protein. This mode might yield more protein hits for some peptides (even though they have exact matches as well).
+The exact mode is much faster (about x10) and consumes less memory (about x2.5), but might fail to report a few proteins with ambiguous AAs for some peptides. Usually these proteins are putative, however.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 pepxml_protxml_merger.xml
--- a/pepxml_protxml_merger.xml Wed Dec 19 00:33:53 2012 -0500
+++ b/pepxml_protxml_merger.xml Fri May 10 17:31:05 2013 -0400
@@ -1,9 +1,11 @@
-
- openms
-
+
+ macros.xml
+
+
+
openms_wrapper.py --executable 'IDMerger' --config $config
diff -r 5c65f8116244 -r cf0d72c7b482 protein_inference.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/protein_inference.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,42 @@
+
+
+ Computes a protein identification based on the number of identified peptides.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'PeptideIndexer' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$output
+min_peptides_per_protein=${min_peptides_per_protein}
+treat_charge_variants_separately=${treat_charge_variants_separately}
+treat_modification_variants_separately=${treat_modification_variants_separately}
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+This tool counts the peptide sequences that match a protein accession. From this count for all protein hits in the respective id run, only those proteins are accepted that have at least a given number of peptides sequences identified. The peptide identifications should be prefiltered with respect to false discovery rate and the score in general to remove bad identifications.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 protein_quantifier.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/protein_quantifier.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,62 @@
+
+
+ Compute peptide and protein abundances from annotated feature/consensus maps.
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py --executable 'ProteinQuantifier' --config $config
+
+
+ [simple_options]
+in=$map_input
+#if $protein_prophet.use
+protxml=$protxml
+#end if
+out=$protein_output
+peptide_out=$peptide_output
+top=$top
+format!quoting=none
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+Quantification is based on the intensity values of the features in the input. Feature intensities are first accumulated to peptide abundances, according to the peptide identifications annotated to the features/feature groups. Then, abundances of the peptides of a protein are averaged to compute the protein abundance.
+
+The peptide-to-protein step uses the (e.g. 3) most abundant proteotypic peptides per protein to compute the protein abundances. This is a general version of the "top 3 approach" (but only for relative quantification) described in:
+Silva et al.: Absolute quantification of proteins by LCMSE: a virtue of parallel MS acquisition (Mol. Cell. Proteomics, 2006, PMID: 16219938).
+
+Only features/feature groups with unambiguous peptide annotation are used for peptide quantification, and generally only proteotypic peptides (i.e. those matching to exactly one protein) are used for protein quantification. As an exception to this rule, if ProteinProphet results for the whole sample set are provided with the protxml option, or are already included in a featureXML input, also groups of indistinguishable proteins will be quantified. The reported quantity then refers to the total for the whole group.
+
+Peptide/protein IDs from multiple identification runs can be handled, but will not be differentiated (i.e. protein accessions for a peptide will be accumulated over all identification runs).
+
+Peptides with the same sequence, but with different modifications are quantified separately on the peptide level, but treated as one peptide for the protein quantification (i.e. the contributions of differently-modified variants of the same peptide are accumulated).
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+and ``Weisser et al.: An automated pipeline for high-throughput label-free quantitative proteomics (J. Proteome Res., 2013, PMID: 23391308). doi:10.1021/pr300992u``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 silac_analyzer.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/silac_analyzer.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,74 @@
+
+
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py
+ --executable 'SILACAnalyzer' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$out
+sample!labels=[${labels}]
+sample!missed_cleavages=${missed_cleavages}
+sample!charge=${min_charge}:${max_charge}
+sample!peaks_per_peptide=${min_peaks_per_peptide}:${max_peaks_per_peptide}
+algorithm!rt_threshold=$rt_threshold
+algorithm!rt_min=$rt_min
+algorithm!intensity_cutoff=$intensity_cutoff
+algorithm!intensity_correlation=$intensity_correlation
+algorithm!model_deviation=$model_deviation
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.`` and ``PepNovo: De Novo Peptide Sequencing via Probabilistic Network Modeling. Frank, A. and Pevzner, P. Analytical Chemistry 77:964-973, 2005.``.
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 text_exporter.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/text_exporter.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,125 @@
+
+
+
+
+ macros.xml
+
+
+
+
+ openms_wrapper.py \
+ --executable '__SHELL__' --config $link \
+ --executable 'TextExporter' --config $config
+
+
+ ln -s '${type.input}' 'input.${type.input.ext}'
+ [simple_options]
+in=input.${type.input.ext}
+out=${out}
+#set $input_type = str($type.input_type)
+#if $input_type == "featurexml"
+feature!minimal=${type.minimal}
+#end if
+no_ids=${no_ids}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+The goal of this tool is to create output in a table format that is easily readable in Excel or OpenOffice. Lines in the output correspond to rows in the table.
+
+utput files begin with comment lines, starting with the special character "#". The last such line(s) will be a header with column names, but this may be preceded by more general comments.
+
+Because the OpenMS XML formats contain different kinds of data in a hierarchical structure, TextExporter produces somewhat unusual TSV/CSV files for many inputs: Different lines in the output may belong to different types of data, and the number of columns and the meanings of the individual fields depend on the type. In such cases, the first column always contains an indicator (in capital letters) for the data type of the current line. In addition, some lines have to be understood relative to a previous line, if there is a hierarchical relationship in the data. (See below for details and examples.)
+
+Missing values are represented by "-1" or "nan" in numeric fields and by blanks in character/text fields.
+
+Depending on the input and the parameters, the output contains the following columns:
+
+featureXML input:
+
+first column: RUN / PROTEIN / UNASSIGNEDPEPTIDE / FEATURE / PEPTIDE (indicator for the type of data in the current row)
+a RUN line contains information about a protein identification run; further columns: run_id, score_type, score_direction, data_time, search_engine_version, parameters
+a PROTEIN line contains data of a protein identified in the previously listed run; further columns: score, rank, accession, coverage, sequence
+an UNASSIGNEDPEPTIDE line contains data of peptide hit that was not assigned to any feature; further columns: rt, mz, score, rank, sequence, charge, aa_before, aa_after, score_type, search_identifier, accessions
+a FEATURE line contains data of a single feature; further columns: rt, mz, intensity, charge, width, quality, rt_quality, mz_quality, rt_start, rt_end
+a PEPTIDE line contains data of a peptide hit annotated to the previous feature; further columns: same as for UNASSIGNEDPEPTIDE
+With the no_ids flag, only FEATURE lines (without the FEATURE indicator) are written.
+
+With the feature:minimal flag, only the rt, mz, and intensity columns of FEATURE lines are written.
+
+consensusXML input:
+
+Output format produced for the out parameter:
+
+first column: MAP / RUN / PROTEIN / UNASSIGNEDPEPTIDE / CONSENSUS / PEPTIDE (indicator for the type of data in the current row)
+a MAP line contains information about a sub-map; further columns: id, filename, label, size (potentially followed by further columns containing meta data, depending on the input)
+a CONSENSUS line contains data of a single consensus feature; further columns: rt_cf, mz_cf, intensity_cf, charge_cf, width_cf, quality_cf, rt_X0, mz_X0, ..., rt_X1, mz_X1, ...
+"..._cf" columns refer to the consensus feature itself, "..._Xi" columns refer to a sub-feature from the map with ID "Xi" (no quality column in this case); missing sub-features are indicated by "nan" values
+see above for the formats of RUN, PROTEIN, UNASSIGNEDPEPTIDE, PEPTIDE lines
+With the no_ids flag, only MAP and CONSENSUS lines are written.
+
+Output format produced for the consensus_centroids parameter:
+
+one line per consensus centroid
+columns: rt, mz, intensity, charge, width, quality
+Output format produced for the consensus_elements parameter:
+
+one line per sub-feature (element) of a consensus feature
+first column: H / L (indicator for new/repeated element)
+H indicates a new element, L indicates the replication of the first element of the current consensus feature (for plotting)
+further columns: rt, mz, intensity, charge, width, rt_cf, mz_cf, intensity_cf, charge_cf, width_cf, quality_cf
+"..._cf" columns refer to the consensus feature, the other columns refer to the sub-feature
+Output format produced for the consensus_features parameter:
+
+one line per consensus feature (suitable for processing with e.g. R)
+columns: same as for a CONSENSUS line above, followed by additional columns for identification data
+additional columns: peptide_N0, n_diff_peptides_N0, protein_N0, n_diff_proteins_N0, peptide_N1, ...
+"..._Ni" columns refer to the identification run with index "Ni", n_diff_... stands for "number of different ..."; different peptides/proteins in one column are separated by "/"
+With the no_ids flag, the additional columns are not included.
+
+idXML input:
+
+first column: RUN / PROTEIN / PEPTIDE (indicator for the type of data in the current row)
+see above for the formats of RUN, PROTEIN, PEPTIDE lines
+additional column for PEPTIDE lines: predicted_rt
+With the id:proteins_only flag, only RUN and PROTEIN lines are written.
+
+With the id:peptides_only flag, only PEPTIDE lines (without the PEPTIDE indicator) are written.
+
+With the id:first_dim_rt flag, the additional columns rt_first_dim and predicted_rt_first_dim are included for PEPTIDE lines.
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.``
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+
diff -r 5c65f8116244 -r cf0d72c7b482 unimod.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/unimod.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,15140 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ GIST acetyl light
+
+
+ PT and GIST acetyl light
+
+
+ O-acetyl
+
+
+
+
+
+
+
+
+ 14730666
+ PubMed PMID
+
+
+
+ 15350136
+ PubMed PMID
+
+
+
+ AA0055
+ RESID
+
+
+
+ IonSource acetylation tutorial
+ Misc. URL
+ http://www.ionsource.com/Card/acetylation/acetylation.htm
+
+
+ Chemical Reagents for Protein Modification 3rd edition, pp 215-221, Roger L. Lundblad, CRC Press, New York, N.Y., 2005
+ Book
+
+
+
+ 11999733
+ PubMed PMID
+
+
+
+ AA0043
+ RESID
+
+
+
+ AA0044
+ RESID
+
+
+
+ AA0354
+ RESID
+
+
+
+ AA0045
+ RESID
+
+
+
+ AA0056
+ RESID
+
+
+
+ AA0046
+ RESID
+
+
+
+ AA0051
+ RESID
+
+
+
+ AA0052
+ RESID
+
+
+
+ AA0364
+ RESID
+
+
+
+ AA0041
+ RESID
+
+
+
+ AA0049
+ RESID
+
+
+
+ AA0048
+ RESID
+
+
+
+ AA0047
+ RESID
+
+
+
+ 12175151
+ PubMed PMID
+
+
+
+ 11857757
+ PubMed PMID
+
+
+
+ AA0042
+ RESID
+
+
+
+ AA0050
+ RESID
+
+
+
+ AA0053
+ RESID
+
+
+
+ AA0054
+ RESID
+
+
+
+ ACET
+ FindMod
+
+
+
+ PNAS 2006 103: 18574-18579
+ Journal
+ http://dx.doi.org/10.1073/pnas.0608995103
+
+
+
+
+
+
+
+
+
+
+
+ AA0100
+ RESID
+
+
+
+ AA0099
+ RESID
+
+
+
+ AA0098
+ RESID
+
+
+
+ AA0097
+ RESID
+
+
+
+ AA0096
+ RESID
+
+
+
+ AA0095
+ RESID
+
+
+
+ AA0094
+ RESID
+
+
+
+ AA0093
+ RESID
+
+
+
+ AA0092
+ RESID
+
+
+
+ AA0091
+ RESID
+
+
+
+ AA0090
+ RESID
+
+
+
+ AA0089
+ RESID
+
+
+
+ AA0081
+ RESID
+
+
+
+ AA0082
+ RESID
+
+
+
+ AA0083
+ RESID
+
+
+
+ AA0084
+ RESID
+
+
+
+ AA0085
+ RESID
+
+
+
+ AA0086
+ RESID
+
+
+
+ AA0087
+ RESID
+
+
+
+ AA0088
+ RESID
+
+
+
+ AMID
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0117
+ RESID
+
+
+
+ BIOT
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Carboxyamidomethylation
+
+ Creasy, D. M., Cottrell, J. S., Proteomics 2 1426-34 (2002)
+ Journal
+
+
+
+ 11510821
+ PubMed PMID
+
+
+
+ Boja, E. S., Fales, H. M., Anal. Chem. 73 3576-82 (2001)
+ Journal
+
+
+
+ 12422359
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0343
+ RESID
+
+
+
+ 12203680
+ PubMed PMID
+
+
+
+ AA0332
+ RESID
+
+
+
+ IonSource carbamylation tutorial
+ Misc. URL
+ http://www.ionsource.com/Card/carbam/carbam.htm
+
+
+ 10978403
+ PubMed PMID
+
+
+ Carbamylation is an irreversible process of non-enzymatic modification of proteins by the breakdown products of urea isocyanic acid reacts with the N-term of a proteine or side chains of lysine and arginine residues
+
+
+
+
+
+
+ Hydroxylethanone
+
+
+
+
+
+
+ Carboxymethylation
+
+
+
+ Protein which is post-translationally modified by the de-imination of one or more arginine residues; Peptidylarginine deiminase (PAD) converts protein bound to citrulline
+
+
+ Convertion of glycosylated asparagine residues upon deglycosylation with PGNase F in H2O
+
+
+
+
+
+
+
+
+ phenyllactyl from N-term Phe
+ Citrullination
+
+ IonSource tutorial
+ Misc. URL
+ http://www.ionsource.com/Card/Deamidation/deamidation.htm
+
+
+ CITR
+ FindMod
+
+
+
+ FLAC
+ FindMod
+
+
+
+ AA0128
+ RESID
+
+
+
+ AA0214
+ RESID
+
+
+
+ 6838602
+ PubMed PMID
+
+
+
+ 15700232
+ PubMed PMID
+
+
+
+ DEAM
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10504701
+ PubMed PMID
+
+
+
+ Gygi S.P., et. al. Nat Biotechnol. 1999 Oct;17(10):994-9
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10504701
+ PubMed PMID
+
+
+
+ Gygi S.P., et. al. Nat Biotechnol. 1999 Oct;17(10):994-9
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+ Cyanogen bromide (CNBr) cleavage converts the C-term Met to either homoserine or homoserine lactone, depending on pH.
+
+
+
+
+
+
+
+
+
+ Donald Voet, Judith G. Voet (1995): Biochemistry; p 115
+ Book
+
+
+ Cyanogen bromide (CNBr) cleavage converts the C-term Met to either homoserine or homoserine lactone, depending on pH.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Structure
+ Misc. URL
+ http://www.chemsoc.org/exemplarchem/entries/2002/proteomics/images/icat_reagent.gif
+
+
+ Molecular & Cellular Proteomics 2:428-442, 2003
+ Journal
+ http://www.mcponline.org/cgi/content/full/2/7/428
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Structure
+ Misc. URL
+ http://www.chemsoc.org/exemplarchem/entries/2002/proteomics/images/icat_reagent.gif
+
+
+ Molecular & Cellular Proteomics 2:428-442, 2003
+ Journal
+ http://www.mcponline.org/cgi/content/full/2/7/428
+
+
+
+
+
+
+
+
+
+
+ Dimethylacrylamide, DMA
+
+ Krutzsch and Inman, Analytical Biochemistry, 209, 109-116, (1993)
+ Journal
+
+
+
+ Galvani et.al. (2000) Electrophoresis vol 22 p2046-p2074
+ Journal
+
+
+
+ 8465942
+ PubMed PMID
+
+
+
+ 11465505
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+ Pierce EZ-Link PEO-Iodoacetyl Biotin
+
+ 12038753
+ PubMed PMID
+
+
+
+ J. Biol. Chem., Vol. 278, Issue 7, 4500-4509, February 14, 2003
+ Journal
+ http://www.jbc.org/cgi/content/full/278/7/4500#F1
+
+
+ 15253424
+ PubMed PMID
+
+
+
+
+
+
+ Rare
+
+
+ Rare
+
+
+ Usually don't see beta elimination of phosphate
+
+
+ Rare
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ IonSource
+ Misc. URL
+ http://www.ionsource.com/Card/phos/phos.htm
+
+
+ AA0037
+ RESID
+
+
+
+ AA0033
+ RESID
+
+
+
+ AA0038
+ RESID
+
+
+
+ AA0039
+ RESID
+
+
+
+ AA0222
+ RESID
+
+
+
+ PHOS
+ FindMod
+
+
+
+ AA0034
+ RESID
+
+
+
+ AA0036
+ RESID
+
+
+
+ AA0035
+ RESID
+
+
+ Protein which is posttranslationally modified by the attachment of at least one phosphate group usually on serine, threonine or tyrosine residues, but also on aspartic acid or histidine residues.
+
+
+
+
+ beta-elimination
+
+
+ beta-elimination
+
+
+ beta-elimination
+
+
+
+
+ Pyro-carboxymethyl as a delta from Carboxymethyl-Cys
+
+
+
+
+
+ didehydroalanine
+ C-terminal imide
+ Prompt loss of phosphate from phosphorylated residue
+ D-Succinimide
+
+ DHAS
+ FindMod
+
+
+
+ AA0303
+ RESID
+
+
+
+ AA0302
+ RESID
+
+
+
+ AA0181
+ RESID
+
+
+
+ AA0182
+ RESID
+
+
+
+ DHB
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 9276974
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+ Carboxymethyl-Cys cyclization (N-terminus)
+ Carbamidomethyl-Cys cyclization (N-terminus)
+
+ 12643538
+ PubMed PMID
+
+
+
+ J. Proteome Res. 1, 181-187 (2002)
+ Journal
+
+
+ Cyclisation of N-term Carbamidomethyl-Cys or Carboxymethyl-Cys. The delta is relative to Cys. For a delta relative to alkylated Cys, see Ammonia-loss and Dehydrated.
+
+
+
+
+
+
+
+
+ AA0031
+ RESID
+
+
+
+ Miller et.al. Arch. Biochem. Biophy. (1993) 301, 41-52.
+ Journal
+
+
+
+ 8442665
+ PubMed PMID
+
+
+
+ PYRE
+ FindMod
+
+
+
+
+
+
+
+
+
+
+ AA0031
+ RESID
+
+
+
+ PYRR
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10446193
+ PubMed PMID
+
+
+
+ Sherman, N. E., Yates, N. A., Shabanowitz, J., Hunt, D. F., Jeffery, W. A., Bartlet-Jones, M., and Pappin, D. J. C. (1995) Proceedings of the 43rd ASMS Conference on Mass Spectrometry and Allied Topics, May 21-26, 1995, Atlanta, GA
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+ Proton replaced by sodium cation
+
+
+
+
+
+
+
+
+
+ 11760118
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ methyl ester
+
+ METH
+ FindMod
+
+
+
+ AA0318
+ RESID
+
+
+
+ AA0338
+ RESID
+
+
+
+ AA0064
+ RESID
+
+
+
+ AA0061
+ RESID
+
+
+
+ AA0063
+ RESID
+
+
+
+ AA0065
+ RESID
+
+
+
+ AA0069
+ RESID
+
+
+
+ AA0336
+ RESID
+
+
+
+ AA0305
+ RESID
+
+
+
+ AA0272
+ RESID
+
+
+
+ AA0076
+ RESID
+
+
+
+ AA0071
+ RESID
+
+
+
+ AA0070
+ RESID
+
+
+
+ AA0073
+ RESID
+
+
+
+ AA0234
+ RESID
+
+
+
+ AA0273
+ RESID
+
+
+
+ AA0317
+ RESID
+
+
+
+ AA0337
+ RESID
+
+
+
+ AA0299
+ RESID
+
+
+
+ AA0072
+ RESID
+
+
+
+ 11875433
+ PubMed PMID
+
+
+
+ AA0105
+ RESID
+
+
+
+
+
+
+
+ Cysteine sulfenic acid
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Proline oxidation to glutamic semialdehyde
+
+
+
+
+
+ Hydroxyglycine derivative in amidation pathway
+
+
+
+
+
+ HYDR
+ FindMod
+
+
+
+ AA0322
+ RESID
+
+
+
+ 11212008
+ PubMed PMID
+
+
+
+ 11120890
+ PubMed PMID
+
+
+
+ DOPA
+ FindMod
+
+
+
+ CSEA
+ FindMod
+
+
+
+ 14661084
+ PubMed PMID
+
+
+
+ AA0026
+ RESID
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+ 15569593
+ PubMed PMID
+
+
+
+ AA0205
+ RESID
+
+
+
+ AA0215
+ RESID
+
+
+
+ Lagerwerf FM, van de Weert M, Heerma W, Haverkamp J, Rapid Commun Mass Spectrom. 1996;10(15):1905-10
+ Journal
+
+
+
+ AA0029
+ RESID
+
+
+
+ AA0030
+ RESID
+
+
+
+ 9004526
+ PubMed PMID
+
+
+
+ AA0028
+ RESID
+
+
+
+ 11461766
+ PubMed PMID
+
+
+
+ AA0027
+ RESID
+
+
+
+ AA0235
+ RESID
+
+
+
+ AA0146
+ RESID
+
+
+
+ 14661085
+ PubMed PMID
+
+
+
+ 12781462
+ PubMed PMID
+
+
+
+ 2057999
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ DIMETH
+ FindMod
+
+
+
+ AA0311
+ RESID
+
+
+
+ AA0068
+ RESID
+
+
+
+ 14570711
+ PubMed PMID
+
+
+
+ AA0067
+ RESID
+
+
+
+ 12964758
+ PubMed PMID
+
+
+
+ AA0075
+ RESID
+
+
+
+ AA0066
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ 12590383
+ PubMed PMID
+
+
+
+ AA0074
+ RESID
+
+
+
+ AA0062
+ RESID
+
+
+
+ Role of arginine and its methylated derivatives in cancer biology and treatment
+ Misc. URL
+ http://www.cancerci.com/content/1/1/3
+
+
+ J. Hirota et. al., Rapid Commun. Mass Spectrom., 17 371-6 (2003)
+ Journal
+
+
+
+ TRIMETH
+ FindMod
+
+
+ RESID gives the delta as 43 Da?
+
+
+
+
+
+
+
+
+
+
+ Methyl methanethiosulfonate
+ MMTS
+
+ J. A. Kowalak and K. A. Walsh, Protein Science (1996) 5: 1625-1632
+ Journal
+
+
+
+ AA0232
+ RESID
+
+
+
+ TRC data sheet
+ Misc. URL
+ http://www.trc-canada.com/white_papers.lasso
+
+
+ Applied Biosystems iTRAQ(TM) Reagents Chemistry Reference Guide Part Number 4351918 Rev. A
+ Misc. URL
+ http://docs.appliedbiosystems.com/pebiodocs/04351918.pdf
+
+
+ AA0320
+ RESID
+
+
+
+ 8844851
+ PubMed PMID
+
+
+
+ AA0101
+ RESID
+
+
+
+ BMTH
+ FindMod
+
+
+
+
+
+
+
+
+ Sulfitolysis
+
+
+
+
+
+
+ AA0362
+ RESID
+
+
+
+ AA0361
+ RESID
+
+
+
+ SULF
+ FindMod
+
+
+
+ AA0171
+ RESID
+
+
+
+ Medzihradszky et al., Mol. Cell. Proteomics 2004, 3, 429-440
+ Journal
+
+
+
+ 14752058
+ PubMed PMID
+
+
+
+ AA0172
+ RESID
+
+
+
+
+
+
+
+
+
+
+ glycation
+
+
+
+ glycation
+
+
+
+
+
+
+ Fructose
+ Glucose
+ Galactose
+ Mannose
+
+ GLUC
+ FindMod
+
+
+
+ 15279557
+ PubMed PMID
+
+
+
+ AA0152
+ RESID
+
+
+
+ AA0157
+ RESID
+
+
+
+ AA0327
+ RESID
+
+
+
+ AA0217
+ RESID
+
+
+
+ CMAN
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+ PDOC00168
+ Prosite
+
+
+
+ AA0118
+ RESID
+
+
+
+ LIPY
+ FindMod
+
+
+
+ 3522581
+ PubMed PMID
+
+
+ This group is normally a substituent on N6 of a lysine residue of an enzyme or other protein
+
+
+
+
+
+
+
+
+
+
+
+
+ GLCN
+ FindMod
+
+
+
+ AA0151
+ RESID
+
+
+
+ AA0154
+ RESID
+
+
+
+ 3086323
+ PubMed PMID
+
+
+
+ AA0155
+ RESID
+
+
+ The amine derivative of a hexose formed by replacing a hydroxyl group with an amino group.(+acetyl group)
+
+
+
+
+
+
+
+
+ 15609361
+ PubMed PMID
+
+
+
+ AA0102
+ RESID
+
+
+
+ FARN
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+ PDOC00008
+ Prosite
+
+
+
+ AA0059
+ RESID
+
+
+
+ AA0307
+ RESID
+
+
+
+ AA0078
+ RESID
+
+
+
+ MYRI
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Biochemistry; D.Voet and J.G.Voet WILEY(p728)
+ Book
+
+
+
+ AA0119
+ RESID
+
+
+
+ PLP
+ FindMod
+
+
+ The co-enzyme derivative of vitamin B6. Forms Schiff\'s bases of substrate amino acids during catalysis of transamination, decarboxylation and racemisation reactions.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0080
+ RESID
+
+
+
+ AA0079
+ RESID
+
+
+
+ AA0106
+ RESID
+
+
+
+ AA0077
+ RESID
+
+
+
+ PALM
+ FindMod
+
+
+
+ AA0339
+ RESID
+
+
+
+ AA0060
+ RESID
+
+
+ Palmitoylation is a post-translational modification that consists in the addition of a 16 carbons fatty acid, palmitate, to a cysteine residue through the creation of a thioester link.
+
+
+
+
+
+
+
+
+ AA0104
+ RESID
+
+
+
+ 15609361
+ PubMed PMID
+
+
+
+ GERA
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0150
+ RESID
+
+
+
+ PPAN
+ FindMod
+
+
+ Protein which contains at least one phosphopantetheine as the prosthetic group. In acyl carrier proteins (ACP) for example, it serves as a \'swinging arm\' for the attachment of activated fatty acid and amino-acid groups.
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0143
+ RESID
+
+
+
+ Structure
+ Misc. URL
+ http://www.aw-bc.com/mathews/EF/FAD.GIF
+
+
+ AA0144
+ RESID
+
+
+
+ AA0145
+ RESID
+
+
+
+ AA0221
+ RESID
+
+
+
+ FAD
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+ 10356335
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ homoarginine
+
+ 11078590
+ PubMed PMID
+
+
+
+ ASMS 2001 abstract
+ Misc. URL
+ http://www.indiana.edu/~reillyjp/ASMS2001posters/beardsley_poster.pdf
+
+
+ 11821862
+ PubMed PMID
+
+
+
+ 11085420
+ PubMed PMID
+
+
+
+ Anal. Biochem. 287, p110-117, 2000
+ Journal
+
+
+ Specific for sidechain of lysine. Does not modify the N-termini except for glycine at a slower rate than the side chain of lysine.
+
+
+
+
+
+
+
+
+
+
+
+ 11327326
+ PubMed PMID
+
+
+
+ Poli G, Schaur RJ., IUBMB Life 2000 Oct-Nov;50(4-5):315-21
+ Journal
+
+
+ A lipid-type modification. HNE forms a Michael addition product on Cysteine, Histidine and Lysines. Unusually, it doesn\'t replace a hydrogen on the amino acid side chain.
+
+
+
+
+
+
+
+
+
+ glucuronosyl
+
+ AA0291
+ RESID
+
+
+
+ AA0058
+ RESID
+
+
+
+ Lin, T.S. Kolattukudy, P.E., Eur. J. Biochem. 106, 341-351, 1980
+ Journal
+
+
+
+ 7398618
+ PubMed PMID
+
+
+ The addition of a sugar unit to a protein amino acid, e.g. the addition of glycan chains to proteins. Addition of glucuronic acid. Observed for N-term G
+
+
+
+
+
+
+
+
+
+
+
+ 3083866
+ PubMed PMID
+
+
+
+ 8344916
+ PubMed PMID
+
+
+
+ AA0229
+ RESID
+
+
+
+ GLUT
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+ N-trideuteriumacetoxy
+
+ 11857757
+ PubMed PMID
+
+
+
+ 11999733
+ PubMed PMID
+
+
+
+ 12175151
+ PubMed PMID
+
+
+
+ Controlling Deuterium isotope effects in comparative proteomics. Zhang, Roujian; Sioma, Cathy S.; Thompson, Robert A.; Xiong, Li; Regnier, Fred E.. Department of Chemistry, Purdue University, West Lafayette, IN, USA. Analytical Chemistry (2
+ Journal
+
+
+
+ Global internal standard technology for comparative proteomics. Chakraborty, Asish; Regnier, Fred E.. Department of Chemistry, Purdue University, West Lafayette, IN, USA. Journal of Chromatography, A (2002), 949(1-2), 173-184.
+ Journal
+
+
+
+ Comparative proteomics based on stable isotope labeling and affinity selection. Regnier, Fred E.; Riggs, Larry; Zhang, Roujian; Xiong, Li; Liu, Peiran; Chakraborty, Asish; Seeley, Erin; Sioma, Cathy; Thompson, Robert A. Department of Chemistry, Pu
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+ Comparative proteomics based on stable isotope labeling and affinity selection. Regnier, Fred E.; Riggs, Larry; Zhang, Roujian; Xiong, Li; Liu, Peiran; Chakraborty, Asish; Seeley, Erin; Sioma, Cathy; Thompson, Robert A. Department of Chemistry, Pu
+ Journal
+
+
+
+ 12175151
+ PubMed PMID
+
+
+
+ 11999733
+ PubMed PMID
+
+
+
+ 11857757
+ PubMed PMID
+
+
+
+ Global internal standard technology for comparative proteomics. Chakraborty, Asish; Regnier, Fred E.. Department of Chemistry, Purdue University, West Lafayette, IN, USA. Journal of Chromatography, A (2002), 949(1-2), 173-184.
+ Journal
+
+
+
+ Controlling Deuterium isotope effects in comparative proteomics. Zhang, Roujian; Sioma, Cathy S.; Thompson, Robert A.; Xiong, Li; Regnier, Fred E.. Department of Chemistry, Purdue University, West Lafayette, IN, USA. Analytical Chemistry (2
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+ Comparative proteomics based on stable isotope labeling and affinity selection. Regnier, Fred E.; Riggs, Larry; Zhang, Roujian; Xiong, Li; Liu, Peiran; Chakraborty, Asish; Seeley, Erin; Sioma, Cathy; Thompson, Robert A. Department of Chemistry, Pu
+ Journal
+
+
+
+ Global internal standard technology for comparative proteomics. Chakraborty, Asish; Regnier, Fred E.. Department of Chemistry, Purdue University, West Lafayette, IN, USA. Journal of Chromatography, A (2002), 949(1-2), 173-184.
+ Journal
+
+
+
+ Controlling Deuterium isotope effects in comparative proteomics. Zhang, Roujian; Sioma, Cathy S.; Thompson, Robert A.; Xiong, Li; Regnier, Fred E.. Department of Chemistry, Purdue University, West Lafayette, IN, USA. Analytical Chemistry (2
+ Journal
+
+
+
+ 11857757
+ PubMed PMID
+
+
+
+ 12175151
+ PubMed PMID
+
+
+
+ 11999733
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ N-(4-trimethylammoniumbutanoxy)-NHS
+
+ Comparative proteomics based on stable isotope labeling and affinity selection. Regnier, Fred E.; Riggs, Larry; Zhang, Roujian; Xiong, Li; Liu, Peiran; Chakraborty, Asish; Seeley, Erin; Sioma, Cathy; Thompson, Robert A. Department of Chemistry, Pu
+ Journal
+
+
+
+ 11857757
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Comparative proteomics based on stable isotope labeling and affinity selection. Regnier, Fred E.; Riggs, Larry; Zhang, Roujian; Xiong, Li; Liu, Peiran; Chakraborty, Asish; Seeley, Erin; Sioma, Cathy; Thompson, Robert A. Department of Chemistry, Pu
+ Journal
+
+
+
+ 11857757
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Comparative proteomics based on stable isotope labeling and affinity selection. Regnier, Fred E.; Riggs, Larry; Zhang, Roujian; Xiong, Li; Liu, Peiran; Chakraborty, Asish; Seeley, Erin; Sioma, Cathy; Thompson, Robert A. Department of Chemistry, Pu
+ Journal
+
+
+
+ 11857757
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Comparative proteomics based on stable isotope labeling and affinity selection. Regnier, Fred E.; Riggs, Larry; Zhang, Roujian; Xiong, Li; Liu, Peiran; Chakraborty, Asish; Seeley, Erin; Sioma, Cathy; Thompson, Robert A. Department of Chemistry, Pu
+ Journal
+
+
+
+ 11857757
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Controlling Deuterium isotope effects in comparative proteomics. Zhang, Roujian; Sioma, Cathy S.; Thompson, Robert A.; Xiong, Li; Regnier, Fred E.. Department of Chemistry, Purdue University, West Lafayette, IN, USA. Analytical Chemistry (2
+ Journal
+
+
+
+ Comparative proteomics based on stable isotope labeling and affinity selection. Regnier, Fred E.; Riggs, Larry; Zhang, Roujian; Xiong, Li; Liu, Peiran; Chakraborty, Asish; Seeley, Erin; Sioma, Cathy; Thompson, Robert A. Department of Chemistry, Pu
+ Journal
+
+
+
+ 12175151
+ PubMed PMID
+
+
+
+ 11857757
+ PubMed PMID
+
+
+
+ AA0130
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ Controlling Deuterium isotope effects in comparative proteomics. Zhang, Roujian; Sioma, Cathy S.; Thompson, Robert A.; Xiong, Li; Regnier, Fred E.. Department of Chemistry, Purdue University, West Lafayette, IN, USA. Analytical Chemistry (2
+ Journal
+
+
+
+ Comparative proteomics based on stable isotope labeling and affinity selection. Regnier, Fred E.; Riggs, Larry; Zhang, Roujian; Xiong, Li; Liu, Peiran; Chakraborty, Asish; Seeley, Erin; Sioma, Cathy; Thompson, Robert A. Department of Chemistry, Pu
+ Journal
+
+
+
+ 11857757
+ PubMed PMID
+
+
+
+ 12175151
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+ Controlling Deuterium isotope effects in comparative proteomics. Zhang, Roujian; Sioma, Cathy S.; Thompson, Robert A.; Xiong, Li; Regnier, Fred E.. Department of Chemistry, Purdue University, West Lafayette, IN, USA. Analytical Chemistry (2
+ Journal
+
+
+
+ Comparative proteomics based on stable isotope labeling and affinity selection. Regnier, Fred E.; Riggs, Larry; Zhang, Roujian; Xiong, Li; Liu, Peiran; Chakraborty, Asish; Seeley, Erin; Sioma, Cathy; Thompson, Robert A. Department of Chemistry, Pu
+ Journal
+
+
+
+ 11857757
+ PubMed PMID
+
+
+
+ 12175151
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ http://www.piercenet.com/Proteomics/browse.cfm?fldID=84EBE112-F871-4CA5-807F-47327153CFCB
+ Misc. URL
+
+
+
+ 15174056
+ PubMed PMID
+
+
+
+ Yoo, Byoung-Sam; Regnier, Fred E. Electrophoresis (2004), 25(9), 1334-1341
+ Journal
+
+
+
+
+
+
+
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+ 10717661
+ PubMed PMID
+
+
+
+
+
+ Could also be classed as chemical derivative
+
+
+
+
+
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+
+
+ Could also be classed as chemical derivative
+
+
+
+
+
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+ Degradation of the amino acids Isoleucine, Leucine and Tryptophan
+ Misc. URL
+ http://www.lbqp.unb.br/bioq/htm/aulas2D/deg_aa_ile_leu_trp.htm?reload_coolmenus
+
+
+ 9252331
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Reduction of Schiff base formed between K amino group and acetaldehyde
+
+
+
+
+
+
+
+
+ 11212008
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+ Arginine oxidation to gamma-glutamyl semialdehyde
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+ Jesus Requena, Chien-Chung Chao, Rodney L. Levine, and Earl R. Stadtman, Glutamic and aminoadipic semialdehydes are the main carbonyl products of metal-catalyzed oxidation of proteins, PNAS 98 69-74 (2001)
+ Journal
+ http://www.pnas.org/cgi/content/full/98/1/69
+
+
+ 9252331
+ PubMed PMID
+
+
+
+ 1680314
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+ 14678012
+ PubMed PMID
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 9750125
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Poster abstract P-48
+ Misc. URL
+ http://www.wzw.tum.de/proteomik/forum2003/Posters-Abstracts.pdf
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Poster abstract P-48
+ Misc. URL
+ http://www.wzw.tum.de/proteomik/forum2003/Posters-Abstracts.pdf
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Introduction to Protein Labeling
+ Misc. URL
+ http://www.piercenet.com/Proteomics/browse.cfm?fldID=84EBE112-F871-4CA5-807F-47327153CFCB
+
+
+ EZ-Link Sulfo-NHS-Biotin Reagents
+ Misc. URL
+ http://www.piercenet.com/Products/Browse.cfm?fldID=8D38BA83-EFDC-421A-853F-E96EBA380612
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EZ-Link Maleimide PEOn-Biotin (n = 2 and 11)
+ Misc. URL
+ http://www.piercenet.com/Products/Browse.cfm?fldID=01031005
+
+
+
+
+
+
+
+
+
+ 2-methoxy-4,5-dihydro-1H-imidazole derivative
+ Lys imidazole
+
+ 11746907
+ PubMed PMID
+
+
+
+ Rapid Communications in Mass Spectrometry, Volume 15, Issue 24 , Pages 2387 - 2392
+ Journal
+ http://dx.doi.org/10.1002/rcm.517
+
+
+ Agilent Lys Tag 4H Reagent Kit
+ Misc. URL
+ http://www.chem.agilent.com/cag/lystag.asp
+
+
+ Poster: Kelly Zhang, Gordon Nicol, Nina Zolotarjova, Cory Szafranski, Jerome Bailey, Liang-Sheng Yang, and Barry Boyes
+ Misc. URL
+ http://www.chem.agilent.com/cag/other/IMTHUPO2003.pdf
+
+
+
+
+
+
+
+
+
+ 2-methoxy-4,5-dihydro-1H-imidazole derivative
+
+ Rapid Communications in Mass Spectrometry, Volume 15, Issue 24 , Pages 2387 - 2392
+ Journal
+ http://dx.doi.org/10.1002/rcm.517
+
+
+ Agilent Lys Tag 4H Reagent Kit
+ Misc. URL
+ http://www.chem.agilent.com/cag/lystag.asp
+
+
+ 11746907
+ PubMed PMID
+
+
+
+ Poster: Kelly Zhang, Gordon Nicol, Nina Zolotarjova, Cory Szafranski, Jerome Bailey, Liang-Sheng Yang, and Barry Boyes
+ Misc. URL
+ http://www.chem.agilent.com/cag/other/IMTHUPO2003.pdf
+
+
+
+
+
+
+
+
+
+
+
+
+ http://www.piercenet.com/Proteomics/browse.cfm?fldID=84EBE112-F871-4CA5-807F-47327153CFCB
+ Misc. URL
+
+
+
+ Yoo, Byoung-Sam; Regnier, Fred E. Electrophoresis (2004), 25(9), 1334-1341
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 8839040
+ PubMed PMID
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+ ICAT page from the Royal Society of Chemistry
+ Misc. URL
+ http://www.chemsoc.org/exemplarchem/entries/2002/proteomics/icat.htm
+
+
+ Applied Biosystems product page
+ Misc. URL
+ https://products.appliedbiosystems.com/ab/en/US/adirect/ab?cmd=catNavigate2&catID=600902
+
+
+ Cleavable ICAT Reagent Kit for Protein Labeling
+ Misc. URL
+ http://docs.appliedbiosystems.com/pebiodocs/04333373.pdf
+
+
+
+
+
+
+
+
+
+
+ 7744761
+ PubMed PMID
+
+
+ Lys modification is formation of Schiff base.
+
+
+
+
+
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+ AA0121
+ RESID
+
+
+
+ ALLYS
+ FindMod
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+ 11120890
+ PubMed PMID
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Cleavable ICAT Reagent Kit for Protein Labeling
+ Misc. URL
+ http://docs.appliedbiosystems.com/pebiodocs/04333373.pdf
+
+
+ Applied Biosystems product page
+ Misc. URL
+ https://products.appliedbiosystems.com/ab/en/US/adirect/ab?cmd=catNavigate2&catID=600902
+
+
+ ICAT page from the Royal Society of Chemistry
+ Misc. URL
+ http://www.chemsoc.org/exemplarchem/entries/2002/proteomics/icat.htm
+
+
+
+
+ only with Listeria monocytogenes (gram-positive bacteria)
+
+
+
+
+
+
+
+
+
+ AA0021
+ RESID
+
+
+
+ 10825024
+ PubMed PMID
+
+
+
+ 8758896
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+ CysNEM
+
+ reaction
+ Misc. URL
+ http://www.chemistry.ucsc.edu/~fink/231/Image118.gif
+
+
+ 12777388
+ PubMed PMID
+
+
+
+ 11813307
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ J. Biol. Chem 2002 vol277 pp17048-17056
+ Journal
+
+
+
+ 11861642
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Reference http://www.piercenet.com/Proteomics/browse.cfm?fldID=84EBE112-F871-4CA5-807F-47327153CFCB
+ Misc. URL
+
+
+
+ http://web.indstate.edu/thcme/mwking/nitrogen-metabolism.html#urea
+ Misc. URL
+
+
+
+
+
+
+
+
+
+
+
+
+
+ http://web.indstate.edu/thcme/mwking/nitrogen-metabolism.html#urea
+ Misc. URL
+
+
+
+ http://www.piercenet.com/Proteomics/browse.cfm?fldID=84EBE112-F871-4CA5-807F-47327153CFCB
+ Misc. URL
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ glycineglycine
+
+ Grou et al., J Biol Chem. 2008 Mar 22; Epub
+ Journal
+ http://www.jbc.org/cgi/content/abstract/M800402200v1
+
+
+ Wang et al., J Cell Biol. 2007 May 21;177(4):613-24
+ Journal
+ http://www.ncbi.nlm.nih.gov/pubmed/17502423
+
+
+ 12872131
+ PubMed PMID
+
+
+
+ The Ubiquitin System for Protein Modification and Degradation
+ Misc. URL
+ http://www.nottingham.ac.uk/biochemcourses/students/ub/ubindex.html
+
+ The two glycine residues left on ubiquitinylated lysine after tryptic digestion
+
+
+
+ A protein in which either the N-terminal N-formylmethionine has not been processed by the methionyl-tRNA formyltransferase or which is posttranslationally modified by the attachment of at least one formyl group.
+
+
+ Can occur under CNBr cleavage conditions (70% HCOOH)
+
+
+ Can occur under CNBr cleavage conditions (70% HCOOH)
+
+
+ Can occur under CNBr cleavage conditions (70% HCOOH)
+
+
+ Can occur under CNBr cleavage conditions (70% HCOOH)
+
+
+
+
+
+
+ AA0211
+ RESID
+
+
+
+ 15799070
+ PubMed PMID
+
+
+
+ AA0021
+ RESID
+
+
+
+ FORM
+ FindMod
+
+
+
+ AA0384
+ RESID
+
+
+
+ AA0057
+ RESID
+
+
+
+ AA0384
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ Harbury glyco-ICAT C12
+
+ Silverman, Harbury, J. Biol. Chem. 2002, 277, 34, pp. 30968-30975
+ Journal
+
+
+
+ 12185208
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Harbury glyco-ICAT C13
+
+ Silverman, Harbury, J. Biol. Chem. 2002, 277, 34, pp. 30968-30975
+ Journal
+
+
+
+ 12185208
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 3,3-Dithio-bis-(sulfosuccinimidyl)propionate
+
+ Lomant, A.J. and Fairbanks, G., J.Mol. Biol. 104, 243-261 (1976)
+ Journal
+
+
+
+ Lee,W.T. and Conrad, D.H. 1985, J. Immunol. 134:518
+ Journal
+
+
+
+ 11710128
+ PubMed PMID
+
+
+
+ 3155470
+ PubMed PMID
+
+
+
+ 957432
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+ 1093385
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+ 5-iodoacetamidofluorescein, [63368-54-7]
+ CAS Registry
+
+
+
+ 3578767
+ PubMed PMID
+
+
+
+ Gorman, J. J., Eur. J. Biochem 1987, 168-9
+ Journal
+
+
+
+ Gorman, J. J., Anal Biochem 1984, 160, 376
+ Journal
+
+
+
+ 3311742
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+ 2026710
+ PubMed PMID
+
+
+
+ 15627961
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ 15627961
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ 2026710
+ PubMed PMID
+
+
+
+ 15627961
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ myristoyl with one double bond
+ C14:1 acylation
+
+ Neubert TA, Johnson RS, Hurley JB, Walsh KA (1992). The rod transducin alpha subunit amino terminus is heterogeneously fatty acylated. J Biol Chem. 267(26):18274-7.
+ Journal
+
+
+
+ 1326520
+ PubMed PMID
+
+
+ Found on vision signal transduction proteins
+
+
+
+
+
+
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+
+
+
+
+
+
+
+ myristoyl with 2 double bonds
+ C14:2 fatty acylation
+
+ Neubert TA, Johnson RS, Hurley JB, Walsh KA (1992). The rod transducin alpha subunit amino terminus is heterogeneously fatty acylated. J Biol Chem. 267(26):18274-7.
+ Journal
+
+
+
+ 1326520
+ PubMed PMID
+
+
+ Found on vision signal transduction proteins
+
+
+
+
+
+
+
+
+
+
+ Julka,S.Regnier,F.E Anal Chem. 2004 Oct 1;76(19):5799-806.
+ Journal
+
+
+
+ 15456300
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+ Man5
+ Core structure of high-mannose N-linked oligosaccharides
+
+
+
+
+
+
+
+
+
+
+
+
+ dansyl chloride [605-65-2]
+ CAS Registry
+
+
+
+
+
+ Virtual Modification for MS/MS of a-type ions
+
+
+
+
+
+
+ Decarboxylation of C-terminus as reaction inside the mass spectrometer
+
+ 14588022
+ PubMed PMID
+
+
+
+ D. Suckau, A. Resemann, Anal. Chem., 75(21):5817-24 (2003)
+ Journal
+
+
+ MS/MS experiments of mass spectrometric a-ions (MS^3) can be used for protein identification by library searching. T3-sequencing is such a technique (see reference). Search engines must recognize this \'virtual modification\' for this purpose.
+
+
+
+
+
+
+
+
+
+
+ ASMS 2004 abstract
+ Misc. URL
+ http://www.indiana.edu/~reillyjp/ASMS2004/janecki_Ext-Abs%20Amidination.pdf
+
+
+ 12643539
+ PubMed PMID
+
+
+
+ 6273432
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Saito T., Itoh T.; Journal of dairy Science, 75 (1992). p1768.
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ chitobiose core
+
+
+
+
+
+
+
+
+
+
+
+
+ Saito T., Itoh T.; Journal of dairy Science, 75 (1992). p1768.
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Selenocysteine conventionally represented by 1 letter code U
+
+
+
+
+
+
+ 12148805
+ PubMed PMID
+
+
+
+ AA0022
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ NBS reagent heavy
+
+ Rapid Communications in Mass Spectrometry, 17, 1642-1650 (2003)
+ Journal
+
+
+
+ 12845591
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+ Identifying and quantifying in vivo methylation sites by heavy methyl SILAC, Shao-En Ong et al., Nature methods 1(2) 2004, 1-8
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+ Identifying and quantifying in vivo methylation sites by heavy methyl SILAC, Shao-En Ong et al., Nature Methods 1(2) 1-8
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+ 2-nitrobenzenesulfenyl
+
+ 12845591
+ PubMed PMID
+
+
+
+ Rapid Communications in Mass Spectrometry, 17, 1642-1650 (2003)
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+ 1443554
+ PubMed PMID
+
+
+
+ Anal. Biochem. 1992, 205:151-158
+ Journal
+
+
+ Conversion of glycosylated asparagine residues upon deglycosylation with PGNase F in 18O labelled water.
+
+
+
+
+
+
+
+
+
+ (3-acrylamidopropyl)trimethylammonium
+
+ 15283597
+ PubMed PMID
+
+
+
+
+
+ Secondary adduct - much less common as C
+
+
+ Secondary adduct - much less common as C
+
+
+ Primary adduct formed
+
+
+
+
+
+
+ Butylated Hydroxytoluene
+
+ 9448752
+ PubMed PMID
+
+
+ BHT metabolism has been studied in rats and mice in relation to tumor promotion.
+
+
+
+
+
+
+
+
+
+
+ 2005 ASMS poster Presentation TP 527
+ Other
+
+
+ Phosphoserine to S-ethylcystine\r\nvia Beta elimination/Michael addition of ethylthiol
+
+
+
+
+
+
+
+
+
+
+
+ b-elimination thiol derivatization
+
+ 12216740
+ PubMed PMID
+
+
+ DAET = 2-(dimethylamino)ethanethiol; The phosphorylation to amine is the beta elimination of phosphate and Michael addition of 2-(dimethylamino)ethanethiol to the site.
+
+
+
+
+
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+
+
+ Used in SILAC experiment
+
+
+
+
+
+
+ heavy tyrosine
+
+ Ong, S-E, I. Kratchmarova, and M. Mann (2003). J Proteome Research 2: 173-181
+ Journal
+
+
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+ 12716131
+ PubMed PMID
+
+
+
+
+
+ Used in SILAC experiment
+
+
+
+
+
+
+
+
+ heavy phosphotyrosine
+
+ 12716131
+ PubMed PMID
+
+
+
+ Ong, S-E, I. Kratchmarova, and M. Mann (2003). J Proteome Research 2: 173-181
+ Journal
+
+
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+
+
+ Used in SILAC experiment
+
+
+ Used in SILAC experiment
+
+
+ Used in SILAC experiment
+
+
+ Used in SILAC experiment
+
+
+
+
+
+
+ Ong, S-E, I. Kratchmarova, and M. Mann (2003). J Proteome Research 2: 173-181
+ Journal
+
+
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+ 12716131
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ HPG arginine
+
+ 11698400
+ PubMed PMID
+
+
+
+ 11914093
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ 2 HPG arginine
+
+ 11698400
+ PubMed PMID
+
+
+ OH-PGO and PGO react with arginine at a stoichiometry of 2:1
+
+
+
+
+
+
+
+
+
+
+ (3-acrylamidopropyl)trimethylammonium
+
+ 15283597
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+ Double O18 (C-term)
+
+ 11467524
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Waters Application Note 930494
+ Misc. URL
+ http://www2.waters.com/watprod.nsf/newdocs/930494
+
+
+ 14997490
+ PubMed PMID
+
+
+
+ Hochleitner, E. O. et al, Proteomics 2004, 4, 669-676,
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+ reductive amination
+
+ Anal Chem 2003. 75, 6843
+ Journal
+
+
+
+ 14670044
+ PubMed PMID
+
+
+
+ Jue-Liang Hsu, Sheng-Yu Huang, and Shu-Hui Chen. Stable-Isotope based Multiplex Labeling Coupled with LC-MS/MS, HUPO 3rd ANNUAL WORLD CONGRESS, Bejing (China) 2004
+ Book
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 11507762
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 12766232
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ Acrolein94, FDP
+
+
+
+
+
+
+
+
+
+
+ Acrolein56
+
+ 10825247
+ PubMed PMID
+
+
+
+ 15541752
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+ Acrolein38
+
+
+
+
+
+
+
+ Acrolein76
+
+
+
+
+
+
+
+
+ Acrolein112
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0237
+ RESID
+
+
+
+ AA0169
+ RESID
+
+
+
+ Structure
+ Misc. URL
+ http://betelgeuse.u-strasbg.fr/DocPARP/DocPARG/images/Structure-pADPR.jpg
+
+
+ AA0168
+ RESID
+
+
+
+ AA0231
+ RESID
+
+
+
+ 15842200
+ PubMed PMID
+
+
+
+ AA0295
+ RESID
+
+
+
+ ADP
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 12766232
+ PubMed PMID
+
+
+
+
+
+ Low abundance
+
+
+
+
+
+
+
+
+
+
+
+ AKA iTRAQ4plex116/7
+ Applied Biosystems iTRAQ(TM) multiplexed quantitation chemistry
+
+ Applied Biosystems Chemistry Reference Guide
+ Misc. URL
+ http://docs.appliedbiosystems.com/pebiodocs/04351918.pdf
+
+ Different channels have the same nominal mass but slightly different exact masses. Use this value for all channels for quantitation purposes
+
+
+
+
+
+
+
+
+
+
+
+ 11283024
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+ BROM
+ FindMod
+
+
+
+ AA0179
+ RESID
+
+
+
+ AA0180
+ RESID
+
+
+
+ AA0173
+ RESID
+
+
+
+ AA0176
+ RESID
+
+
+
+ AA0175
+ RESID
+
+
+
+ AA0174
+ RESID
+
+
+
+ 9033387
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Yoo, Byoung-Sam; Regnier, Fred E. Electrophoresis (2004), 25(9), 1334-1341.
+ Journal
+
+
+
+ 15828771
+ PubMed PMID
+
+
+
+
+
+ alkaline phosphatase to dephosphorylate
+
+
+ alkaline phosphatase to dephosphorylate
+
+
+ alkaline phosphatase to dephosphorylate
+
+
+ digesting in labelled water
+
+
+
+
+
+ H2 18O Alkaline Phosphatase
+
+ 11467524
+ PubMed PMID
+
+
+
+
+
+ Used in SILAC experiment
+
+
+
+
+
+
+
+ heavy lysine
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+ 12716131
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 12110917
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ N-terminal / lysine sulfonation
+
+ Wang et al. 2004. Rapid Commun Mass Spectrom. 18(1):96-102
+ Journal
+
+
+
+ Chen et. al. Rapid Commun Mass Spectrom. 2004;18(2):191-8.
+ Journal
+
+
+
+ Shimadzu application note
+ Misc. URL
+ http://www.shimadzu-biotech.net/literature/application_note/202_1.pdf
+
+
+ 14745769
+ PubMed PMID
+
+
+
+ 14689565
+ PubMed PMID
+
+
+
+ 16526082
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Under construction
+ Misc. URL
+ http://www.targetdiscovery.com/index.php?topic=prod.idbe
+
+
+ Target discovery , Inc. IDBEST IGBP user manual
+ Other
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 15549660
+ PubMed PMID
+
+
+ Cytopiloyne is a polyacetylenic glucoside isolated form Bidens pilosa which can modulate T helper cell differentiation. Biotinylated cytopiloyne might be use to identify its receptor in T cell.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 15549660
+ PubMed PMID
+
+
+ Cytopiloyne is a polyacetylenic glucoside isolated form Bidens pilosa which can modulated T helper cell differentiation. Biotinylated cytopiloyne might be use to identify its receptor in T cell.
+
+
+
+ Used in SILAC experiment
+
+
+
+
+
+
+
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+ 12716131
+ PubMed PMID
+
+
+
+
+
+ Used in AQUA experiment
+
+
+
+
+
+
+
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+ 12771378
+ PubMed PMID
+
+
+
+
+
+ for SILAC expt
+
+
+
+
+
+ Trideuteration
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+
+
+ Used in AQUA experiment
+
+
+
+
+
+
+
+
+ 12771378
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ b-elimination PET derivatisation
+
+ Manfredo Quadroni in: ''Proteome Research: Mass Spectrometry (ed. P.James)'' pp 187-206
+ Book
+
+
+ PET = 2-[4-pyridyl]ethanethiol. This modification is a chemical derivative, based on a alkaline catalysed beta-elimination of phosphoserines and phosphothreonines and subsequent 1,4-addition of 2-[4-pyridine]ethanethiol. These modified serines and threonines produce in MS/MS a characteristic fragment which can be used for precursor-ion-scan experiments.
+
+
+
+
+
+
+
+
+
+ Ettan CAF MALDI
+
+ Anal.Chem 75(7):156A-165A
+ Journal
+
+
+
+ 15732931
+ PubMed PMID
+
+
+
+ 16046801
+ PubMed PMID
+
+
+ N-terminal sulfonation of diglycine to detect ubiquitination sites
+
+
+
+
+
+
+
+
+
+
+ Partis MD et al. 1983 J Prot Chem 2 263-277
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+ AA0230
+ RESID
+
+
+
+ 10442087
+ PubMed PMID
+
+
+
+ NTRY
+ FindMod
+
+
+
+ 15688001
+ PubMed PMID
+
+
+ Protein which is posttranslationally modified by the attachment of a nitric oxide group on the sulfur atom of one or more cysteine residues.
+
+
+
+
+ Primary site of modification
+
+
+
+
+
+
+
+
+
+
+
+
+ Biochim Biophys Acta. 1996 Feb 16; 1299(3):353-7
+ Journal
+
+
+
+ 8597590
+ PubMed PMID
+
+
+ Potential protein modification when using AEBSF (Pefabloc) as a serine protease inhibitor.
+
+
+
+ from reaction of SH group with iodoethanol
+
+
+
+
+
+
+
+ Anal Biochem. 2004 Oct 1;333(1):174-81
+ Journal
+
+
+
+ 15351294
+ PubMed PMID
+
+
+ A simplified procedure for the reduction and alkylation of cysteine residues in proteins prior to proteolytic digestion and mass spectral analysis. Hale JE, Butler JP, Gelfanova V, You JS, Knierman MD.
+
+
+
+
+
+
+
+
+ hydroxymethylvinyl ketone
+
+ 11743741
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 9629898
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Structure
+ Misc. URL
+ http://commons.wikimedia.org/wiki/Image:Coenzyme_a.png
+
+
+ AA0306
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ Glutamate methyl ester
+
+ P02942
+ Swiss-Prot
+
+
+
+ DEAME
+ FindMod
+
+
+
+ Anal Chem. 2007 Jan 15;79(2):673-81.
+ Journal
+
+
+
+
+
+
+
+
+
+
+ DIMETP
+ FindMod
+
+
+
+
+
+
+
+
+
+
+ Nature. 2004 Nov 18;432(7015):353-60. Epub 2004 Nov 03
+ Journal
+
+
+
+ 15525938
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ C-Terminal/Glutamate/Aspartate sulfonation
+
+ ASMS 2005: Panchaud et al. (Poster ThP 509) ''Combining protein identification and quantitation: C-terminal isotope-coded tagging''
+ Other
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ C-Terminal/Glutamate/Aspartate sulfonation
+
+ ASMS 2005: Panchaud et al. (Poster ThP 509) ''Combining protein identification and quantitation: C-terminal isotope-coded tagging''
+ Other
+
+
+
+ 9254591
+ PubMed PMID
+
+
+
+
+
+ EDC-coupled modification of D, E and C-terminus
+
+
+ EDC-coupled modification of D, E and C-terminus
+
+
+ EDC-coupled modification of D, E and C-terminus
+
+
+
+
+
+
+
+
+
+ Introduction to Protein Labeling
+ Misc. URL
+ http://www.piercenet.com/Proteomics/browse.cfm?fldID=84EBE112-F871-4CA5-807F-47327153CFCB
+
+ EDC crosslinker is used to couple biotin PEO-amine to carboxyl groups or 5\' phosphate groups
+
+
+
+
+
+
+
+
+ 7949339
+ PubMed PMID
+
+
+ The cleavage of a peptide bond between Try-Xxx with oxidation of tryptophan to the oxolactone occurs in the presence of BNPS-skatole. This is a useful method for the chemical cleavage of proteins specifically at tryptophan residues.
+
+
+
+
+
+
+
+
+
+
+
+ EZ-Link Biotin-HPDP (N-(6-(Biotinamido)hexyl)-3'-(2'-pyridyldithio)-propionamide
+ Misc. URL
+ http://www.piercenet.com/Products/Browse.cfm?fldID=01031002
+
+
+
+
+
+
+
+
+ 10695144
+ PubMed PMID
+
+
+
+
+
+ Used in base/residue interactions (in principle?)
+
+
+ Used in base/residue interactions (observed)
+
+
+ Used in base/residue interactions (in principle?)
+
+
+
+
+
+
+
+
+ UV induced cross-link product of Iodo-U-amp with WFY
+
+ 6540775
+ PubMed PMID
+
+
+
+ 11112526
+ PubMed PMID
+
+
+
+ 11567090
+ PubMed PMID
+
+
+ One note about this chemistry is that for W you have to take care of O2 big time (and extract the I-uracil monophosphate with organics to get rid of residual iodide).
+
+
+
+
+
+
+
+
+
+
+
+ 3-thiopropanoyl moiety from reduced DSP crosslinker or NHS-SS-biotin, modified with Iodoacetamide
+
+ Peirce MJ, Wait R, Begum S, Saklatvala J, Cope AP (2004) Mol Cell Proteomics 3: 56-65
+ Journal
+
+
+
+ Swaim CL, Smith JB, Smith DL (2004) J Am Soc Mass Spectrom 15:736-749
+ Journal
+
+
+
+ 15121203
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 10906242
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+ deoxyhexose
+
+ 15189151
+ PubMed PMID
+
+
+
+ Mormann, M., Macek, B., Gonzalez de Peredo, A., Hofsteenge, J., Peter-Katalinic, J. (2004). ''Structural studies on protein O-fucosylation by electron capture dissoziation.'' International Journal of Mass Spectrometry 234:11-21
+ Journal
+
+
+
+ 11344537
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+ esterification of carboxylic acids using D3-Methanolic HCl
+
+
+
+ Gamma-carboxylation
+
+
+ Gamma-carboxylation
+
+
+
+
+
+
+
+
+
+ AA0114
+ RESID
+
+
+
+ GGLU
+ FindMod
+
+
+
+ AA0363
+ RESID
+
+
+
+ AA0032
+ RESID
+
+
+
+ 3802193
+ PubMed PMID
+
+
+
+ AA0304
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+ mBromobimane
+
+ 7856876
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+ Vitamin k3 (Q)
+
+ 15939799
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+ 12442261
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0025
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ 16078144
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Amersham (GE Healthcare) instruction leaflet 25800983PL Rev-B, 2003
+ Other
+
+
+
+ 12872219
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ MDA62
+ usually major adduct formed from malondialdehyde (MDA) with the amino group of lysine residues
+
+
+
+ Malondialdehyde (MDA) adduct
+
+
+ 5-hydro-5-methylimidazol-4-one, Methylglyoxal adduct
+
+
+
+
+
+
+ MDA54
+
+ Uchida K, Sakai K, Itakura K, Osawa T, Toyokuni S. 1977. Protein modification by lipid peroxidation products: formation of malondialdehyde-derived N(epsilon)-(2-propenol)lysine in proteins. Arch Biochem Biophys. 346(1):45-52
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chemistry of Protein Conjugation and Crosslinking by Shan S. Wong, 1991, pg.32
+ Book
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Invitrogen X-link reagent
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pierce data sheet
+ Misc. URL
+ http://www.piercenet.com/files/0668ss5.pdf
+
+
+ 770170
+ PubMed PMID
+
+
+ imidoester cross-linker
+
+
+
+
+
+
+
+
+
+
+
+
+
+ O-ethyl-N-(biotinamidopentyl)decanamido phosphonate
+
+ 10611275
+ PubMed PMID
+
+
+
+ Liu, Patricelli and Cravatt; Activity-based protein profiling: The serine hydrolases. Proc Natl Acad Sci USA 96, 14694-14699 (1999)
+ Journal
+
+
+
+ Schopfer, Champion, Tamblyn, Thompson and Lockridge; Characteristic mass spectral fragments of the organophosphorus agent FP-biotin and FP-biotinylated peptides from trypsin and bovine albumin (Tyr410). Anal Biochem 345, 122-132 (2005)
+ Journal
+
+
+ FP-biotin was designed to label the active site serine of serine esterases/proteases.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Thiophos-biotin disulfide
+
+
+
+
+
+
+
+
+
+
+
+
+
+ O-isopropyl-N-biotinylaminohexyl phosphonate
+
+ Higson, Ferguson and Nikolaev; Synthesis of 6-N-biotinylaminohexyl isopropyl phosphorofluoridate: A potent tool for the inhibition/isolation of serine esterases and proteases. Synthesis 3, 407-409 (1999)
+ Journal
+
+
+ Commercially available from Toronto Research Chemicals Inc, as of 2005. Designed to label the active site serine of serine esterases/proteases.
+
+
+
+
+
+
+
+
+
+
+
+ Crabb JW et al, Protein Sci. 2002;11: 831
+ PubMed PMID
+
+
+ Michael addition adduct of 4-hydroxynonenal with histidine, cystein and lysine residues stabilized by reduction with NaBH4
+
+
+
+
+
+
+
+
+
+
+
+ http://www.piercenet.com/Proteomics/browse.cfm?fldID=84EBE112-F871-4CA5-807F-47327153CFCB
+ Misc. URL
+
+
+
+ Yoo, Byoung-Sam; Regnier, Fred E. Electrophoresis (2004), 25(9), 1334-1341
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Rapid Commun. Mass Spectrom. 2002; 16: 999-1001
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main; Mode of action of anticholinesterases. Pharmac Ther 6, 579-628 (1979)
+ Journal
+
+
+ A selective label for the active site serine of the serine esterase/protease family. It has also been shown to label tyrosine in serum albumin.
+
+
+
+
+
+
+
+
+
+
+
+
+ Main; Mode of action of anticholnesterases. Pharmac Ther 6, 579-628 (1979)
+ Journal
+
+
+ Created by auto-catalytic dealkylation of the O-Diisopropylphosphate adduct.
+
+
+
+ Use when labelling post-digest
+
+
+ Use when labelling pre-digest
+
+
+
+
+
+
+
+
+
+ Bruker Daltonics order reference
+ Misc. URL
+ http://www.bdal.de/life-science-tools/care-consumables-more/icpl-kit.html
+
+
+ Schmidt A, Kellermann J, Lottspeich F (2005): A novel strategy for quantitative proteomics using isotope-coded protein labels. Proteomics 5: 4-15
+ Journal
+
+
+ Attention: As the digest is typically applied AFTER ICPL_light/heavy labeling, only ProteinN-term labeling and Lys-specific labeling is applied.
+
+
+
+ Use when labelling pre-digest
+
+
+
+ Use when labelling post-digest
+
+
+
+
+
+
+
+
+ Bruker Daltonics order reference
+ Misc. URL
+ http://www.bdal.de/life-science-tools/care-consumables-more/icpl-kit.html
+
+
+ Schmidt A, Kellermann J, Lottspeich F (2005): A novel strategy for quantitative proteomics using isotope-coded protein labels. Proteomics 5: 4-15.
+ Journal
+
+
+ Attention: As the digest is typically applied AFTER ICPL_light/heavy labeling, only ProteinN-term labeling and Lys-specific labeling is applied.
+
+
+
+
+
+
+
+
+
+ Observed
+
+
+
+
+
+
+
+
+
+ 15489230
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0025
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0040
+ RESID
+
+
+
+ DIPH
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+ AA0103
+ RESID
+
+
+
+ FAR0
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+ AA0107
+ RESID
+
+
+
+ DIAC
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+ AA0115
+ RESID
+
+
+
+ CETH
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0116
+ RESID
+
+
+
+ HYPU
+ FindMod
+
+
+
+
+
+
+
+
+
+
+ AA0120
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+ AA0122
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0127
+ RESID
+
+
+
+ PYRUC
+ FindMod
+
+
+
+
+
+ Pyro-carbamidomethyl as a delta from Carbamidomethyl-Cys
+
+
+
+
+ N-Succinimide
+
+
+
+
+
+ oxobutanoic acid from N term Thr
+ pyruvic acid from N-term ser
+
+ AA0127
+ RESID
+
+
+
+ PYRUS
+ FindMod
+
+
+
+ AA0129
+ RESID
+
+
+
+ OXOB
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+ phycobiliviolin
+
+ AA0258
+ RESID
+
+
+
+ AA0131
+ RESID
+
+
+ phycocyanobilin and phycobiliviolin have different structures but the same empirical formula
+
+
+
+
+
+
+
+
+
+
+ AA0132
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0133
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0329
+ RESID
+
+
+
+ AA0135
+ RESID
+
+
+
+ AA0276
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0142
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+ AA0147
+ RESID
+
+
+
+ AA0148
+ RESID
+
+
+
+ TOPA
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0153
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0158
+ RESID
+
+
+
+ AA0159
+ RESID
+
+
+
+ AA0160
+ RESID
+
+
+
+ AA0161
+ RESID
+
+
+
+ AA0162
+ RESID
+
+
+
+ AA0163
+ RESID
+
+
+
+ AA0164
+ RESID
+
+
+
+ AA0165
+ RESID
+
+
+
+ AA0166
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0167
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0170
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0177
+ RESID
+
+
+
+ THRN
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+ AA0178
+ RESID
+
+
+
+ THRX
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+ AA0181
+ RESID
+
+
+
+
+
+ oxoalanine formylglycine
+
+
+
+
+ Lactone formation from C-terminal hydroxylysine
+
+
+
+
+ oxoalanine
+
+ AA0183
+ RESID
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+ AA0185
+ RESID
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+ AA0365
+ RESID
+
+
+
+ OXOAS
+ FindMod
+
+
+
+ DHY
+ FindMod
+
+
+
+ 15705169
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ formylglycine
+
+ AA0185
+ RESID
+
+
+
+ OXOAC
+ FindMod
+
+
+
+ Dierks T, Miech C, Hummerjohann J, Schmidt B, Kertesz MA, von Figura K. Posttranslational formation of formylglycine in prokaryotic sulfatases by modification of either cysteine or serine. J. Biol. Chem. 1998; 273: 25 560
+ Journal
+
+
+
+
+
+
+
+
+
+
+ AA0186
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ J. Biol. Chem., Vol. 277, Issue 48, 46140-46144, November 29, 2002
+ Journal
+
+
+
+ 12356754
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0371
+ RESID
+
+
+
+ AA0227
+ RESID
+
+
+
+ AA0203
+ RESID
+
+
+
+ AA0267
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 12356754
+ PubMed PMID
+
+
+
+ J. Biol. Chem., Vol. 277, Issue 48, 46140-46144, November 29, 2002
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+ AA0207
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+ AA0212
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0353
+ RESID
+
+
+
+ AA0220
+ RESID
+
+
+
+ AA0352
+ RESID
+
+
+
+ FMNH
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+ AA0223
+ RESID
+
+
+
+ ARCH
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0325
+ RESID
+
+
+
+ AA0228
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+ AA0236
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0248
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0252
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0256
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0264
+ RESID
+
+
+
+
+
+
+
+
+
+
+ THIOG
+ FindMod
+
+
+
+ AA0265
+ RESID
+
+
+
+
+
+
+
+
+
+ CYSP
+ FindMod
+
+
+
+ AA0269
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0287
+ RESID
+
+
+
+ AA0274
+ RESID
+
+
+
+ AA0275
+ RESID
+
+
+
+
+
+
+
+
+
+ AA0277
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0281
+ RESID
+
+
+
+ AA0375
+ RESID
+
+
+
+
+
+ trihydroxyphenylalanine
+
+
+ tryptophan oxidation to formylkynurenin
+
+
+ phenylalanine oxidation to dihydroxyphenylalanine
+
+
+ Sulphone
+
+
+
+
+
+ sulfinic acid
+
+
+
+
+
+ 12686488
+ PubMed PMID
+
+
+
+ AA0262
+ RESID
+
+
+
+ CSIA
+ FindMod
+
+
+
+ MSONE
+ FindMod
+
+
+
+ DIHYDR
+ FindMod
+
+
+
+ 9252331
+ PubMed PMID
+
+
+
+ AA0251
+ RESID
+
+
+
+ AA0370
+ RESID
+
+
+
+ Berlett, Barbara S.; Stadtman, Earl R. Journal of Biological Chemistry (1997), 272(33), 20313-20316.
+ Journal
+
+
+
+ AA0282
+ RESID
+
+
+
+ AA0369
+ RESID
+
+
+
+ AA0263
+ RESID
+
+
+
+ Hyun Ae Woo, et. al., Science Vol. 300. no. 5619, pp. 653 - 656
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0386
+ RESID
+
+
+
+ AA0290
+ RESID
+
+
+
+ OCTA
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0296
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0297
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+ AA0308
+ RESID
+
+
+
+ PALE
+ FindMod
+
+
+
+
+
+
+
+
+
+
+ AA0309
+ RESID
+
+
+
+ CHOL
+ FindMod
+
+
+
+
+
+
+
+
+
+
+ AA0312
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+ AA0316
+ RESID
+
+
+
+ CHDH
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0321
+ RESID
+
+
+
+ PYRK
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0324
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0328
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+ AA0333
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0334
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+ AA0335
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0350
+ RESID
+
+
+
+ AA0349
+ RESID
+
+
+
+ FMN
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0351
+ RESID
+
+
+
+ FMNC
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0355
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+ AA0359
+ RESID
+
+
+
+ TRIMETK
+ FindMod
+
+
+
+
+
+ Beta elimination of O-glycosylation under alkaline conditions followed by reduction
+
+
+
+ Beta elimination of O-glycosylation under alkaline conditions followed by reduction
+
+
+
+
+ Serine to Alanine
+ Threonine to a-aminobutyrate
+
+ AA0191
+ RESID
+
+
+
+ 14235557
+ PubMed PMID
+
+
+
+ AA0373
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0374
+ RESID
+
+
+
+
+
+
+
+
+
+
+
+
+ AA0387
+ RESID
+
+
+
+ AA0385
+ RESID
+
+
+
+ DECA
+ FindMod
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 12356754
+ PubMed PMID
+
+
+
+ J. Biol. Chem., Vol. 277, Issue 48, 46140-46144, November 29, 2002
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+ J. Biol. Chem., Vol. 277, Issue 48, 46140-46144, November 29, 2002
+ Journal
+
+
+
+ 12356754
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Galactosamine
+ Glucosamine
+
+
+
+
+
+
+
+
+
+
+ Dimethyl pimelimidate
+
+ Imidoester Cross-linkers
+ Misc. URL
+ http://www.piercenet.com/files/0668ss5.pdf
+
+
+ Packman, L.C. and Perhan, R.N. (1982). Quaternary Structures the Pyruvate Dehydrogenase Multienzyme Complex of Bacillus Stearothermophilus Studies by a New Reversible Crosslinking Procedure with Bis(imidoesters). Biochem. 21, 5171-5175.
+ Journal
+
+
+
+ Hand, E.S., and Jencks, W.P. (1962). Mechanism of the reaction of imidoesters with amines. J. Am. Chem. Soc. 84, 3505-3514.
+ Journal
+
+
+
+
+
+ Dimethyl pimelimidate, reaction with both ends
+
+
+ Dimethyl pimelimidate, reaction with both ends
+
+
+
+
+
+
+ Dimethyl pimelimidate
+
+ Imidoester Cross-linkers
+ Misc. URL
+ http://www.piercenet.com/files/0668ss5.pdf
+
+
+ Hand, E.S., and Jencks, W.P. (1962). Mechanism of the reaction of imidoesters with amines. J. Am. Chem. Soc. 84, 3505-3514.
+ Journal
+
+
+
+ Packman, L.C. and Perhan, R.N. (1982). Quaternary Structures the Pyruvate Dehydrogenase Multienzyme Complex of Bacillus StearothermophilusStudies by a New Reversible Crosslinking Procedure with Bis(imidoesters). Biochem. 21, 5171-5175.
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+ 2081203
+ PubMed PMID
+
+
+ fluorescent derivative
+
+
+
+
+
+
+
+
+
+
+
+
+ N-terminal / lysine sulfonation
+
+ 16526082
+ PubMed PMID
+
+
+
+ Lee et al, Rapid Commun Mass Spetrom 2004, 18, 3019-3027
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ J. Mass Spectrom. 2005; 40: 238-249
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ J. Mass Spectrom. 2005; 40: 238-249
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Ahn, B., Rhee, S.G., and Stadtmann, E. R. (1987) Anal. Biochem.
+ Journal
+
+
+
+
+
+ pT gives beta-methylaminoethylcysteine
+
+
+ pS gives aminoethylcysteine
+
+
+
+
+
+
+
+
+ beta-methylaminoethylcysteine
+
+ Z. A. Knight et al, Nature Biotech., 21(9) 1047-1054 (2003)
+ Journal
+
+
+ Modification procedure used for phosphopeptide mapping
+
+
+
+ found in canned food products
+
+
+
+
+
+
+
+ Berger U, Oehme M, Girardin L., Fresenius J Anal Chem. 2001 Jan 2;369(2):115-23.
+ Journal
+
+
+ Found in canned food products
+
+
+
+
+
+
+
+ K4
+ For SILAC experiments
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Amersham (GE Healthcare) instruction leaflet 25800983PL Rev-B, 2003
+ Other
+
+
+
+ 12872219
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ Dehydroretronecine
+
+ 16222722
+ PubMed PMID
+
+
+
+
+
+
+ primary adduct
+
+
+
+
+
+
+
+ t-butyl hydroxylated BHT
+
+ 16533022
+ PubMed PMID
+
+
+ BHTOH is formed upon metabolism of BHT with P450 enzymes. The BHTOH is further metabolized to its quinone methide (electrophile) which reacts with -SH and -NH2 groups
+
+
+
+
+
+
+
+
+
+
+
+
+ Under construction
+ Misc. URL
+ http://www.targetdiscovery.com/index.php?topic=prod.idbe
+
+
+ Target discovery , Inc. IDBEST IGBP user manual
+ Other
+
+
+
+
+
+
+
+
+
+
+
+
+ Chemistry of Protein Conjugation and Crosslinking by Shan S. Wong, 1991, pg.32
+ Book
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Salomon RG. Antioxid Redox Signal. 2005 Jan-Feb;7(1-2):185-201.
+ Journal
+
+
+
+ Salomon RG. Chem Phys Lipids. 2005 Mar;134(1):1-20.
+ Journal
+
+
+
+ 15650407
+ PubMed PMID
+
+
+
+ 15752459
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pierce, A., Dewaal, E., Vanremmen, H., Richardson, A. & Chaudhuri, A. (2006). A Novel Approach for Screening the Proteome for Changes in Protein Conformation. Biochemistry 45, 3077-3085.
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+ Jue-Liang Hsu, Sheng-Yu Huang, and Shu-Hui Chen. Stable-Isotope based Multiplex Labeling Coupled with LC-MS/MS, HUPO 3rd ANNUAL WORLD CONGRESS, Bejing (China) 2004
+ Other
+
+
+
+
+
+
+
+
+
+
+
+ J. Proteome Res. 2005, 4, 101-108.
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+ Salomon RG. Antioxid Redox Signal. 2005 Jan-Feb;7(1-2):185-201.
+ Journal
+
+
+
+ Salomon RG. Chem Phys Lipids. 2005 Mar;134(1):1-20.
+ Journal
+
+
+
+ 15650407
+ PubMed PMID
+
+
+
+ 15752459
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+ 16335955
+ PubMed PMID
+
+
+
+ J Proteome Res. 2005 Nov-Dec;4(6):2099-108
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 16771548
+ PubMed PMID
+
+
+
+
+
+ Maillard reaction (first event)
+
+
+ Maillard reaction (first event)
+
+
+
+
+
+
+ lac
+
+ ANALYTICAL BIOCHEMISTRY 259, 152-161 (1998)
+ Journal
+
+
+
+ BIOCHIMECAL AND BIOPHYSICAL RESEARCH COMMUNICATIONS 236, 413-417 (1997)
+ Journal
+
+
+ Lactosylation of bovine Beta-Lactoglobulin
+
+
+
+
+
+
+
+
+
+
+ 15650407
+ PubMed PMID
+
+
+
+ 15752459
+ PubMed PMID
+
+
+
+ Salomon RG. Chem Phys Lipids. 2005 Mar;134(1):1-20.
+ Journal
+
+
+
+ Salomon RG. Antioxid Redox Signal. 2005 Jan-Feb;7(1-2):185-201.
+ Journal
+
+
+
+
+
+
+
+ Side reaction, low abundance
+
+
+
+
+
+
+
+ CLIP_TRAQ_single
+ CLIP-TRAQ-1 H(17) C(11) N(3) O(4) is an in-house made compound that reacts with primary amines through a N-hydroxysuccinimide group leading to a 140.0949 Da mass shift (monoisotopic) in MS mode. The reporter ion in MS/MS mode is 113 m/z. (See also CLIP-TRAQ-2).
+
+
+
+
+
+ Side reaction, low abundance
+
+
+
+
+
+
+
+
+ CLIP_TRAQ_double
+ CLIP-TRAQ-2 H(17) C(10) C13 N(3) O(4) is an in-house made compound that reacts with primary amines through a N-hydroxysuccinimide group leading to a 141.0983 Da mass shift (monoisotopic) in MS mode. The reporter ion in MS/MS mode can either be 113 or 114 m/z depending on the position of isotopic C13 in the molecule. (Fahlman, R. and Overall, C.M. in preparation).
+
+
+
+
+
+
+
+
+
+
+ 15650407
+ PubMed PMID
+
+
+
+ 15752459
+ PubMed PMID
+
+
+
+ Salomon RG. Chem Phys Lipids. 2005 Mar;134(1):1-20.
+ Journal
+
+
+
+ Salomon RG. Antioxid Redox Signal. 2005 Jan-Feb;7(1-2):185-201.
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+ Maleimide-PEG-Biotin
+
+ EZ-Link Maleimide PEOn-Biotin
+ Misc. URL
+ http://www.piercenet.com/Products/Browse.cfm?fldID=01031005
+
+
+
+
+
+
+
+
+
+
+
+
+
+ EZ-Link Sulfo-NHS-Biotin Reagents
+ Misc. URL
+ http://www.piercenet.com/Products/Browse.cfm?fldID=8D38BA83-EFDC-421A-853F-E96EBA380612
+
+
+
+
+ photosensitive
+
+
+
+
+
+
+
+ fluorescein-NEM
+
+ 9325338
+ PubMed PMID
+
+
+
+ 11665566
+ PubMed PMID
+
+
+
+ Thiol-Reactive Probes
+ Misc. URL
+ http://probes.invitrogen.com/media/pis/mp00003.pdf
+
+
+
+
+
+
+
+
+
+
+
+
+ 15795231
+ PubMed PMID
+
+
+ In a recent publication (see reference), we have shown that family 84 glycoside hydrolases contain a deep pocket beneath the 2-acetamido group of its substrate (N-acetyl-glucosamine). With this strucual feature in mind, we have designed a specific inhibitor that contains a chloride group appended to the end of the propyl chain on a known inhibitor termed propyl-NAG-thiazoline. We have shown kinetically that this molecule is a potent suicide inhibitor of this enzyme famiy and now wish to know the precise residue which is acting as the nucleophile to dispace the choride atom. We have included all residues that are in the vacinity of the chloride atom that could potentially act in a nucleophilic manner.
+
+
+
+
+
+
+
+
+
+ 9004526
+ PubMed PMID
+
+
+ More commonly seen as a neutral loss
+
+
+
+ Low abundance
+
+
+
+
+
+
+
+
+
+
+ Applied Biosystems iTRAQ(TM) multiplexed quantitation chemistry
+
+ Applied Biosystems Chemistry Reference Guide
+ Misc. URL
+ http://docs.appliedbiosystems.com/pebiodocs/04351918.pdf
+
+ Different channels have the same nominal mass but slightly different exact masses.
+
+
+
+ Low abundance
+
+
+
+
+
+
+
+
+
+
+
+ Applied Biosystems iTRAQ(TM) multiplexed quantitation chemistry
+
+ Applied Biosystems Chemistry Reference Guide
+ Misc. URL
+ http://docs.appliedbiosystems.com/pebiodocs/04351918.pdf
+
+ Different channels have the same nominal mass but slightly different exact masses.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Addition of LRGG
+
+
+
+ Low abundance
+
+
+
+
+
+
+
+
+
+
+ CLIP_TRAQ_3 (H(20) C(11) C13 N(3) O(4) is an in-house made compound that reacts with primary amines through a N-hydroxysuccinimide group leading to a 155.1 Da mass shift (monoisotopic) in MS mode. The reporter ion in MS/MS mode can either be 127 or 128 m/z depending on the position of isotopic C13 in the molecule. (Fahlman, R. and Overall, C.M. in preparation).
+
+
+
+
+
+ Low abundance
+
+
+
+
+
+
+
+
+ CLIP_TRAQ_4 is an in-house made compound that reacts with primary amines through a N-hydroxysuccinimide group leading to a 128.1 Da mass shift (monoisotopic) in MS mode. The reporter ion in MS/MS mode can either be 100 or 101 m/z depending on the position of isotopic C13 in the molecule. (Fahlman, R. and Overall, C.M. in preparation).
+
+
+
+
+
+
+
+
+
+
+
+ Cayman Chemical data sheet
+ Misc. URL
+ http://www.caymanchem.com/pdfs/10141.pdf
+
+
+
+
+
+
+
+
+
+
+
+
+ Cayman Chemical data sheet
+ Misc. URL
+ http://www.caymanchem.com/pdfs/10013.pdf
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nature Biotechnology 22, 450 - 454 (2004)
+ Journal
+ http://www.nature.com/nbt/journal/v22/n4/abs/nbt947.html
+
+
+ 15004565
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Nature Biotechnology 22, 450 - 454 (2004)
+ Journal
+ http://www.nature.com/nbt/journal/v22/n4/abs/nbt947.html
+
+
+ 15004565
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Low efficiency
+
+
+ Low efficiency
+
+
+
+
+ Low efficiency
+
+
+
+
+
+
+
+
+
+ Isotope-differentiated binding energy shift tags
+ Misc. URL
+ http://www.targetdiscovery.com/article.php?topic=crpc.prst&story=20060321132643690
+
+
+
+
+
+
+
+
+
+
+
+ Michael addition of nitro-linoleic acid to Cys and His
+
+ JBC 281(29):20450-63; 2006
+ Journal
+
+
+ Reversible post-translational modification of proteins by nitrated fatty acids
+
+
+
+
+
+
+
+
+
+
+ Michael addition of nitro-oleic acid to Cys and His
+
+ JBC 281(29):20450-63; 2006
+ Journal
+
+
+ Reversible post-translational modification of proteins by nitrated fatty acids
+
+
+
+ Use when labelling post-digest
+
+
+ Use when labelling pre-digest
+
+
+
+
+
+
+
+
+
+
+ Bruker Daltonics order reference
+ Misc. URL
+ http://www.bdal.de/life-science-tools/care-consumables-more/icpl-kit.html
+
+
+ Schmidt A, Kellermann J, Lottspeich F (2005): A novel strategy for quantitative proteomics using isotope-coded protein labels. Proteomics 5: 4-15
+ Journal
+
+
+
+ 15602776
+ PubMed PMID
+
+
+ Attention: As the digest is typically applied AFTER ICPL_light/heavy labeling, only ProteinN-term labeling and Lys-specific labeling is applied.
+
+
+
+ Low abundance
+
+
+
+
+
+
+
+
+
+
+
+ AKA iTRAQ8plex:13C(7)15N(1)
+ Applied Biosystems iTRAQ(TM) multiplexed quantitation chemistry
+ Other 4 channels have the same nominal mass but slightly different exact mass. For quantitation purposes, use this entry for all channels
+
+
+
+
+
+
+
+
+
+
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+ Ong, S-E, I. Kratchmarova, and M. Mann (2003). J Proteome Research 2: 173-181
+ Journal
+
+
+
+
+
+ Used in SILAC experiment
+
+
+
+
+
+
+
+
+
+ heavy D9 lysine
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+ CDNLM-6810
+ Misc. URL
+ http://www.isotope.com/cil/products/displayproduct.cfm?prod_id=8635
+
+
+
+
+
+
+
+
+
+
+
+
+ Liu Z, Minkler P, and Sayre L. Chem. Res. Toxicology 2003 16 901-911
+ Journal
+
+
+ Mass Spectroscopic Characterization of Protein Modification by 4-Hydroxy-2-(E)-nonenal and 4-Oxo-2-(E)-nonenal.
+
+
+
+
+
+
+
+
+
+
+
+ Chemico-Biological Interactions 143-144(2003) 93-100.
+ Journal
+
+
+ Covalent adduction of nucleophilic amino acids by 4-hydroxynonenal and 4-oxononenal
+
+
+
+
+
+
+
+
+
+
+
+
+ Fidder, Hulst, Noort, Ruiter, van der Schans, Benschop and Langenberg; Retrospective detection of exposure to organophosphorus anti-cholinesterases: Mass spectrometric analysis of phosphylated human butyrylcholinestease. Chem. Res. Toxicol. 15, 582-590 (2002)
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main; Mode of action of anticholnesterases. Pharmac Ther 6, 579-628 (1979)
+ Journal
+
+
+ Created by auto-catalytic dealkylation of the O-Dimethylphosphate adduct.
+
+
+
+
+
+
+
+
+
+
+
+
+ Fidder, Hulst, Noort, Ruiter, van der Schans, Benschop and Langenberg; Retrospective detection of exposure to organophosphorus anti-cholinesterases: Mass spectrometric analysis of phosphylated human butyrylcholinestease. Chem. Res. Toxicol. 15, 582-590 (2002)
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main; Mode of action of anticholnesterases. Pharmac Ther 6, 579-628 (1979)
+ Journal
+
+
+ Created by auto-catalytic dealkylation of the O-Diethylphosphate adduct.
+
+
+
+
+
+
+
+
+
+
+
+
+ Fidder, Hulst, Noort, Ruiter, van der Schans, Benschop and Langenberg; Retrospective detection of exposure to organophosphorus anti-cholinesterases: Mass spectrometric analysis of phosphylated human butyrylcholinestease. Chem. Res. Toxicol. 15, 582-590 (2002)
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Main; Mode of action of anticholnesterases. Pharmac Ther 6, 579-628 (1979)
+ Journal
+
+
+ Created by auto-catalytic dealkylation of either the O-pinacolylmethylphosphonate adduct, or the O-isopropylmethylphosphonate adduct.
+
+
+
+
+
+
+
+
+
+
+
+
+ Fidder, Hulst, Noort, Ruiter, van der Schans, Benschop and Langenberg; Retrospective detection of exposure to organophosphorus anti-cholinesterases: Mass spectrometric analysis of phosphylated human butyrylcholinestease. Chem. Res. Toxicol. 15, 582-590 (2002)
+ Journal
+
+
+
+
+
+ Low abundance
+
+
+
+
+
+
+
+
+
+
+
+ Applied Biosystems iTRAQ(TM) multiplexed quantitation chemistry
+ Other 4 channels have the same nominal mass but slightly different exact mass. For quantitation purposes, use iTRAQ8plex for all channels
+
+
+
+ The addition of DTT adds 136.2 not 154.2 to Serine due to loss of water in reaction
+
+
+ The addition of DTT adds 136.2 not 154.2 to Threonine due to loss of water in reaction
+
+
+
+
+
+
+
+ threo-1,4-dimercaptobutane-2,3-diol
+ Cleland's reagent
+
+ Methods Enzymol. 2006;415:113-33. Links rnIdentification of O-GlcNAc sites on proteins.Whelan SA, Hart GW.
+ PubMed PMID
+ 17116471
+
+
+ Mol Cell Proteomics. 2002 Oct;1(10):791-804. rnMapping sites of O-GlcNAc modification using affinity tags for serine and threonine post-translational modifications.Wells L, Vosseller K, Cole RN, Cronshaw JM, Matunis MJ, Hart GW.
+ PubMed PMID
+ 12438562
+
+
+ Proteomics. 2005 Feb;5(2):388-98. Links rnQuantitative analysis of both protein expression and serine / threonine post-translational modifications through stable isotope labeling with dithiothreitol.Vosseller K, Hansen KC, Chalkley RJ, Trinidad JC, Wells L, Hart GW, Burlingame AL.
+ PubMed PMID
+ 15648052
+
+ Beta-elimination and Michael addition of dithiothreitol (DTT) to serine and threonine adds a weight of approximately 136.2.
+
+
+
+
+
+
+
+
+
+
+ Carbodiimide mediated blocking of free carboxylic acids (Asp/Glu sidechains and C-termini) with ethanolamine; reaction yields an amide-bond between the carboxylic acid of the peptide/protein and the primary amine of ethanolamine; reaction irreversibly modifies carboxylic acids. Shown above is the composition of the mass adduct, after substraction of water.
+
+
+
+
+
+
+
+
+
+
+
+
+ Tandem Mass Tag sixplex labelling kit Proteome Sciences
+ Tandem Mass Tag® and TMT® are registered Trademarks of Proteome Sciences plc.
+
+ Juergen.Schaefer@Proteomics.com
+ Other
+
+
+ Sixplex-TMT® reagents 6TMT-126, 6TMT-127, 6TMT-128, 6TMT-129, 6TMT-130, 6TMT-131 Masses of the TMT® fragment ions to be quantified:126.1283 127.1316 128.1350 129.1383 130.1417 131.1387
+
+
+
+
+
+
+
+
+
+ Cleland's reagent
+
+ Methods Enzymol. 2006;415:113-33. Links rnIdentification of O-GlcNAc sites on proteins.Whelan SA, Hart GW.
+ PubMed PMID
+ 17116471
+
+
+ Mol Cell Proteomics. 2006 May;5(5):923-34. Epub 2006 Feb 1. Links rnO-linked N-acetylglucosamine proteomics of postsynaptic density preparations using lectin weak affinity chromatography and mass spectrometry.Vosseller K, Trinidad JC, Chalkley RJ, Specht CG, Thalhammer A, Lynn AJ, Snedecor JO, Guan S, Medzihradszky KF, Maltby DA, Schoepfer R, Burlingame AL.
+ PubMed PMID
+ 16452088
+
+
+ Mol Cell Proteomics. 2002 Oct;1(10):791-804. Mapping sites of O-GlcNAc modification using affinity tags for serine and threonine post-translational modifications.Wells L, Vosseller K, Cole RN, Cronshaw JM, Matunis MJ, Hart GW.
+ PubMed PMID
+ 12438562
+
+ When the beta-elimination and Michael addition of dithiothreitol (DTT) (BEMAD) reaction is used with alkylated cysteine a sulfur group is lost leaving the addition of approximately 120.2 in the chemical reaction.
+
+
+
+
+
+
+
+
+
+
+
+ Tandem Mass Tag® and TMT® are registered Trademarks of Proteome Sciences plc.
+ Tandem Mass Tag Duplex labelling kit Proteome Sciences
+
+ Juergen.Schaefer@Proteomics.com
+ Other
+
+
+ Duplex-TMT® reagents 2TMT-126, 2TMT-127 Masses of the TMT® fragment ions to be quantified: 126.1283 127.1316
+
+
+
+
+
+
+
+
+
+
+ Tandem Mass Tag® and TMT® are registered Trademarks of Proteome Sciences plc.
+
+ Juergen.Schaefer@Proteomics.com
+ Other
+
+
+ This modification describes the \"native\" TMT Reagent without isotopic label.
+
+
+
+
+
+
+
+
+
+
+
+ PerkinElmer ExacTag Thiol kit
+
+ PerkinElmer ExacTag product page
+ Misc. URL
+ http://www.perkinelmer.com/exactag
+
+ Accurate mass for Exactag Thiol labels
+
+
+
+
+
+
+
+
+
+
+
+
+ PerkinElmer ExacTag Amine kit
+
+ PerkinElmer ExacTag product page
+ Misc. URL
+ http://www.perkinelmer.com/exactag
+
+ Accurate mass for Exactag Amine labels. Includes the mass of the conjugation reagent
+
+
+
+
+
+
+
+
+
+
+
+ Naisbitt, D. J., O'Neill, P. M., Pirohamed, M., and Park, B. K. 1996. Bioorganic and Medicinal Chemistry Letters 6(13):1511-1516.
+ Journal
+
+
+ Synthesis and Reactions of Nitroso Sulphamethoxazole with Biological Nucleophiles: Implications for Immune Mediated Toxicity.
+
+
+
+
+
+
+
+
+
+
+
+ Liu. Z., Minkler, P. E., and Sayre, L. M. Chem. Res. Toxico. 2003, 16, 901-911.
+ Journal
+
+
+ Mass Spectorscopic Characterization of Protein Modification by 4-hydroxy-2-(E)-nonenal and 4-oxo-2-(E)-nonenal
+
+
+
+
+
+
+
+
+
+
+
+ Naisbitt, D. J., O'Neill, P. M., Pirohamed, M., and Park, B. K. 1996. Bioorganic and Medicinal Chemistry Letters 6(13):1511-1516.
+ Journal
+
+
+ Synthesis and Reactions of Nitroso Sulphamethoxazole with Biological Nucleophiles: Implications for Immune Mediated Toxicity.
+
+
+
+
+
+
+
+
+
+
+
+ Naisbitt, D. J., O'Neill, P. M., Pirohamed, M., and Park, B. K. 1996. Bioorganic and Medicinal Chemistry Letters 6(13):1511-1516.
+ Journal
+
+
+ Synthesis and Reactions of Nitroso Sulphamethoxazole with Biological Nucleophiles: Implications for Immune Mediated Toxicity.
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 4-bromophenacyl bromide [99-73-0]
+ CAS Registry
+
+
+
+ 428399
+ PubMed PMID
+
+
+ phenacyl bromide conjugated with a linker and biotin tag, details not published yet
+
+
+
+
+
+
+
+
+
+
+ Cleland's reagent
+
+ Vosseller K, Hansen KC, Chalkley RJ, Trinidad JC, Wells L, Hart GW, Burlingame AL. Proteomics. 2005 5(2):388-98. Quantitative analysis of both protein expression and serine / threonine post-translational modifications through stable isotope labeling with dithiothreitol.
+ Journal
+
+
+
+ 15648052
+ PubMed PMID
+
+
+ Can be used for quantitative analysis of cysteine-containing peptides. Same reaction can be used for quantitative analysis of O-linked post-translational modifications to serines and threonines, but then the modification is 16 Da more in mass; i.e. isotopically labeled reagent adds 142 Da in mass.
+
+
+
+ Simple cyclic compound C16H16O2 adds to cysteine forming fluorescent derivative.
+
+
+
+
+
+
+
+ Biochemistry 2005 vol 44 pp 1833-1845
+ Journal
+ http://dx.doi.org/10.1021/bi048228c
+
+
+
+
+ Result of Arg to Pro conversion of 13C(6) labelled Arg
+
+
+
+
+
+
+ Ong, S-E, I. Kratchmarova, and M. Mann (2003). J Proteome Research 2: 173-181
+ Journal
+
+
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+ 12716131
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 2,4-dichlorobenzylcarbamidomethyl
+
+ Analytical Chemistry (2000) 72 6 1112-1118
+ Journal
+
+
+
+ 10740847
+ PubMed PMID
+
+
+ Modified peptides identified by isotope pattern. Restriction to cysteine-containing peptides combined with high mass accuracy allows peptide identification.
+
+
+
+
+
+
+
+
+
+
+
+ Cleland's reagent
+
+ 15648052
+ PubMed PMID
+
+
+
+ Vosseller K, Hansen KC, Chalkley RJ, Trinidad JC, Wells L, Hart GW, Burlingame AL. Proteomics. 2005 5(2):388-98. Quantitative analysis of both protein expression and serine / threonine post-translational modifications through stable isotope labeling with dithiothreitol.
+ Journal
+
+
+ Can be used for quantitative analysis of O-linked post-translational modifications. Same reaction can be used for quantitative analysis of cysteine-containing peptides, but then the modification is 16 Da less in mass; i.e. isotopically labeled reagent adds 126 Da in mass.
+
+
+
+
+
+
+
+
+
+
+
+ Biochemistry (1987) 26 8242-8246
+ Journal
+
+
+
+ 3327521
+ PubMed PMID
+
+
+ N-terminal initiator methionine is removed by a methionine aminopeptidase from proteins where the residue following the methionine is Ala, Cys, Gly, Pro, Ser, Thr or Val. This is generally the final N-terminal state for proteins where the following residue was a Cys, Pro or Val.
+
+
+
+
+
+
+
+
+
+
+ 3327521
+ PubMed PMID
+
+
+
+ Biochemistry (1987) 26 8242-8246
+ Journal
+
+
+ The N-terminal initiator methionine is removed by a methionine aminopeptidase from proteins whose residue following the methionine is Ala, Cys, Gly, Pro, Ser, Thr or Val. Proteins whose following residue was Ala, Gly, Ser or Thr are then acetylated by an N(alpha)-acetyltransferase on the new N-terminus.
+
+
+
+
+
+
+
+
+
+
+ 15939799
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ Carboxymethylation w/ 13C label
+
+ B. Schilling, C.B. Yoo, C.J. Collins, B.W. Gibson, Determining Cysteine Oxidation Status Using Differential Alkylation, Int. J. Mass Spectrom., 2004, 236 (1-3), 117-121
+ Journal
+ http://dx.doi.org/10.1016/j.ijms.2004.06.004
+
+
+
+
+
+
+
+
+
+
+
+ CysNEM D5
+
+ reaction
+ Misc. URL
+ http://www.chemistry.ucsc.edu/~fink/231/Image118.gif
+
+
+ 12777388
+ PubMed PMID
+
+
+
+ 11813307
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ Amidation requires presence of glycine at peptide terminus
+
+ Bradbury, A.F. and D.G. Smyth, Peptide amidation. Trends Biochem Sci, 1991. 16(3): p. 112-5.
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+ Weibin Chen et. al., Anal. Chem.2007, 79,1583-1590
+ Journal
+ http://dx.doi.org/10.1021/ac061670b
+
+
+
+
+
+
+
+
+
+
+
+
+ Ong, S-E, I. Kratchmarova, and M. Mann (2003). J Proteome Research 2: 173-181
+ PubMed PMID
+ http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=pubmed&cmd=Retrieve&dopt=AbstractPlus&list_uids=12716131&itool=pubmed_docsum
+
+
+ Peng J, Schwartz D, Elias JE, Thoreen CC, Cheng D, Marsischky G, Roelofs J, Finley D, Gygi SP.
+
+Nat Biotechnol. 2003 Aug;21(8):921-6
+ PubMed PMID
+ http://www.ncbi.nlm.nih.gov/sites/entrez?db=pubmed&cmd=Retrieve&dopt=AbstractPlus&list_uids=12872131&itool=pubmed_docsum
+
+ The two glycine residues left on SILAC labeled ubiquitinylated lysine after tryptic digestion
+
+
+
+
+
+
+
+
+
+
+ JBC 258(1) 203-207 1983
+ Journal
+ http://www.jbc.org/cgi/reprint/258/1/203.pdf
+
+
+
+
+ Both isotopiclabel and post translational mod
+
+
+
+
+
+
+
+ Acetyl_K4
+ For SILAC experiments, + PTM
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Pierce EZ-Link Pentylamine-Biotin
+ Misc. URL
+ http://www.piercenet.com/Products/Browse.cfm?fldID=01031206
+
+
+
+
+
+
+
+
+
+
+ J. Mass. Spectrom. 2007; 42:89-100.
+ Journal
+ http://dx.doi.org/10.1002/jms.1144
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chen, X., et al. (1999). Anal. Biochem. 273, 192-203.
+ Other
+ http://www.piercenet.com/products/browse.cfm?fldID=02030220
+
+
+ Kornblatt, J.A. and Lake, D.F. (1980). Crosslinking of cytochrome oxidase subunits with difluorodinitrobenzene. Can J. Biochem. 58, 219-224.
+ Other
+ http://www.piercenet.com/products/browse.cfm?fldID=02030220
+
+
+
+
+
+
+
+
+
+
+
+
+ Cy3b meleimide reacted with Cysteine
+
+ Article describing design of Cy3B
+ Journal
+ http://www.springerlink.com/content/q3u3271467573733/
+
+
+ Amersham website for chemical
+ Other
+ http://www1.gelifesciences.com/APTRIX/upp01077.nsf/Content/Products?OpenDocument&parentid=658513&moduleid=166300
+
+
+
+
+
+
+
+
+
+
+
+
+ Saito T., Itoh T.; Journal of dairy Science, 75 (1992). p1768.
+ Journal
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Chen, L.L., Rosa, J.J., Turner, S. and Pepinsky, R.B. (1991). Production of multimeric forms of CD4 through a sugar-based crosslinking strategy. J. Biol. Chem. 266(27), 18237-18243
+ Other
+ http://www.piercenet.com/Products/Browse.cfm?fldID=02030208
+
+
+
+
+ hydrazide reacts at any activated carboxyl group
+
+
+
+
+
+
+
+
+
+ Pierce product page
+ Misc. URL
+ http://www.piercenet.com/products/browse.cfm?fldID=C4FE82D4-DD06-493C-8EC4-9C1D7F83211B
+
+
+
+
+ SILAC and PTM
+
+
+
+
+
+
+
+
+ Ong, S-E, I. Kratchmarova, and M. Mann (2003). J Proteome Research 2: 173-181
+ Journal
+
+
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+ 12716131
+ PubMed PMID
+
+
+
+
+
+ Used in SILAC experiment
+
+
+
+
+
+
+
+
+
+ Acetyl_heavy lysine
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+ 12716131
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+
+ Sumoylation
+
+ Wohlschlegel, J. A. et al., J Proteome Res. 5 761 2006
+ Journal
+ http://dx.doi.org/10.1021/pr050451o
+
+
+
+
+
+
+
+
+
+
+
+
+ Nat Chem Biol. 3: 727-735, 2007
+ Journal
+
+
+
+ 17906641
+ PubMed PMID
+
+
+ Protein which is posttranslationally modified by the attachment of cGMP on the sulfur atom of one or more cysteine residues.
+
+
+
+
+
+
+
+
+
+
+ 17906641
+ PubMed PMID
+
+
+
+ Nat Chem Biol. 3: 727-735, 2007
+ Journal
+
+
+ Protein which is posttranslationally modified by the attachment of cGMP that has lost ribose 3\',5\'-cyclic monophosphate moiety on the sulfur atom of one or more cysteine residues.
+
+
+
+ The reaction product of Arg with phenylglyoxal has been shown to be a 2:1 adduct
+
+
+
+
+
+
+
+ PMID 11698400rnLigand-selective modulation of the permeability transition pore by arginine modification. Opposing effects of p-hydroxyphenylglyoxal and phenylglyoxal.
+ PubMed PMID
+ http://www.ncbi.nlm.nih.gov/pubmed/11698400?ordinalpos=39&itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVDocSum
+
+
+ PMID 5723461rnThe reaction of phenylglyoxal with arginine residues in proteins.
+ PubMed PMID
+ http://www.ncbi.nlm.nih.gov/pubmed/5723461?ordinalpos=517&itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVDocSum
+
+
+ PMID 11945751rnReaction of arginine residues in basic pancreatic trypsin inhibitor with phenylglyoxal.
+ PubMed PMID
+ http://www.ncbi.nlm.nih.gov/pubmed/11945751?ordinalpos=514&itool=EntrezSystem2.PEntrez.Pubmed.Pubmed_ResultsPanel.Pubmed_RVDocSum
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Isotopic labeled methionine SILAC
+
+
+
+
+
+
+
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ Created for Commercial use by ZDye. Being utilized in proteomic and peptidomic research soon to be published
+ Misc. URL
+ http://www.zdye.com/
+
+
+
+
+
+
+
+
+
+
+ 15377717
+ PubMed PMID
+
+
+
+
+
+
+
+
+
+
+ 17143934
+ PubMed PMID
+
+
+
+
+
+ Used in SILAC PTM (glygly) experiment
+
+
+
+
+
+
+
+
+ heavy glygly lysine
+
+ 12716131
+ PubMed PMID
+
+
+
+ Silac introduction
+ Misc. URL
+ http://www.pil.sdu.dk/silac_intro.htm
+
+
+
+
+ Use when labelling post-digest
+
+
+
+ Use when labelling pre-digest
+
+
+
+
+
+
+
+
+ ICPL_10
+
+ Schmidt A, Kellermann J, Lottspeich F (2005): A novel strategy for quantitative proteomics using isotope-coded protein labels. Proteomics 5: 4-15.
+ Journal
+
+
+
+ Bruker Daltonics order reference
+ Misc. URL
+ http://www.bdal.de/life-science-tools/care-consumables-more/icpl-kit.html
+
+ Attention: As the digest is typically applied AFTER ICPL labeling, only ProteinN-term labeling and Lys-specific labeling is applied.
+
+
+
+ This peptide is generated from a trypsin/chymotrypsin dual digest
+
+
+
+
+
+
+
+ GlnGlnGlnThrGlyGly
+
+
+
+ This peptide is generated from a trypsin/chymotrypsin dual digest.
+
+
+
+
+
+
+
+ GlnGluGlnThrGlyGly
+
+
+
+
+
+
+
+
+
+
+
+ Which one?
+
+ Invitrogen BODIPY Handbook
+ Misc. URL
+ http://probes.invitrogen.com/handbook/sections/0104.html
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff -r 5c65f8116244 -r cf0d72c7b482 xtandem_adapter.xml
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/xtandem_adapter.xml Fri May 10 17:31:05 2013 -0400
@@ -0,0 +1,94 @@
+
+
+
+
+ macros.xml
+
+
+
+ tandem
+
+
+ openms_wrapper.py
+ --executable 'XTandemAdapter' --config $config
+
+
+ [simple_options]
+in=$input1
+out=$out
+database=$database
+xtandem_executable=@WHICH(tandem)@
+variable_modifications=${variable_modifications or ''}
+fixed_modifications=${fixed_modifications or ''}
+precursor_mass_tolerance=$precursor_mass_tolerance
+precursor_error_units=$precursor_mass_tolerance_unit
+fragment_mass_tolerance=$fragment_mass_tolerance
+fragment_error_units=$fragment_mass_tolerance_unit
+min_precursor_charge=$min_precursor_charge
+max_precursor_charge=$max_precursor_charge
+cleavage_site=$cleavage_site
+minimum_fragment_mz=$minimum_fragment_mz
+max_valid_expect=$max_valid_expect
+refinement=$refinement
+semi_cleavage=$semi_cleavage
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+**What it does**
+
+
+**Citation**
+
+For the underlying tool, please cite ``Marc Sturm, Andreas Bertsch, Clemens Gröpl, Andreas Hildebrandt, Rene Hussong, Eva Lange, Nico Pfeifer, Ole Schulz-Trieglaff, Alexandra Zerck, Knut Reinert, and Oliver Kohlbacher, 2008. OpenMS – an Open-Source Software Framework for Mass Spectrometry. BMC Bioinformatics 9: 163. doi:10.1186/1471-2105-9-163.`` and ``PepNovo: De Novo Peptide Sequencing via Probabilistic Network Modeling. Frank, A. and Pevzner, P. Analytical Chemistry 77:964-973, 2005.``.
+
+If you use this tool in Galaxy, please cite Chilton J, et al. https://bitbucket.org/galaxyp/galaxyp-toolshed-openms
+
+