Package fork.lib.math.applied.buffer

Examples of fork.lib.math.applied.buffer.Landscape2DBuffer.reloadAndGetList()


                    grhigh= new GenomicRegion(gr.chr, high-side, high+side);

                   
                    double forl= score(tsf.reloadAndGetList(grlow), grlow);
                    double forh= score(tsf.reloadAndGetList(grhigh), grhigh);
                    double revl= score(tsr.reloadAndGetList(grlow), grlow);
                    double revh= score(tsr.reloadAndGetList(grhigh), grhigh);
                   
                    System.out.println(gr.toUCSCFormat()+"    "+ forl+"  "+ forh+"  "+ revl+"  "+revh);
                    System.out.println();
                }
View Full Code Here


                   
                    double forl= score(tsf.reloadAndGetList(grlow), grlow);
                    double forh= score(tsf.reloadAndGetList(grhigh), grhigh);
                    double revl= score(tsr.reloadAndGetList(grlow), grlow);
                    double revh= score(tsr.reloadAndGetList(grhigh), grhigh);
                   
                    System.out.println(gr.toUCSCFormat()+"    "+ forl+"  "+ forh+"  "+ revl+"  "+revh);
                    System.out.println();
                }
            }
View Full Code Here

                grlow= new GenomicRegion(gr.chr, low-side, low+side);
                grhigh= new GenomicRegion(gr.chr, high-side, high+side);
               
                double forl= score(tsf.reloadAndGetList(grlow), grlow);
                double forh= score(tsf.reloadAndGetList(grhigh), grhigh);
                double revl= score(tsr.reloadAndGetList(grlow), grlow);
                double revh= score(tsr.reloadAndGetList(grhigh), grhigh);
                Res res= new Res(forl, forh, revl, revh);
                ress.put(gr,res);
                //System.out.println(low+"   "+ high);
                //System.out.println(gr.toUCSCFormat()+"  "+ res.str+"   "+ forl+"  "+ forh+"  "+ revl+"  "+revh);
View Full Code Here

                grhigh= new GenomicRegion(gr.chr, high-side, high+side);
               
                double forl= score(tsf.reloadAndGetList(grlow), grlow);
                double forh= score(tsf.reloadAndGetList(grhigh), grhigh);
                double revl= score(tsr.reloadAndGetList(grlow), grlow);
                double revh= score(tsr.reloadAndGetList(grhigh), grhigh);
                Res res= new Res(forl, forh, revl, revh);
                ress.put(gr,res);
                //System.out.println(low+"   "+ high);
                //System.out.println(gr.toUCSCFormat()+"  "+ res.str+"   "+ forl+"  "+ forh+"  "+ revl+"  "+revh);
            }
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.