Examples of BedGraphReader


Examples of fork.lib.bio.anno.genomic.BedGraphReader

   
   
    for( int k=0; k<samps.length ; k++ ){
        String samp= samps[k];
        File datf= new File(wd+"/norm_"+samp+".wig");
        LandscapeBuilder lb= new BedGraphReader(datf).getLandscapeBuilder();
       
        File ood= new File(od+"/"+samp);
        ScoreChipGene sc= new ScoreChipGene(lb, org, ood, samp);
       
        System.out.println(samp);
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.