public class Gene extends Object
| Constructor and Description |
|---|
Gene() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTranscript(Transcript currTra) |
String |
getAnnotation() |
int |
getEnd() |
String |
getName() |
Chromosome |
getParentChromosome() |
int |
getStart() |
int |
getStrand() |
HashMap<String,Transcript> |
getTranscripts() |
void |
setAnnotation(String annotation) |
void |
setEnd(int end) |
void |
setName(String name) |
void |
setParentChromosome(Chromosome parentChromosome) |
void |
setStart(int start) |
void |
setStrand(int strand) |
void |
setTranscripts(HashMap<String,Transcript> transcripts) |
public Chromosome getParentChromosome()
public void setParentChromosome(Chromosome parentChromosome)
parentChromosome - the parentChromosome to setpublic HashMap<String,Transcript> getTranscripts()
public void setTranscripts(HashMap<String,Transcript> transcripts)
transcripts - the transcripts to setpublic int getStart()
public void setStart(int start)
start - the start to setpublic int getEnd()
public void setEnd(int end)
end - the end to setpublic int getStrand()
public void setStrand(int strand)
strand - the strand to setpublic String getName()
public void setName(String name)
name - the name to setpublic void addTranscript(Transcript currTra)
public void setAnnotation(String annotation)
public String getAnnotation()
Copyright © 2015. All Rights Reserved.