org.utgenome.shell.db
Class Gene
java.lang.Object
org.utgenome.shell.db.Locus
org.utgenome.shell.db.Gene
- All Implemented Interfaces:
- java.io.Serializable
public class Gene
- extends Locus
Gene with Exon and CDS regions
- Author:
- leo
- See Also:
- Serialized Form
Constructor Summary |
Gene()
|
Gene(long start,
long end)
|
Gene(java.lang.String name,
long start,
long end)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Gene
public Gene()
Gene
public Gene(long start,
long end)
Gene
public Gene(java.lang.String name,
long start,
long end)
addExon
public void addExon(Exon exon)
getExon
public java.util.List<Exon> getExon()
addCDS
public void addCDS(CDS cds)
getCDS
public java.util.List<CDS> getCDS()

This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.