public class Features extends Object
| Constructor and Description |
|---|
Features() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,Chromosome> |
getChromosomeHash() |
Exon |
getExon(String match) |
HashMap<String,Exon> |
getExonHash() |
HashMap<String,Gene> |
getGeneHash() |
Transcript |
getTranscript(String match) |
HashMap<String,Transcript> |
getTranscriptHash() |
void |
loadAnnotation(String fileName) |
void |
setChromosomeHash(HashMap<String,Chromosome> chromosomeHash) |
void |
setExonHash(HashMap<String,Exon> exonHash) |
void |
setGeneHash(HashMap<String,Gene> geneHash) |
void |
setTranscriptHash(HashMap<String,Transcript> transcriptHash) |
public HashMap<String,Chromosome> getChromosomeHash()
public void setChromosomeHash(HashMap<String,Chromosome> chromosomeHash)
chromosomeHash - the chromosomeHash to setpublic void setGeneHash(HashMap<String,Gene> geneHash)
geneHash - the geneHash to setpublic HashMap<String,Transcript> getTranscriptHash()
public void setTranscriptHash(HashMap<String,Transcript> transcriptHash)
transcriptHash - the transcriptHash to setpublic void setExonHash(HashMap<String,Exon> exonHash)
exonHash - the exonHash to setpublic void loadAnnotation(String fileName) throws IOException
IOExceptionpublic Transcript getTranscript(String match)
Copyright © 2015. All Rights Reserved.