org.utgenome.format.bed
Class BEDDatabase
java.lang.Object
  
org.utgenome.format.bed.BEDDatabase
public class BEDDatabase
- extends Object
 
Query/Update interface for BED database stored in SQLite
- Author:
 
  - leo
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
BEDDatabase
public BEDDatabase()
toSQLiteDB
public static void toSQLiteDB(Reader bedInput,
                              String dbName)
                       throws IOException,
                              org.xerial.core.XerialException
- Throws:
 IOException
org.xerial.core.XerialException
 
overlapQuery
public static List<GenomeRange> overlapQuery(File bedPath,
                                             ChrLoc location)
                                      throws UTGBException
- Throws:
 UTGBException
 
Copyright © 2007-2012 utgenome.org. All Rights Reserved.