org.utgenome.format.bed
Class BED2SilkReader
java.lang.Object
java.io.Reader
org.utgenome.format.FormatConversionReader
org.utgenome.format.bed.BED2SilkReader
- All Implemented Interfaces:
- Closeable, Readable
public class BED2SilkReader
- extends FormatConversionReader
BED2SilkReader read the input BED data, and the user can read it as if it were a Silk format.
- Author:
- leo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BED2SilkReader
public BED2SilkReader(Reader bedReader)
throws IOException
- Throws:
IOException
scan
public static BEDQuery scan(Reader input,
BEDQuery query)
throws UTGBException
- Read an input BED data, and retrieves
BEDTrack
and BEDEntry
information through the
BEDQuery
interface.
- Parameters:
input
- query
-
- Returns:
-
- Throws:
UTGBException
Copyright © 2007-2012 utgenome.org. All Rights Reserved.