Package fork.lib.bio.anno.genomic

Examples of fork.lib.bio.anno.genomic.PeakIdentifier.param()


    }
   
   
public void writeToFile(File out)throws Exception {
    PeakIdentifier pi= new PeakIdentifier(lb, null);
    pi.param().joinGap=150;
    GenomicRegionsBuilder gb= pi.getPeaks();
    new BedExporter(gb).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.