Uses of Interface
org.biojava.nbio.ws.alignment.RemotePairwiseAlignmentProperties
Package
Description
This package contains the interfaces that need to be implemented by discrete alignment services.
-
Uses of RemotePairwiseAlignmentProperties in org.biojava.nbio.ws.alignment
Modifier and TypeMethodDescriptionRemotePairwiseAlignmentService.sendAlignmentRequest
(String str, RemotePairwiseAlignmentProperties rpa) Doing the actual analysis on the instantiated service using specified parameters on the string representation of the Sequence objectRemotePairwiseAlignmentService.sendAlignmentRequest
(Sequence<Compound> seq, RemotePairwiseAlignmentProperties rpa) Doing the actual analysis on the instantiated service using specified parameters and the RichSequence object -
Uses of RemotePairwiseAlignmentProperties in org.biojava.nbio.ws.alignment.qblast
Modifier and TypeClassDescriptionclass
This class wraps a QBlast search request parameterMap
by adding several convenient parameter addition methods.Modifier and TypeMethodDescriptionNCBIQBlastService.sendAlignmentRequest
(int gid, RemotePairwiseAlignmentProperties rpa) Converts given GenBank GID to String and callsNCBIQBlastService.sendAlignmentRequest(String, RemotePairwiseAlignmentProperties)
NCBIQBlastService.sendAlignmentRequest
(String query, RemotePairwiseAlignmentProperties alignmentProperties) Sends the Blast request via the Put command of the CGI-BIN interface.NCBIQBlastService.sendAlignmentRequest
(Sequence<Compound> seq, RemotePairwiseAlignmentProperties rpa) Converts given sequence to String and callsNCBIQBlastService.sendAlignmentRequest(String, RemotePairwiseAlignmentProperties)