Uses of Class
org.biojava3.core.sequence.ProteinSequence
Package
Description
-
Uses of ProteinSequence in org.biojava3.core.sequence
Modifier and TypeMethodDescriptionRNASequence.getProteinSequence()
Get the ProteinSequence from the RNA sequenceRNASequence.getProteinSequence
(TranscriptionEngine engine) Get the ProteinSequene from the RNA sequence with user defined transcription engineTranscriptSequence.getProteinSequence()
Get the protein sequenceTranscriptSequence.getProteinSequence
(TranscriptionEngine engine) Get the protein sequence with user defined TranscriptEngineModifier and TypeMethodDescriptionTranscriptSequence.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. -
Uses of ProteinSequence in org.biojava3.core.sequence.io
Modifier and TypeMethodDescriptionstatic 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.Modifier and TypeMethodDescriptionstatic void
CasePreservingProteinSequenceCreator.setLowercaseToNull
(ProteinSequence seq, Object[] out) Takes aProteinSequence
which was created by aCasePreservingProteinSequenceCreator
.Modifier and TypeMethodDescriptionstatic void
FastaWriterHelper.writeProteinSequence
(File file, Collection<ProteinSequence> proteinSequences) Write collection of protein sequences to a filestatic void
FastaWriterHelper.writeProteinSequence
(OutputStream outputStream, Collection<ProteinSequence> proteinSequences) Write collection of protein sequences to a stream -
Uses of ProteinSequence in org.biojava3.genome
Modifier and TypeMethodDescriptionstatic LinkedHashMap<String,
ProteinSequence> GeneFeatureHelper.getProteinSequences
(Collection<ChromosomeSequence> chromosomeSequences) -
Uses of ProteinSequence in org.biojava3.genome.parsers.geneid