Package fork.lib.bio.soft.tas

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

Related Classes of fork.lib.bio.soft.tas.TASIntensityReader

Copyright © 2018 www.massapicom. 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.