org.utgenome.shell.db.bed
Class BED2Silk

java.lang.Object
  extended by org.utgenome.shell.db.bed.BED2Silk

public class BED2Silk
extends java.lang.Object

Author:
yoshimura

Nested Class Summary
static class BED2Silk.BEDHeaderAttribute
           
static class BED2Silk.BEDHeaderDescription
           
 
Constructor Summary
BED2Silk(java.io.File bedFile)
           
BED2Silk(java.io.Reader bedFile)
           
 
Method Summary
 java.lang.String toSilk()
           
 void toSilk(java.io.PrintWriter out)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BED2Silk

public BED2Silk(java.io.File bedFile)
         throws java.io.IOException
Throws:
java.io.IOException

BED2Silk

public BED2Silk(java.io.Reader bedFile)
         throws java.io.IOException
Parameters:
bedFile -
Throws:
java.io.IOException
Method Detail

toSilk

public void toSilk(java.io.PrintWriter out)
            throws java.io.IOException,
                   UTGBShellException
Parameters:
out -
Throws:
java.io.IOException
UTGBShellException

toSilk

public java.lang.String toSilk()
                        throws java.io.IOException,
                               UTGBShellException
Throws:
java.io.IOException
UTGBShellException


Creative Commons License
This work is licensed under a Creative Commons Attribution-ShareAlike 2.1 Japan License.