org.utgenome.format.wig
Class WIGDatabaseGenerator

java.lang.Object
  extended by org.utgenome.format.wig.WIGDatabaseGenerator

public class WIGDatabaseGenerator
extends Object

Generating SQLite database of WIG data

Author:
yoshimura

Nested Class Summary
static class WIGDatabaseGenerator.WIGHeaderAttribute
           
static class WIGDatabaseGenerator.WIGHeaderDescription
           
 
Field Summary
static int DATA_SPLIT_UNIT
           
 
Constructor Summary
WIGDatabaseGenerator()
           
 
Method Summary
 void toSQLiteDB(Reader wigInput, String dbName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DATA_SPLIT_UNIT

public static final int DATA_SPLIT_UNIT
See Also:
Constant Field Values
Constructor Detail

WIGDatabaseGenerator

public WIGDatabaseGenerator()
Method Detail

toSQLiteDB

public void toSQLiteDB(Reader wigInput,
                       String dbName)
                throws IOException,
                       org.xerial.core.XerialException
Throws:
IOException
org.xerial.core.XerialException


Copyright © 2007-2012 utgenome.org. All Rights Reserved.