Coder Social home page Coder Social logo

proteomicsyates / proteinclusterquant Goto Github PK

View Code? Open in Web Editor NEW
6.0 2.0 3.0 326.69 MB

Protein Cluster Quant is a Java software for the analysis of complex proteomics samples (quantitative or not). It helps to reduce the redundancy of the peptide-to-protein relationship and to visualize the results in a bipartite network (Cytoscape).

Java 32.74% Python 67.26%
quantitative-analysis quantitation protein-cluster-quant complex-proteomics-samples java bipartite-network proteomics proteomics-data isobaric-quantification label-free-quantification

proteinclusterquant's Introduction

ProteinClusterQuant

Protein Cluster Quant PCQ is a Java software for the analysis of complex proteomics samples (quantitative or not). It helps to reduce redundancy of peptide-to-protein relationship and to visualize the results in a bipartite network (Cytoscape).

Use cases:

  • Working with NGS databases results in a very redundant MS dataset in which each peptide is mapped to numerous protein sequence entries (sequencing products). PCQ will help you to 1) visualize all the data in a bipartite network, removing all the redundancy of the peptide-to-protein associations, but not loosing any piece of information as other protein inference approaches do; 2) try to align peptides (it is actually an option in the program) in order to reconstruct the protein sequences even with some SNPs or sequencing errors.
  • If you want to quantitatively distinguish isoforms (difficult problem when proteins share many peptides), or simply if you are worried about how other software handles quant information of shared peptides.
  • If you want to apply a proper statistical aggregation of ratios (SanXot).
  • Even having a non-quant experiment, if you have a lot of redundancy (peptides shared by lots of proteins).
  • If you are analyzing samples from multiple organisms, you can use PCQ to reduction redundancy and use the peptide alignment option to connect and compare ortholog proteins.
  • You can now use PCQ to analyze quantitative data at site level, that is, PTM quantitative data or surface accesibility data. In this way, all the ratios assigned to a particular site in a protein will be collapsed and analyzed together.

What does PCQ exactly do:

  • Can work with quant data (any, even isobaric isotopologues) or just spectral counts.
  • Represents peptide-to-protein associations in a bipartite graph (peptides nodes and protein nodes). Proteins sharing same set of peptides are collapsed in a single node. Peptides corresponding to the same set of proteins are collapsed in a single node.
  • Helps to reduce redundancy and to visualize data easily, without losing any piece of information (as other protein inference algorithms do).
  • Using quantitative information:
    • Analyzes protein pairs (protein nodes sharing a peptide node) to detect interesting inconsistencies.
    • It can optionally aggregate ratios using SanXot* algorithm (handles source of errors properly, from individual ratio measurements in a PSM to a peptide node and having technical and/or biological replicates, using a weight average of the ratios). It calculates a quantitative FDR.
  • When used with quantified sites, such as PTMs as phosphorilations or surface accesibility measurements, PCQ helps you to aggregate (average) the ratios obtained in different peptide sequences but containing the same site of interest (the same phosphorilation site of a protein, for example).
  • In contains a sub-module in order to compare quantified surface accessibility sites from multiple samples: Go to Comparison of surface accessibility in multiple samples in Wiki.

Detailed instructions:

For a detailed description of the software, input files, intput parameters and outputs go to our wiki page.

How to get ProteinClusterQuant:

Download latest build from here

Using maven:
Add the dependency:

<dependency>  
  <groupId>edu.scripps.yates</groupId>   
  <artifactId>ProtClusterQuant</artifactId>    
  <version>$version</version>  
</dependency>

Add the repositories:

<repository>    
  <id>internal</id>  
  <url>http://sealion.scripps.edu/archiva/repository/internal/</url>  
</repository>  
<snapshotRepository>  
  <id>snapshots</id>  
  <url>http://sealion.scripps.edu/archiva/repository/snapshots/</url>  
</snapshotRepository>

Getting help

If you have any question, you want to report a bug or a suggestion, please contact to Salvador Martinez-Bartolome (salvador at scripps.edu)

proteinclusterquant's People

Contributors

dependabot[bot] avatar smartinez-yatiribio avatar smdb21 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.