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

Examples of org.moltools.apps.probemaker.ext.target.AlleleSpecificPadlockTarget.expand()


   
    assertEquals(0,ProbeMakerPropertyUtils.getAllMessages(p).size());
   
    //Get a variant of an allele specific padlock
    AlleleSpecificPadlockTarget target2 = new AlleleSpecificPadlockTarget("T2","ATACAGTCGTCCGGGTCGAAWAGAGCATCGACGCGGATCAA","Target 2");
    target = target2.expand().get(0);
   
    pair = tpd.designTSSPair(target);
   
    p = new DefaultProbe(pair,0,0,NucleotideSequence.DNA);
    plc.checkTemplatingByTarget(p);
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.