Uses of Class
org.biojava3.core.sequence.TranscriptSequence
Packages that use TranscriptSequence
-
Uses of TranscriptSequence in org.biojava3.core.sequence
Methods in org.biojava3.core.sequence that return TranscriptSequenceModifier 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 geneMethods in org.biojava3.core.sequence that return types with arguments of type TranscriptSequenceModifier and TypeMethodDescriptionGeneSequence.getTranscripts()
Get the collection of transcription sequences assigned to this geneConstructors in org.biojava3.core.sequence with parameters of type TranscriptSequenceModifierConstructorDescriptionCDSSequence
(TranscriptSequence parentSequence, int bioBegin, int bioEnd, int phase) StartCodonSequence
(TranscriptSequence parentGeneSequence, int begin, int end) StopCodonSequence
(TranscriptSequence parentGeneSequence, int begin, int end)