Examples of toLandscapeBuilder()


Examples of fork.lib.bio.soft.tas.TASIntensityReader.toLandscapeBuilder()

   
   
   
public static void toWig(File tas, File out, String tit)throws Exception{
    TASIntensityReader tr= new TASIntensityReader(tas);
    new BedGraphExporter(tr.toLandscapeBuilder(), tit).writeToFile(out);
}
   
   
public static void unlog(File wig, File out, String tit) throws Exception{
    LandscapeBuffer lb= new BedGraphBuffer(wig);
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.