|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectapollo.analysis.RemotePrimerBlastNCBI
public class RemotePrimerBlastNCBI
Sends and retrieves a request to NCBI's Primer-BLAST CGI.
| Nested Class Summary | |
|---|---|
static class |
RemotePrimerBlastNCBI.PrimerBlastOptions
Options for running Primer-BLAST. |
| Constructor Summary | |
|---|---|
RemotePrimerBlastNCBI(RemotePrimerBlastNCBI.PrimerBlastOptions opts)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
runAnalysis(CurationSet cs,
SequenceI seq,
int offset)
Run Primer-BLAST analysis. |
java.lang.String |
runAnalysis(CurationSet cs,
SequenceI seq,
int offset,
FeatureList fl)
Run Primer-BLAST analysis. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemotePrimerBlastNCBI(RemotePrimerBlastNCBI.PrimerBlastOptions opts)
opts - - Primer-BLAST options| Method Detail |
|---|
public java.lang.String runAnalysis(CurationSet cs,
SequenceI seq,
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 segment
java.lang.Exception - - All encompassing exception should something go wrong
public java.lang.String runAnalysis(CurationSet cs,
SequenceI seq,
int offset,
FeatureList fl)
throws java.lang.Exception
cs - - CurationSet which will hold the BLAST resultsseq - - genomic sequence that will be blastedoffset - - genomic position of the start of segmentfl - - FeatureList of selected features to filter against
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 | ||||||||