Examples of TASIntensityReader


Examples of fork.lib.bio.soft.tas.TASIntensityReader

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