All Downloads are FREE. Search and download functionalities are using the official Maven repository.

eqtlmappingpipeline.binarymeta.meta.graphics.PlotPackage Maven / Gradle / Ivy

/*
 * To change this template, choose Tools | Templates
 * and open the template in the editor.
 */
package eqtlmappingpipeline.binarymeta.meta.graphics;

/**
 *
 * @author harm-jan
 */
public class PlotPackage {
    boolean poison = false;
    Double zscore1;
    Double zscore2;
    int dataset1;
    int dataset2;
    
    
    
    boolean getPoison() {
        throw new UnsupportedOperationException("Not yet implemented");
    }
    
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy