|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectapollo.analysis.RemoteBlastNCBI.BlastOptions
public static class RemoteBlastNCBI.BlastOptions
Options for running qBLAST.
| Constructor Summary | |
|---|---|
RemoteBlastNCBI.BlastOptions()
Constructor. |
|
| Method Summary | |
|---|---|
int |
getGapExtendCost()
Get the cost of extending a gap in an alignment. |
int |
getGapOpenCost()
Get the cost of opening a gap in an alignment. |
int |
getGeneticCode()
Get the organism's genetic code. |
int |
getNumberOfHits()
Get the maximum number of hits to calculate. |
boolean |
isSetFilterHumanRepeats()
Checks whether human repeat filtering is enabled. |
boolean |
isSetFilterLowComplexity()
Checks whether low complexity filtering is enabled. |
boolean |
isSetFilterMaskLookup()
Checks whether masked sequence filtering is enabled. |
void |
setFilterHumanRepeats(boolean humanRepeatFiltering)
Set human repeat filtering. |
void |
setFilterLowComplexity(boolean lowComplexityFiltering)
Set low complexity filtering. |
void |
setFilterMaskLookup(boolean maskFilter)
Set masked sequence filtering. |
void |
setGapExtendCost(int gapExtendCost)
Set the cost of extending a gap in an alignment. |
void |
setGapOpenCost(int gapOpenCost)
Set the cost of opening a gap in an alignment. |
void |
setGeneticCode(int geneticCode)
Set the organism's genetic code. |
void |
setNumberOfHits(int numberOfHits)
Set the maximum number of hits to calculate. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoteBlastNCBI.BlastOptions()
| Method Detail |
|---|
public int getGeneticCode()
public void setGeneticCode(int geneticCode)
geneticCode - - organism's genetic codepublic boolean isSetFilterLowComplexity()
public void setFilterLowComplexity(boolean lowComplexityFiltering)
lowComplexityFiltering - - whether to enable low complexity filteringpublic boolean isSetFilterHumanRepeats()
public void setFilterHumanRepeats(boolean humanRepeatFiltering)
humanRepeatFiltering - - whether to enable human repeat filteringpublic boolean isSetFilterMaskLookup()
public void setFilterMaskLookup(boolean maskFilter)
maskFilter - - whether to enable masked sequence filteringpublic int getGapOpenCost()
public void setGapOpenCost(int gapOpenCost)
gapOpenCost - - cost of opening a gappublic int getGapExtendCost()
public void setGapExtendCost(int gapExtendCost)
gapExtendCost - - cost of extending a gappublic int getNumberOfHits()
public void setNumberOfHits(int numberOfHits)
numberOfHits - - maximum number of hits to calculate
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||