Package fork.lib.bio.anno.genomic

Examples of fork.lib.bio.anno.genomic.LandscapeTransformer.subtract()


    File f= new File("r2.wig");
   
    LandscapeBuilder lb= new BedGraphReader(f).getLandscapeBuilder();
   
    LandscapeTransformer lt= new LandscapeTransformer(lb);
    lt.subtract(10);
   
   
    PeakIdentifier pi= new PeakIdentifier(lb, null);
    pi.getPeaks().writeToFileBed(new File("peak_"+FileName.getBaseName(f)+".bed"));
   
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.