Uses of Class
org.biojava3.core.sequence.ProteinSequence
Packages that use ProteinSequence
Package
Description
-
Uses of ProteinSequence in org.biojava3.core.sequence
Methods in org.biojava3.core.sequence that return ProteinSequenceModifier 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 TranscriptEngineMethods in org.biojava3.core.sequence that return types with arguments of type ProteinSequenceModifier 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
Methods in org.biojava3.core.sequence.io that return types with arguments of type ProteinSequenceModifier 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.Methods in org.biojava3.core.sequence.io with parameters of type ProteinSequenceModifier and TypeMethodDescriptionstatic voidCasePreservingProteinSequenceCreator.setLowercaseToNull(ProteinSequence seq, Object[] out) Takes aProteinSequencewhich was created by aCasePreservingProteinSequenceCreator.Method parameters in org.biojava3.core.sequence.io with type arguments of type ProteinSequenceModifier and TypeMethodDescriptionstatic voidFastaWriterHelper.writeProteinSequence(File file, Collection<ProteinSequence> proteinSequences) Write collection of protein sequences to a filestatic voidFastaWriterHelper.writeProteinSequence(OutputStream outputStream, Collection<ProteinSequence> proteinSequences) Write collection of protein sequences to a stream -
Uses of ProteinSequence in org.biojava3.genome
Methods in org.biojava3.genome that return types with arguments of type ProteinSequenceModifier and TypeMethodDescriptionstatic LinkedHashMap<String,ProteinSequence> GeneFeatureHelper.getProteinSequences(Collection<ChromosomeSequence> chromosomeSequences) -
Uses of ProteinSequence in org.biojava3.genome.parsers.geneid
Methods in org.biojava3.genome.parsers.geneid that return types with arguments of type ProteinSequence