Examples of Summarise3Anti


Examples of data.cerevisiae.region.zpeak.trsc_asso_new.Summarise3Anti

   
    File f= new File(zd+"/asso-trsc_xu_2009_orfs_cds_300_150.bed");
   
    File out= new File(zd+"/cds-anti_"+ FileName.getBaseName(f)+".bed");
   
    Summarise3Anti ss= new Summarise3Anti(f);
    ss.writeToOutput(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.