public class Gene extends Biomolecule
Constructor and Description |
---|
Gene()
Empty Constructor
|
Gene(java.lang.String sequence_,
java.lang.String origin_) |
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<Transcript> |
getTranscripts()
Setter and Getter
|
void |
setTranscripts(java.util.ArrayList<Transcript> transcripts_) |
compareTo, getBiomoleculeType, getIdentifier, getOrigin, getRegulation, getSequence, getUniqueIdentifier, setBiomoleculeType, setIdentifier, setOrigin, setRegulation, setSequence, setUniqueIdentifier
public Gene()
public Gene(java.lang.String sequence_, java.lang.String origin_)
sequence_
- public java.util.ArrayList<Transcript> getTranscripts()
public void setTranscripts(java.util.ArrayList<Transcript> transcripts_)