Uses of Class
org.biojava3.core.sequence.ProteinSequence

Packages that use ProteinSequence
org.biojava3.core.sequence   
org.biojava3.core.sequence.io   
 

Uses of ProteinSequence in org.biojava3.core.sequence
 

Methods in org.biojava3.core.sequence that return ProteinSequence
 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
 

Methods in org.biojava3.core.sequence that return types with arguments of type ProteinSequence
 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.
 

Uses of ProteinSequence in org.biojava3.core.sequence.io
 

Methods in org.biojava3.core.sequence.io that return types with arguments of type ProteinSequence
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.
 

Method parameters in org.biojava3.core.sequence.io with type arguments of type ProteinSequence
static void FastaWriterHelper.writeProteinSequence(File file, Collection<ProteinSequence> proteinSequences)
          Write collection of protein sequences to a file
static void FastaWriterHelper.writeProteinSequence(OutputStream outputStream, Collection<ProteinSequence> proteinSequences)
          Write collection of protein sequences to a stream
 



Copyright © 2010 BioJava. All Rights Reserved.