|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectde.unibi.techfak.jpredictor.motifs.MotifSearchAdapter.SearchFields
protected class MotifSearchAdapter.SearchFields
Holds data structures and fields relevant for searching motifs.
| Field Summary | |
|---|---|
protected int[][] |
matchMatrixMinus
The two matrices where all match results of the motif with every possible char are stored. |
protected int[][] |
matchMatrixPlus
The two matrices where all match results of the motif with every possible char are stored. |
protected double[] |
probArrayMinus
The two arrays where the probabilities of occurrences of motif characters are stored. |
protected double[] |
probArrayPlus
The two arrays where the probabilities of occurrences of motif characters are stored. |
private int |
searchMode
The mode to search for the motif. |
protected java.util.LinkedList |
searchResults
Its a list that holds the occurrences of the found motif on the searchSequence, set by the method search
from the Interface MotifSearcher |
protected java.lang.CharSequence |
searchSequence
Its the sequence where the motif is to search in. |
protected int |
sequenceWindowStart
The search start on the sequence, set by initSearchWindow. |
protected int |
sequenceWindowWidth
The width of the window on the sequence to search, set by initSearchWindow. |
| Constructor Summary | |
|---|---|
protected |
MotifSearchAdapter.SearchFields()
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.CharSequence searchSequence
MotifSearcher.initSearch(CharSequence),
MotifSearcher.search(int, int)protected java.util.LinkedList searchResults
searchSequence, set by the method search
from the Interface MotifSearcher
MotifSearcher.initSearch(CharSequence),
MotifSearcher.search(int, int)protected int sequenceWindowStart
initSearchWindow. Default is 0.
MotifSearcher.search(int, int)protected int sequenceWindowWidth
initSearchWindow. Default is Integer.MAX_VALUE.
MotifSearcher.search(int, int)private int searchMode
SEARCH_DIRECTION_PLUS,
SEARCH_DIRECTION_MINUS
and SEARCH_ALL_ORIENTATIONS.
MotifSearcher.setSearchMode(int),
MotifSearcher.getSearchMode(),
MotifSearcher.SEARCH_DIRECTION_PLUS,
MotifSearcher.SEARCH_DIRECTION_MINUS,
MotifSearcher.SEARCH_ALL_ORIENTATIONSprotected int[][] matchMatrixPlus
match-methods have to be called only while
initialization.
protected int[][] matchMatrixMinus
match-methods have to be called only while
initialization.
protected double[] probArrayPlus
match-methods have to be called only while
initialization.
protected double[] probArrayMinus
match-methods have to be called only while
initialization.
| Constructor Detail |
|---|
protected MotifSearchAdapter.SearchFields()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||