org.utgenome.gwt.ribbon.client.model
Class GenomeCoordinate

java.lang.Object
  extended by org.utgenome.gwt.ribbon.client.model.GenomeCoordinate
All Implemented Interfaces:
Serializable

public class GenomeCoordinate
extends Object
implements Serializable

Coordinate system

Author:
leo
See Also:
Serialized Form

Field Summary
 String chr
          chromosome/contig/scaffold name.
 String group
          group name of this coordinate
 String sequence
          sequence id of this coordinate.
 
Constructor Summary
GenomeCoordinate()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

group

public String group
group name of this coordinate


sequence

public String sequence
sequence id of this coordinate. e.g., hg19, oryLat2, etc.


chr

public String chr
chromosome/contig/scaffold name. e.g., chr1, contig1, scaffold1, etc.

Constructor Detail

GenomeCoordinate

public GenomeCoordinate()


Copyright © 2007-2012 utgenome.org. All Rights Reserved.