Package | Description |
---|---|
org.biojava.bio.dp |
HMM and Dynamic Programming Algorithms.
|
org.biojava.bio.program.hmmer |
Tools for working with profile Hidden Markov Models from the HMMer package.
|
Modifier and Type | Class and Description |
---|---|
class |
MagicalState
Start/end state for HMMs.
|
class |
SimpleEmissionState |
Modifier and Type | Method and Description |
---|---|
EmissionState |
ProfileHMM.getInsert(int indx)
Retrieves the insert state at column indx.
|
EmissionState |
ProfileHMM.getMatch(int indx)
Retrieve the match state at column indx.
|
Modifier and Type | Class and Description |
---|---|
class |
ProfileEmissionState
A state in a HMMer model.
|
Modifier and Type | Method and Description |
---|---|
EmissionState |
FullHmmerProfileHMM.cState()
Gets the c loop state
|
EmissionState |
FullHmmerProfileHMM.jState()
Gets the J loop state
|
protected EmissionState |
HmmerProfileHMM.makeNewInsertState(String str,
Annotation ann,
int[] adv,
Distribution dis) |
protected EmissionState |
HmmerProfileHMM.makeNewMatchState(String str,
Annotation ann,
int[] adv,
Distribution dis) |
EmissionState |
FullHmmerProfileHMM.nState()
Gets the n loop state
|
Copyright © 2014 BioJava. All rights reserved.