Package | Description |
---|---|
org.biojava.nbio.core.sequence | |
org.biojava.nbio.core.sequence.transcription |
Modifier and Type | Method and Description |
---|---|
ProteinSequence |
TranscriptSequence.getProteinSequence(TranscriptionEngine engine)
Get the protein sequence with user defined TranscriptEngine
|
ProteinSequence |
RNASequence.getProteinSequence(TranscriptionEngine engine)
Get the ProteinSequene from the RNA sequence with user defined
transcription engine
|
RNASequence |
DNASequence.getRNASequence(TranscriptionEngine engine)
Allow a user to pass in a rules engine to do the DNA to RNA translation
|
RNASequence |
DNASequence.getRNASequence(TranscriptionEngine engine,
Frame frame) |
Modifier and Type | Method and Description |
---|---|
TranscriptionEngine |
TranscriptionEngine.Builder.build()
The method to finish any calls to the builder with which returns a
transcription engine.
|
static TranscriptionEngine |
TranscriptionEngine.getDefault()
Default instance to use when Transcribing from DNA -> RNA ->
Protein.
|
Copyright © 2000–2019 BioJava. All rights reserved.