Package fork.lib.bio.anno.genomic

Examples of fork.lib.bio.anno.genomic.BedExporter.param()


        protected String column6On(GenomicRegion gr){
            Object[] os= (Object[])gr.attr;
            return (Double)os[1]+"\t"+ (Double)os[2];
        }
    };
    be.param().ifExpanded= true;
    be.writeToFile(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.