| Package | Description |
|---|---|
| org.biojava.nbio.core.sequence | |
| org.biojava.nbio.core.sequence.io | |
| org.biojava.nbio.core.util |
| Modifier and Type | Method and Description |
|---|---|
ProteinSequence |
TranscriptSequence.getProteinSequence()
Get the protein sequence
|
ProteinSequence |
RNASequence.getProteinSequence()
Get the ProteinSequence from the RNA sequence
|
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
|
| Modifier and Type | Method and Description |
|---|---|
java.util.ArrayList<ProteinSequence> |
TranscriptSequence.getProteinCDSSequences()
Return a list of protein sequences based on each CDS sequence
where the phase shift between two CDS sequences is assigned to the
CDS sequence that starts the triplet.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.LinkedHashMap<java.lang.String,ProteinSequence> |
FastaReaderHelper.readFastaProteinSequence(java.io.File file)
Read a fasta file containing amino acids with setup that would handle most
cases.
|
static java.util.LinkedHashMap<java.lang.String,ProteinSequence> |
FastaReaderHelper.readFastaProteinSequence(java.io.InputStream inStream)
Read a fasta file containing amino acids with setup that would handle most
cases.
|
static java.util.LinkedHashMap<java.lang.String,ProteinSequence> |
GenbankReaderHelper.readGenbankProteinSequence(java.io.File file)
Read a Genbank file containing amino acids with setup that would handle most
cases.
|
static java.util.LinkedHashMap<java.lang.String,ProteinSequence> |
GenbankReaderHelper.readGenbankProteinSequence(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,ProteinSequence> |
GenbankReaderHelper.readGenbankProteinSequence(java.io.InputStream inStream)
Read a Genbank file containing amino acids with setup that would handle most
cases.
|
| Modifier and Type | Method and Description |
|---|---|
static void |
CasePreservingProteinSequenceCreator.setLowercaseToNull(ProteinSequence seq,
java.lang.Object[] out)
Takes a
ProteinSequence which was created by a
CasePreservingProteinSequenceCreator. |
| Modifier and Type | Method and Description |
|---|---|
static void |
GenbankWriterHelper.writeProteinSequence(java.io.File file,
java.util.Collection<ProteinSequence> proteinSequences)
Write collection of protein sequences to a file
|
static void |
FastaWriterHelper.writeProteinSequence(java.io.File file,
java.util.Collection<ProteinSequence> proteinSequences)
Write collection of protein sequences to a file
|
static void |
GenbankWriterHelper.writeProteinSequence(java.io.OutputStream outputStream,
java.util.Collection<ProteinSequence> proteinSequences)
Write collection of protein sequences to a stream
|
static void |
FastaWriterHelper.writeProteinSequence(java.io.OutputStream outputStream,
java.util.Collection<ProteinSequence> proteinSequences)
Write collection of protein sequences to a stream
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
SequenceTools.equalLengthSequences(ProteinSequence[] sequences)
A method to check whether an array of sequences contains at least two sequences having an equal length.
|
Copyright © 2000-2020 BioJava. All Rights Reserved.