Examples of LandscapeBuffer


Examples of fork.lib.bio.anno.genomic.LandscapeBuffer

   
   
    File datf= new File(dir+"/data/chip-seq/norm/norm_"+samp+".wig");
   

    LandscapeBuffer lb= new BedGraphBuffer(datf);
    GenomicRegionsBuilder gb= new BedReader(regf).getGenomicRegionsBuilder();

   
   
    ScanIntra si = new ScanIntra(gb, lb);
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.