Package htsjdk.tribble.bed

Examples of htsjdk.tribble.bed.SimpleBEDFeature


        return fullCmd.toArray(new String[0]);
    }

    protected String writeLocus(Argument arg, String chr, int start, int end) throws IOException{
        Feature feat = new SimpleBEDFeature(start, end, chr);
        return createTempFile(Arrays.asList(feat), arg);
    }
View Full Code Here

TOP

Related Classes of htsjdk.tribble.bed.SimpleBEDFeature

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.