|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectapollo.analysis.RemoteBlastNCBI
public class RemoteBlastNCBI
Sends and retrieves a BLAST request to NCBI's qBLAST service.
| Nested Class Summary | |
|---|---|
static class |
RemoteBlastNCBI.BlastOptions
Options for running qBLAST. |
static class |
RemoteBlastNCBI.BlastType
Type of BLAST analysis to run. |
| Constructor Summary | |
|---|---|
RemoteBlastNCBI(RemoteBlastNCBI.BlastType type,
RemoteBlastNCBI.BlastOptions opts)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
runAnalysis(CurationSet cs,
SequenceI seq,
int strand,
int offset)
Run BLAST analysis. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteBlastNCBI(RemoteBlastNCBI.BlastType type,
RemoteBlastNCBI.BlastOptions opts)
type - - BLAST type to runopts - - BLAST options| Method Detail |
|---|
public java.lang.String runAnalysis(CurationSet cs,
SequenceI seq,
int strand,
int offset)
throws java.lang.Exception
cs - - CurationSet which will hold the BLAST resultsseq - - genomic sequence that will be blastedoffset - - genomic position of the start of segmentstrand - - genomic strand (1 for plus, -1 for minus)
java.lang.Exception - - All encompassing exception should something go wrong
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||