Package | Description |
---|---|
org.biojava.nbio.core.sequence |
Modifier and Type | Method and Description |
---|---|
TranscriptSequence |
GeneSequence.addTranscript(AccessionID accession,
int begin,
int end)
Add a transcription sequence to a gene which describes a ProteinSequence
|
TranscriptSequence |
GeneSequence.getTranscript(String accession)
Get the transcript sequence by accession
|
TranscriptSequence |
GeneSequence.removeTranscript(String accession)
Remove the transcript sequence from the gene
|
Modifier and Type | Method and Description |
---|---|
LinkedHashMap<String,TranscriptSequence> |
GeneSequence.getTranscripts()
Get the collection of transcription sequences assigned to this gene
|
Constructor and Description |
---|
CDSSequence(TranscriptSequence parentSequence,
int bioBegin,
int bioEnd,
int phase) |
StartCodonSequence(TranscriptSequence parentGeneSequence,
int begin,
int end) |
StopCodonSequence(TranscriptSequence parentGeneSequence,
int begin,
int end) |
Copyright © 2000–2019 BioJava. All rights reserved.