Uses of Class
util.bio.annotation.Coordinates

Packages that use Coordinates
expr Classes and tools related to expression array analysis. 
util.bio.annotation For representing gene annotation. 
 

Uses of Coordinates in expr
 

Methods in expr that return Coordinates
 Coordinates ExpressedGene.getCoordinates()
           
 

Constructors in expr with parameters of type Coordinates
ExpressedGene(java.lang.String name, Coordinates coordinates, float[] values)
           
 

Uses of Coordinates in util.bio.annotation
 

Methods in util.bio.annotation that return Coordinates
static Coordinates[] Coordinates.readBinary(java.io.File file)
          Reads a binary Coordinate[] file.
 

Methods in util.bio.annotation with parameters of type Coordinates
static boolean Coordinates.writeBinary(Coordinates[] c, java.io.File file)
          Writes a binary Coordinate[].