| 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 |
RNASequence.getProteinSequence()
Get the ProteinSequence from the RNA sequence
|
ProteinSequence |
TranscriptSequence.getProteinSequence()
Get the protein sequence
|
ProteinSequence |
RNASequence.getProteinSequence(TranscriptionEngine engine)
Get the ProteinSequene from the RNA sequence with user defined
transcription engine
|
ProteinSequence |
TranscriptSequence.getProteinSequence(TranscriptionEngine engine)
Get the protein sequence with user defined TranscriptEngine
|
| Modifier and Type | Method and Description |
|---|---|
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 LinkedHashMap<String,ProteinSequence> |
FastaReaderHelper.readFastaProteinSequence(File file)
Read a fasta file containing amino acids with setup that would handle most
cases.
|
static LinkedHashMap<String,ProteinSequence> |
FastaReaderHelper.readFastaProteinSequence(InputStream inStream)
Read a fasta file containing amino acids with setup that would handle most
cases.
|
static LinkedHashMap<String,ProteinSequence> |
GenbankReaderHelper.readGenbankProteinSequence(File file)
Read a Genbank file containing amino acids with setup that would handle most
cases.
|
static LinkedHashMap<String,ProteinSequence> |
GenbankReaderHelper.readGenbankProteinSequence(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 LinkedHashMap<String,ProteinSequence> |
GenbankReaderHelper.readGenbankProteinSequence(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,
Object[] out)
Takes a
ProteinSequence which was created by a
CasePreservingProteinSequenceCreator. |
| Modifier and Type | Method and Description |
|---|---|
static void |
GenbankWriterHelper.writeProteinSequence(File file,
Collection<ProteinSequence> proteinSequences)
Write collection of protein sequences to a file
|
static void |
FastaWriterHelper.writeProteinSequence(File file,
Collection<ProteinSequence> proteinSequences)
Write collection of protein sequences to a file
|
static void |
GenbankWriterHelper.writeProteinSequence(OutputStream outputStream,
Collection<ProteinSequence> proteinSequences)
Write collection of protein sequences to a stream
|
static void |
FastaWriterHelper.writeProteinSequence(OutputStream outputStream,
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–2018 BioJava. All rights reserved.