Examples of LandscapeScoringStrand


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

    }
   
   
   
public void writeToFile(File of)throws Exception{
    LandscapeScoringStrand ls= new LandscapeScoringStrand(
            new BarReader(ff).getLandscapeBuilder(),
            new BarReader(fr).getLandscapeBuilder(),
            new BedReader(anno).getGenomicRegionsBuilder()
            );
    ls.writeToBedFile(of);
}
View Full Code Here

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

    }
   
   
   
public void writeToFile(File of)throws Exception{
    LandscapeScoringStrand ls= new LandscapeScoringStrand(
            new BarReader(fr).getLandscapeBuilder(),
            new BarReader(ff).getLandscapeBuilder(),
            new BedReader(anno).getGenomicRegionsBuilder()
            );
    ls.writeToBedFile(of);
}
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.