https://github.com/compomics/xtandem-parser

Java-based parser for X!Tandem output xml files

https://github.com/compomics/xtandem-parser

Science Score: 10.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
    Links to: ncbi.nlm.nih.gov
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (13.3%) to scientific vocabulary

Keywords

bioinformatics proteomics xtandem
Last synced: 5 months ago · JSON representation

Repository

Java-based parser for X!Tandem output xml files

Basic Info
Statistics
  • Stars: 1
  • Watchers: 15
  • Forks: 4
  • Open Issues: 0
  • Releases: 0
Topics
bioinformatics proteomics xtandem
Created over 10 years ago · Last pushed over 4 years ago
Metadata Files
Readme License

README.md

XTandem Parser

XTandem Parser Publications:

SearchGUI and PeptideShaker:

  • To run X!Tandem searches we recommend the use of SearchGUI.
  • To visualize and analyze X!Tandem results we recommend the use of PeptideShaker.

| | | | | :------------------------- | :---------------: | :--: | | download | v1.13.0 - All platforms | ReleaseNotes |


Introduction

XTandem Parser is a Java project for extracting information from X!Tandem output xml files. X!Tandem software can match tandem mass spectra with peptide sequences and works as a search engine for protein identification.

The output xml format can be found here (PDF).

And the input xml format is explained here here.

If you need an example file to play with, one is provided as a zip file in the downloads section on the right.

The parser is developed by Thilo Muth under the guidance of Marc Vaudel, Prof. Dr. Albert Sickmann and Prof. Dr. Lennart Martens. Great help came from Harald Barsnes who was involved in the development of OMSSA Parser. Thanks to Steffi Wortelkamp for persistent testing.

Go to top of page


Libraries

The following libraries were used for the general user interface (spectrum viewer): * SwingX * JGoodies * Utilities

Go to top of page


Maven Dependency

XTandem Parser is available for use in Maven projects:

<dependencies> <dependency> <groupId>de.proteinms.xtandemparser</groupId> <artifactId>xtandem-parser</artifactId> <version>X.Y.Z</version> </dependency> </dependencies> ```

<!-- Compomics Genesis Maven 2 repository -->
<repository>
    <id>genesis-maven2-repository</id>
    <name>Genesis maven2 repository</name>
    <url>http://genesis.UGent.be/maven2</url>
    <layout>default</layout>
</repository>

<!-- old EBI repository -->
<repository>
    <id>ebi-repo</id> 
    <name>The EBI internal repository</name>
    <url>http://www.ebi.ac.uk/~maven/m2repo</url>
</repository>

<!-- EBI repository -->
<repository>
    <id>pst-release</id>
    <name>EBI Nexus Repository</name>
    <url>http://www.ebi.ac.uk/Tools/maven/repos/content/repositories/pst-release</url>
</repository>

```

Update the version number to latest released version.

Go to top of page


Result Analysis

To visualize and analyze X!Tandem results we recommend the use of PeptideShaker. PeptideShaker is a search engine independent platform for visualization of peptide and protein identification results from multiple search engines.

Go to top of page


Screenshots

(Click on the screenshot to see the full size version)

Go to top of page

Owner

  • Name: Computational Omics and Systems Biology Group
  • Login: CompOmics
  • Kind: organization
  • Email: compomics.list@gmail.com

The CompOmics group, headed by Prof. Dr. Lennart Martens, specializes in the management, analysis and integration of high-throughput Omics data.

GitHub Events

Total
Last Year

Dependencies

pom.xml maven
  • com.compomics:utilities 4.10.0
  • com.jgoodies:looks 2.2.2
  • org.swinglabs:swing-layout 1.0.3
  • org.swinglabs:swingx 0.9.1
  • xpp3:xpp3 1.1.4c
  • junit:junit 4.13.1 test