GlobPlot

GlobPlot performs intrinsic protein disorder, domain and globularity prediction for a query protein sequence.
the web service consists of one method:
- runGlobPlotter
Reference:
GlobPlot: Exploring Protein Sequences for Globularity and Disorder
Rune Linding, Robert B. Russell, Victor Neduva and Toby J. Gibson
(Nucleic Acids Research, 2003, Vol. 31, No. 13 3701-3708)
URL: globplot
GlobPlotter
Namespace: http://globplot.embl.de/GlobPlotter
This WSDL file describe the GlobPlot Web Service. It performs intrinsic protein disorder, domain and globularity prediction. GlobPlot: Exploring Protein Sequences for Globularity and Disorder Rune Linding, Robert B. Russell, Victor Neduva and Toby J. Gibson (Nucleic Acids Research, 2003, Vol. 31, No. 13 3701-3708) http://globplot.embl.de http://globplot.embl.de/clients/globPlotClient.txt
Operations
runGlobPlotter
This operation runs the GlobPlot application directly.
- SOAP Action: http://globplot.embl.de/GlobPlot/runGlobPlotter
- Input Message: runGlobPlotterRequestMsg
- parameters
- runGlobPlotter type
- sequenceIdentifier type string
- querySequence type string
- propensity
- includeMainGraphics
- disorderFrames_minimumPeakWidth
- disorderFrames_maximumJoinDistance
- globularityFrames_minimumDomainLength
- globularityFrames_maximumLinkerLength
- smoothingSettings_firstDerivativeSavitzkyGolayFrame
- smoothingSettings_secondDerivativeSavitzkyGolayFrame
- titleOfGraphics
- performSmartPfamDomainPredictionInGraphics
- includeRawPlotInMainGraphics
- includeDydxPlotGraphics
- includeSmoothedResultFile
- includeDisorderGlobularDomainRangesFile
- includeDydxPlotFile
- sequenceIdentifier type string
- runGlobPlotter type
- parameters
- Output Message: runGlobPlotterResponseMsg
- parameters
- runGlobPlotterResponse type
- GlobPlotPrediction type GlobPlotPredictionType
- sequence type sequence
- identifier
- sequence
- prediction type gff
- gff_record type
- seqname
- source
- feature
- start type integer
- end type integer
- score type string
- strand
- frame
- comment
- seqname
- source
- feature
- start type integer
- end type integer
- score type string
- strand
- frame
- comment
- gff_record type
- image type image
- comment type string
- encoding
- MIMEtype
- content type string
- comment type string
- file type document
- comment type string
- encoding
- MIMEtype
- content type string
- comment type string
- sequence type sequence
- GlobPlotPrediction type GlobPlotPredictionType
- runGlobPlotterResponse type
- parameters
WSDL Changes
| Date | Description of Changes |
| 8th April 2009 | First Snapshot |

Test #1: GlobPlot_test
The GlobPlot webservice consists of one method called runGlobPlotter
The runGlobPlot.py script tests the functionality of this web-service.
The results from the GlobPlot webservice are deterministic so the script checks for exact values for the output.
- Login to post comments
