My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads
Wiki pages
Links

compomics-utilities

compomics-utilities Publications:


What is compomics-utilities?

The Computational Omics and Systems Biology Group at the University of Ghent develops various bioinformatics tools for analyzing omics data.

compomics-utilities is a library containing code shared by many of our research projects, amongst others containing panels for visualizing spectra and chromatograms and objects for representing peptides and proteins etc. We believe that this library can be of use to other research groups doing computational proteomics, and have therefore made it available as open source.

Go to top of page


Projects using compomics-utilities

Project Description Publication
PeptideShaker visualization of proteomics identifications from multiple search engines(in preparation)
thermo-msf-parser parser and viewer for thermo msf filesColaert et al: J Proteome Res. 2011;10(8):3840-3
SearchGUI graphical user interface for proteomics identification search enginesVaudel et al: Proteomics 2011;11(5):996-9
XTandem Parser java parser for X!Tandem output xml filesMuth et al: Proteomics 2010;10(7):1522-4
jmzML java implementation of the PSI-MS mzML specificationCôté et al: Proteomics 2010;10(7):1332-5
Fragmentation Analyzer analyzing MS/MS fragmentation dataBarsnes et al: Proteomics 2010;10(5):1087-90
ms_lims mass spectrometry based proteomics information management systemHelsens et al: Proteomics 2010;10(6):1261-4
Rover visualize and validate quantitative proteomics dataColaert et al: Proteomics 2010;10(6):1226-9
IceLogo next-generation visualization of protein consensus sequencesColaert et al: Nature Methods 2009;6(11):786-7
OMSSA Parser java parser for OMSSA omx filesBarsnes et al: Proteomics 2009;9(14):3772-4
Peptizer automating manual validation of MS/MS search resultsHelsens et al: MCP 2008;7(12):2363-72
MascotDatfile java API for MS/MS search results by MascotHelsens et al: Proteomics 2007;7(3):364-6
DBToolkit manipulating fasta sequence databasesMartens et al: Bioinformatics 2005;21(17):3584-5

Go to top of page


Using compomics-utilities

For example code and demos showing how the compomics-utilities library can be used in your project see Examples.

Go to top of page


Download

The zip file in the downloads section contains the compomics-utilities jar file and all the libraries needed to run or build the tool.

Go to top of page


Updates

See Changes for the latest changes.

Go to top of page


Maven dependency

compomics-utilities is available for use in Maven projects:

<dependency>
    <groupId>com.compomics</groupId>
    <artifactId>utilities</artifactId>
    <version>X.Y.Z</version>
</dependency>
<repository>
    <id>genesis-maven2-repository</id>
    <name>Genesis maven2 repository</name>
    <url>http://genesis.UGent.be/maven2</url>
</repository>

Update the version number to latest released version.

Note that compomics-utilities does not yet build in Maven 3. We are working on fixing this but in the meantime please use Maven 2 to build compomics-utilities.

Go to top of page


Screenshots

(Click on figure to see the full size version)

Go to top of page

Powered by Google Project Hosting