Class ProteinMappingTools


  • public class ProteinMappingTools
    extends Object
    • Constructor Detail

      • ProteinMappingTools

        public ProteinMappingTools()
    • Method Detail

      • convertDNAtoProteinSequence

        public static org.biojava.nbio.core.sequence.ProteinSequence convertDNAtoProteinSequence​(String dnaSequence)
                                                                                          throws org.biojava.nbio.core.exceptions.CompoundNotFoundException
        Converts the DNA sequence to protein sequence.
        Parameters:
        dnaSequence - the DNA sequence
        Returns:
        the protein sequence
        Throws:
        org.biojava.nbio.core.exceptions.CompoundNotFoundException
      • convertDNAtoProteinSequence

        public static org.biojava.nbio.core.sequence.ProteinSequence convertDNAtoProteinSequence​(org.biojava.nbio.core.sequence.DNASequence dnaSequence)
                                                                                          throws org.biojava.nbio.core.exceptions.CompoundNotFoundException
        Converts the DNA sequence to protein sequence.
        Parameters:
        dnaSequence - the DNA sequence
        Returns:
        the protein sequence
        Throws:
        org.biojava.nbio.core.exceptions.CompoundNotFoundException