Package bgu.bio.algorithms.alignment

Examples of bgu.bio.algorithms.alignment.LocalSequenceAlignment


        structureScoringMatrix, new AffineGapGlobalSequenceAlignment(
            10, 10, RnaAlphabet.getInstance(),
            new AffineGapScoringMatrix(
                "matrix/NUC-Affine-sim-RIBOSUM85-60.matrix",
                RnaAlphabet.getInstance())),
        new LocalSequenceAlignment(10, 10, RnaAlphabet.getInstance(),
            new ScoringMatrix("matrix/NUC-sim-RIBOSUM85-60.matrix",
                RnaAlphabet.getInstance())));

    StemStructure str1 = new StemStructure(">1", new CharBuffer(
        "AAAGAGGUAAAAUGCAUCUAA"), new CharBuffer(
View Full Code Here


        structureScoringMatrix, new AffineGapGlobalSequenceAlignment(
            10, 10, RnaAlphabet.getInstance(),
            new AffineGapScoringMatrix(
                "matrix/NUC-Affine-sim-RIBOSUM85-60.matrix",
                RnaAlphabet.getInstance())),
        new LocalSequenceAlignment(10, 10, RnaAlphabet.getInstance(),
            new ScoringMatrix("matrix/NUC-sim-RIBOSUM85-60.matrix",
                RnaAlphabet.getInstance())));

    StemStructure str1 = new StemStructure(">1", new CharBuffer(
        "AGAGGUAAAAUGCAUCU"), new CharBuffer("((..(((...)))..))"));
View Full Code Here

        structureScoringMatrix, new AffineGapGlobalSequenceAlignment(
            10, 10, RnaAlphabet.getInstance(),
            new AffineGapScoringMatrix(
                "matrix/NUC-Affine-sim-RIBOSUM85-60.matrix",
                RnaAlphabet.getInstance())),
        new LocalSequenceAlignment(10, 10, RnaAlphabet.getInstance(),
            new ScoringMatrix("matrix/NUC-sim-RIBOSUM85-60.matrix",
                RnaAlphabet.getInstance())));

    StemStructure str1 = new StemStructure(
        ">1",
View Full Code Here

TOP

Related Classes of bgu.bio.algorithms.alignment.LocalSequenceAlignment

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.