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

org.opencb.biodata.tools.feature.FeatureManager Maven / Gradle / Ivy

There is a newer version: 3.3.0
Show newest version
/*
 * 
 *
 */

package org.opencb.biodata.tools.feature;

/**
 * Created by imedina on 26/10/16.
 */
public abstract class FeatureManager {

    protected int chromsomeColIndex;
    protected int startColIndex;
    protected int endColIndex;


    public void index() {

    }

    public T query(String chromosome, int start, int end) {
        return null;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy