public class HmmerProfileParser extends Object
| Modifier and Type | Field and Description | 
|---|---|
protected Alphabet | 
alph  | 
protected String | 
domain1  | 
protected org.biojava.bio.program.hmmer.HmmerProfileParser.HmmerModel | 
hmm  | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
HmmerProfileParser(String domain)  | 
| Modifier and Type | Method and Description | 
|---|---|
HmmerProfileHMM | 
getModel()  | 
protected HmmerProfileHMM | 
initialiseProfileHMM(int len)  | 
static HmmerProfileHMM | 
parse(File inputfile)
Returns a profile HMM representing the core HMMER hmm 
 | 
static FullHmmerProfileHMM | 
parseFull(File inputfile)
Returns the full markov model - including the core model + J,C,N loop states. 
 | 
void | 
parseModel(File inputFile)  | 
void | 
setProfileHMM()  | 
protected org.biojava.bio.program.hmmer.HmmerProfileParser.HmmerModel hmm
protected HmmerProfileParser(String domain)
public static HmmerProfileHMM parse(File inputfile)
inputfile - the file which contains the Profile HMM data, as output by HMMER - e.g. HMM_lspublic static FullHmmerProfileHMM parseFull(File inputfile)
inputfile - the file which contains the Profile HMM data, as output by HMMER - e.g. HMM_lsprotected HmmerProfileHMM initialiseProfileHMM(int len)
public HmmerProfileHMM getModel()
public void setProfileHMM()
public void parseModel(File inputFile)
Copyright © 2020 BioJava. All rights reserved.