Package fork.lib.bio.anno.genomic.region.rand

Examples of fork.lib.bio.anno.genomic.region.rand.RandomGenomicRegionSet


    //for( int i=0; i<100; i++ ){
    for( int i=0; i<1; i++ ){
        FrequencyCount<Integer> lens= gbtar.lengthDistribution();
        //System.out.print(i+"    ");
       
        GenomicRegionsBuilder rset= new RandomGenomicRegionSet(gball, lens).getRandomGenomicRegions();
        //rset.print();
       
        int ovl= ovl(rset, gbref);
        System.out.println(rset.size()+"   "+  gbref.size()+"   "+ovl);
       
View Full Code Here

TOP

Related Classes of fork.lib.bio.anno.genomic.region.rand.RandomGenomicRegionSet

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.