org.utgenome.util
Class ReadDepth
java.lang.Object
   org.utgenome.util.ReadDepth
org.utgenome.util.ReadDepth
- public class ReadDepth 
- extends Object
Read depth computation in O(2N) time.
- Author:
- leo
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ReadDepth
protected ReadDepth(ReadDepth.DepthOutput out)
compute
public static void compute(String chr,
                           Iterator<GenomeRange> cursor,
                           ReadDepth.DepthOutput out)
                    throws Exception
- Compute the read depth of the input read set. The read set must be sorted by start order.
 
- 
- Parameters:
- cursor-
- out-
- Throws:
- Exception
 
computeDepth
protected void computeDepth(String chr,
                            Iterator<GenomeRange> cursor)
                     throws Exception
- 
- Throws:
- Exception
 
Copyright © 2007-2012 utgenome.org. All Rights Reserved.