| Package | Description |
|---|---|
| org.biojava.nbio.core.sequence | |
| org.biojava.nbio.core.sequence.io | |
| org.biojava.nbio.core.sequence.transcription |
| Modifier and Type | Method and Description |
|---|---|
RNASequence |
DNASequence.getRNASequence()
Return the RNASequence equivalent of the DNASequence using default Transcription Engine.
|
RNASequence |
DNASequence.getRNASequence(Frame frame)
Allows the user to pass in the Frame shift.
|
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 |
|---|---|
static java.util.LinkedHashMap<java.lang.String,RNASequence> |
FastaReaderHelper.readFastaRNASequence(java.io.File file) |
static java.util.LinkedHashMap<java.lang.String,RNASequence> |
FastaReaderHelper.readFastaRNASequence(java.io.File file,
boolean lazySequenceLoad)
Selecting lazySequenceLoad=true will parse the FASTA file and figure out the accessionid and offsets and return sequence objects
that can in the future read the sequence from the disk.
|
static java.util.LinkedHashMap<java.lang.String,RNASequence> |
FastaReaderHelper.readFastaRNASequence(java.io.InputStream inStream)
Read a fasta RNA sequence
|
static java.util.LinkedHashMap<java.lang.String,RNASequence> |
GenbankReaderHelper.readGenbankRNASequence(java.io.File file) |
static java.util.LinkedHashMap<java.lang.String,RNASequence> |
GenbankReaderHelper.readGenbankRNASequence(java.io.File file,
boolean lazySequenceLoad)
Selecting lazySequenceLoad=true will parse the Genbank file and figure out the accessionid and offsets and return sequence objects
that can in the future read the sequence from the disk.
|
static java.util.LinkedHashMap<java.lang.String,RNASequence> |
GenbankReaderHelper.readGenbankRNASequence(java.io.InputStream inStream)
Read a Genbank RNA sequence
|
| Modifier and Type | Method and Description |
|---|---|
protected RNASequence |
DNAToRNATranslator.wrapToRna(Sequence<NucleotideCompound> dna)
Takes in the given DNA Sequence and returns an instance of RNASequence
which is using
RnaSequenceView as a
ProxySequenceReader. |
Copyright © 2000-2020 BioJava. All Rights Reserved.