Plasma Precipitation Analysis
ABOUT THE WORKFLOW This workflow was used to analyze the data in a manuscript by Mostovenko et al. (2012, submitted), comparing proteins in the precipitate with those left in solution after organic solvent precipitation. However, the workflow is generally applicable in comparisons of any binary fractionation method in proteomics, where the fractions are analyzed by liquid chromatography-tandem mass spectrometry. The workflow identifies proteins by SpectraST spectral library search and X!Tandem database search, validates the results using PeptideProphet and combines them with InterProphet. The proteins are quantified by spectral counting and the fractions compared with respect to protein molecular weight, isoelectric point and GRAVY hydrophobicity score. In the end, an Rshell script produces the figures as presented in the manuscript. Executing the workflow requires Rserve running and the Trans-Proteomic Pipeline (http://tools.proteomecenter.org/wiki/index.php?title=Software:TPP) installed with default settings and in the default location. The Rshell script contains the location where the figures will be generated. All other output files are stored in the input data folders by default. The version of X!Tandem called from this workflow is separate from the one installed with the Trans-Proteomic Pipeline (the location specified in the Tandem components). COPYRIGHT NOTICE This workflow is based on open software and the workflow itself is shared under the Creative Commons Attribution-ShareAlike 3.0 Unported License (CC BY-SA) (see http://creativecommons.org/licenses/by-sa/3.0/) Copyright© 2012 Ekaterina Mostovenko, Jeroen de Bruin, Yassene Mohammed and Magnus Palmblad
Preview
Run
Run this Workflow in the Taverna Workbench...
Option 1:
Copy and paste this link into File > 'Open workflow location...'
http://www.myexperiment.org/workflows/3057/download?version=1
[ More Info ]
Workflow Components
![header=[] body=[This is the author information extracted from the workflow version] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
![header=[] body=[These are the descriptive titles embedded within the workflow version] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
![header=[] body=[These are the descriptions embedded within the workflow version] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
![header=[] body=[These are the listed dependencies of the workflow] cssheader=[boxoverTooltipHeader] cssbody=[boxoverTooltipBody] delay=[200] Information](/images/famfamfam_silk/information.png?1680607579)
Workflow Type
Version 1
(of 1)
None
Log in to add Tags
Shared with Groups (1)
-
Comparison of Peptide and Protein Fractionation Methods
- Item doesn't exist anymore
Statistics
Reviews
(0)
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Log in to make a comment
This is a rather large workflow, but it is a first attempt to encode in a single workflow all data analysis steps, from raw mass spectrometry data to figures as they appear in the paper. The database and spectral library searches are done in parallel in three identical embedded workflows rather than serially in one embedded workflow. This allows modification of or comparison between peptide identification strategies as well.
The Rshell script requires a package for the Venn diagram generation and the workflow assumes the Trans-Proteomic Pipeline is already installed, in its default location.
~Magnus