Examples of AssoTranscriptionThree


Examples of data.cerevisiae.region.zpeak.trsc_asso_new.AssoTranscriptionThree

    LandscapeBuilder lbr= new BedGraphReader(revf).getLandscapeBuilder();
   
    GenomicRegionsBuilder gb= new BedReader(zf).getGenomicRegionsBuilder();
   
   
    AssoTranscriptionThree ass= new AssoTranscriptionThree(gb, lbf, lbr);
   
    File out= new File(zd+"/asso-trsc_"+zf.getName());
    ass.writeToFile(out);
}
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.