Uses of Class
org.biojava3.core.sequence.TranscriptSequence
-
Uses of TranscriptSequence in org.biojava3.core.sequence
Modifier and TypeMethodDescriptionGeneSequence.addTranscript
(AccessionID accession, int begin, int end) Add a transcription sequence to a gene which describes a ProteinSequenceGeneSequence.getTranscript
(String accession) Get the transcript sequence by accessionGeneSequence.removeTranscript
(String accession) Remove the transcript sequence from the geneModifier and TypeMethodDescriptionGeneSequence.getTranscripts()
Get the collection of transcription sequences assigned to this geneModifierConstructorDescriptionCDSSequence
(TranscriptSequence parentSequence, int bioBegin, int bioEnd, int phase) StartCodonSequence
(TranscriptSequence parentGeneSequence, int begin, int end) StopCodonSequence
(TranscriptSequence parentGeneSequence, int begin, int end)