![]() |
Table of Contents
PSI-BLAST (SOAP)DescriptionPosition Specific Iterative BLAST (PSI-BLAST) 1) refers to a feature of NCBI BLAST 2.0 in which a position-specific scoring matrix (PSSM) profile is constructed from set of BLAST alignments. The PSSM is then used to search the database in subsequent iterations allowing the detection of distant evolutionary relationships. This can be combined with the Pattern Hit Initiated BLAST (PHI-BLAST) mode to constrain the PSSM using a ProSite pattern to define the region(s) to be used when building the PSSM. For more information see:
Web service registry entries: ImportantWe kindly ask all users of EMBL-EBI Web Services to submit tool jobs in batches of up to 25 at a time and to not submit more until the results and processing has completed for these. This enables users as well as the service maintainers to deal more easily with local and remote network outages as well as scheduled or unscheduled downtime. Service provision happens on a fair-share basis. Overzealous usage of a particular resource will be dealt with in accordance to the EMBL-EBI's Terms of Use. ClientsSample clients are provided for a number of programming languages. For details of how to use these clients, download the client and run the program without any arguments.
For further details of these tool-kits and workflow platforms see our Guide to Web Services. WSDLThe WSDL for the PSI-BLAST SOAP service: http://www.ebi.ac.uk/Tools/services/soap/psiblast?wsdl The Kissinger Research Group, University of Georgia provide a SAWSDL for the PSI-BLAST (SOAP) web service, which is annotated using OBIws: http://mango.ctegd.uga.edu/jkissingLab/SWS/Wsannotation/resources/psiblast.sawsdl OperationsgetParameters()Get a list of the parameter names. Arguments: none Returns: a list of strings giving the names of the parameters. getParameterDetails(parameterId)Get details of a specific parameter. Arguments:
Returns: a wsParameterDetails describing the parameter and its values. run(email, title, params)Submit a job to the service.
Please note that a submission is required for each PSI-BLAST iteration to be performed. The initial submission is equivalent to a blastp using NCBI BLAST (NCBI BLAST (REST) or NCBI BLAST (SOAP)), but provides a list of hit identifiers for input to the next iteration. The second submission uses the hit identifier list, provided either via the Arguments:
Returns: a string containing the job identifier ( getStatus(jobId)Get the status of a submitted job. Arguments:
Returns: a string containing the status. The values for the status are:
Further details can be found in Synchronous and Asynchronous Access: JDispatcher. getResultTypes(jobId)Get the available result types for a finished job. Arguments:
Returns: a list of wsResultType data structures describing the available result types. getResult(jobId, type, parameters)Get the result of a job of the specified type. Arguments:
Returns: the result data for the specified type, base64 encoded. Depending on the SOAP library and programming language used the result may be returned in decoded form. For some result types (e.g. images) this will be binary data rather than a text string. Data TypesInputParametersThe input parameters for the job:
More detailed information about each parameter, including valid values can be obtained using the getParameterDetails(parameterId) operation. wsParameterDetailsDescriptive information about a tool parameter. Returned by getParameterDetails(parameterId).
wsParameterValueDescription of a tool parameter value. Used in wsParameterDetails.
wsPropertyProperties of a tool parameter value. Used in wsParameterValue.
wsRawOutputParameterAdditional parameters passed when requesting a result. See getResult(jobId, type, parameters).
wsResultTypeDescription of a result type. Returned by getResultTypes(jobId).
1)
Altschul S.F., Madden T.L., Schaffer A.A., Zhang J., Zhang Z., Miller W. and Lipman D.J. (1997)
Gapped BLAST and PSI-BLAST: a new generation of protein database search programs. Nucleic Acids Res. 25(17):3389-402. PubMed: 9254694 DOI: 10.1093/nar/25.17.3389 ![]() |