org.utgenome.format.wig
Class WIG2Silk

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

public class WIG2Silk
extends Object

Author:
yoshimura

Nested Class Summary
static class WIG2Silk.WIGHeaderAttribute
           
static class WIG2Silk.WIGHeaderDescription
           
 
Constructor Summary
WIG2Silk(File wigFile)
           
WIG2Silk(Reader wigFile)
           
 
Method Summary
 String toSilk()
           
 void toSilk(PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WIG2Silk

public WIG2Silk(File wigFile)
         throws IOException
Throws:
IOException

WIG2Silk

public WIG2Silk(Reader wigFile)
         throws IOException
Parameters:
wigFile -
Throws:
IOException
Method Detail

toSilk

public void toSilk(PrintWriter out)
            throws IOException,
                   UTGBException
Parameters:
out -
Throws:
IOException
UTGBShellException
UTGBException

toSilk

public String toSilk()
              throws IOException,
                     UTGBException
Throws:
IOException
UTGBException


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