Package org.moltools.apps.probemaker.ext.target

Examples of org.moltools.apps.probemaker.ext.target.AlleleSpecificPadlockTarget


  //Add more tags (10 total)
  @Override
  protected void setUp() throws DuplicateIDException {
    pm = new ProbeMakerPlugIn();

    t1 = new AlleleSpecificPadlockTarget("T1","CCCCCCCCCCCCCCCCCCCCCCCCCA/TAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","Target 1"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
    t2 = new AlleleSpecificPadlockTarget("T2","CCCCCCCCCCCCCCCCCCCCCCCCCDAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA","Target 2"); //$NON-NLS-1$ //$NON-NLS-2$ //$NON-NLS-3$
    t1.setVariant(t1.getVariants()[0]);
    t2.setVariant(t2.getVariants()[0]);


    //Make tag library with ten tags
View Full Code Here

TOP

Related Classes of org.moltools.apps.probemaker.ext.target.AlleleSpecificPadlockTarget

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.