Examples of SWTagSimilarityCalculator


Examples of org.moltools.apps.probemaker.calculators.SWTagSimilarityCalculator

        new TestDescriptor("Tag sequence within probe"), //$NON-NLS-1$
        new TestDescriptor("Tag complement within probe"), //$NON-NLS-1$
        new TestDescriptor("Tag sequence in other probe"), //$NON-NLS-1$
        new TestDescriptor("Tag complement in other probe") //$NON-NLS-1$
    },new DataDescriptor[1]);
    tsc = new SWTagSimilarityCalculator();
    dataDescriptors =
      new DataDescriptor[] {
        new IntegerDescriptor("Per cent of max score required for match", //$NON-NLS-1$
            "The value in percent of the maximum alignment score required to yield a match. If 100 % regular string search used.", //$NON-NLS-1$
            KEY_PERCENT_SIMILARITY, 1, 100),
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.