Package | Description |
---|---|
org.biojava.nbio.ws.alignment |
This package contains the interfaces that need to be implemented by discrete alignment services.
|
org.biojava.nbio.ws.alignment.qblast |
Modifier and Type | Method and Description |
---|---|
String |
RemotePairwiseAlignmentService.sendAlignmentRequest(Sequence<Compound> seq,
RemotePairwiseAlignmentProperties rpa)
Doing the actual analysis on the instantiated service using specified parameters and the RichSequence object
|
String |
RemotePairwiseAlignmentService.sendAlignmentRequest(String str,
RemotePairwiseAlignmentProperties rpa)
Doing the actual analysis on the instantiated service using specified parameters on the string representation
of the Sequence object
|
Modifier and Type | Class and Description |
---|---|
class |
NCBIQBlastAlignmentProperties
This class wraps a QBlast search request parameter
Map by adding several convenient parameter addition
methods. |
Modifier and Type | Method and Description |
---|---|
String |
NCBIQBlastService.sendAlignmentRequest(int gid,
RemotePairwiseAlignmentProperties rpa)
Converts given GenBank GID to String and calls
NCBIQBlastService.sendAlignmentRequest(String, RemotePairwiseAlignmentProperties) |
String |
NCBIQBlastService.sendAlignmentRequest(Sequence<Compound> seq,
RemotePairwiseAlignmentProperties rpa)
Converts given sequence to String and calls
NCBIQBlastService.sendAlignmentRequest(String, RemotePairwiseAlignmentProperties) |
String |
NCBIQBlastService.sendAlignmentRequest(String query,
RemotePairwiseAlignmentProperties alignmentProperties)
Sends the Blast request via the Put command of the CGI-BIN interface.
|
Copyright © 2000–2019 BioJava. All rights reserved.