Class ChromPos
java.lang.Object
org.biojava.nbio.genome.parsers.genename.ChromPos
Created by ap3 on 27/10/2014.
- 
Constructor Summary
Constructors - 
Method Summary
 
- 
Constructor Details
- 
ChromPos
public ChromPos(int pos, int phase)  
 - 
 - 
Method Details
- 
getPhase
public int getPhase() - 
setPhase
public void setPhase(int phase)  - 
getPos
public int getPos() - 
setPos
public void setPos(int pos)  
 -