Uses of Interface
org.biojava.nbio.ws.alignment.RemotePairwiseAlignmentProperties
Packages that use 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
Methods in org.biojava.nbio.ws.alignment with parameters of type RemotePairwiseAlignmentPropertiesModifier 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
Classes in org.biojava.nbio.ws.alignment.qblast that implement RemotePairwiseAlignmentPropertiesModifier and TypeClassDescriptionclass
This class wraps a QBlast search request parameterMap
by adding several convenient parameter addition methods.Methods in org.biojava.nbio.ws.alignment.qblast with parameters of type RemotePairwiseAlignmentPropertiesModifier 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)