| Constructor and Description |
|---|
PerChrIntervalTree(Class<E> classE) |
| Modifier and Type | Method and Description |
|---|---|
void |
addChrElements(String chr,
List<E> elements) |
static <T extends GenomicRange> |
createFromChrGroupedIterable(Iterable<T> elements,
Class<T> classT)
Elements must be grouped per chromosome
|
List<E> |
searchPosition(String chr,
int pos) |
int |
size() |
public void addChrElements(String chr, List<E> elements) throws Exception
Exceptionpublic int size()
public static <T extends GenomicRange> PerChrIntervalTree<T> createFromChrGroupedIterable(Iterable<T> elements, Class<T> classT) throws Exception
elements - ExceptionCopyright © 2015. All Rights Reserved.