| Package | Description | 
|---|---|
| org.biojava.bio.dp | 
 HMM and Dynamic Programming Algorithms. 
 | 
| org.biojava.bio.dp.onehead | |
| org.biojava.bio.dp.twohead | |
| org.biojava.bio.program.hmmer | 
 
Tools for working with profile Hidden Markov Models from the HMMer package. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ProfileHMM  | 
class  | 
SimpleMarkovModel  | 
class  | 
WMAsMM
Wraps a weight matrix up so that it appears to be a very simple HMM. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static MarkovModel | 
DP.flatView(MarkovModel model)  | 
MarkovModel | 
ModelInState.getModel()
The model that is inside this state. 
 | 
MarkovModel | 
DP.getModel()  | 
MarkovModel | 
SimpleModelInState.getModel()  | 
MarkovModel | 
DPMatrix.model()  | 
static MarkovModel | 
XmlMarkovModel.readModel(Element root)  | 
| Modifier and Type | Method and Description | 
|---|---|
static int[][] | 
DP.backwardTransitions(MarkovModel model,
                   State[] states)  | 
static double[][] | 
DP.backwardTransitionScores(MarkovModel model,
                        State[] states,
                        int[][] transitions,
                        ScoreType scoreType)  | 
DP | 
DPFactory.createDP(MarkovModel model)  | 
DP | 
DPFactory.DefaultFactory.createDP(MarkovModel model)  | 
static MarkovModel | 
DP.flatView(MarkovModel model)  | 
static int[][] | 
DP.forwardTransitions(MarkovModel model,
                  State[] states)
Returns a matrix for the specified States describing all
 valid Transitions between those States. 
 | 
static double[][] | 
DP.forwardTransitionScores(MarkovModel model,
                       State[] states,
                       int[][] transitions,
                       ScoreType scoreType)
Compute the log(score) of all transitions
 between the specified States. 
 | 
void | 
SimpleModelTrainer.registerModel(MarkovModel model)  | 
void | 
ModelTrainer.registerModel(MarkovModel model)
Registers an HMM with this trainer. 
 | 
void | 
DP.setModel(MarkovModel model)  | 
State[] | 
DP.stateList(MarkovModel mm)  | 
static void | 
XmlMarkovModel.writeModel(MarkovModel model,
          PrintStream out)  | 
| Constructor and Description | 
|---|
DP(MarkovModel model)  | 
SimpleHMMTrainer(MarkovModel model)  | 
SimpleModelInState(MarkovModel model,
                  String name)  | 
| Modifier and Type | Field and Description | 
|---|---|
protected MarkovModel | 
SingleDPMatrix.model  | 
| Modifier and Type | Method and Description | 
|---|---|
MarkovModel | 
SingleDPMatrix.model()  | 
| Constructor and Description | 
|---|
SingleDP(MarkovModel model)  | 
| Modifier and Type | Method and Description | 
|---|---|
MarkovModel | 
PairDPMatrix.model()  | 
| Modifier and Type | Method and Description | 
|---|---|
static String | 
DPCompiler.makeName(String prefix,
        MarkovModel model)  | 
| Constructor and Description | 
|---|
PairwiseDP(MarkovModel mm,
          CellCalculatorFactoryMaker ccfm)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FullHmmerProfileHMM
This is a class for representing the full HMMER generated Profile HMM (including loop
 states N and C terminal looping states). 
 | 
class  | 
HmmerProfileHMM
This is a class for representing HMMER generated Profile HMM. 
 | 
Copyright © 2020 BioJava. All rights reserved.