| Package | Description |
|---|---|
| umcg.genetica.genomicboundaries |
| Modifier and Type | Method and Description |
|---|---|
GenomicBoundary |
GenomicBoundariesSimple.getBoundary(String chromosome,
int position) |
GenomicBoundary |
GenomicBoundaries.getBoundary(String chromosome,
int position,
int listIndex)
This method returns a Boundary object from a chromosome at a specific position.
|
GenomicBoundary<V> |
GenomicBoundariesIterator.next() |
| Modifier and Type | Method and Description |
|---|---|
HashMap<String,TreeMap<Integer,ArrayList<GenomicBoundary<V>>>> |
GenomicBoundaries.getGenomicBoundaries()
Returns the GenomicBoundaries
|
Collection<ArrayList<GenomicBoundary<V>>> |
GenomicBoundaries.getGenomicBoundaries(String chromosome)
Returns the GenomicBoundaries
|
TreeMap<Integer,ArrayList<GenomicBoundary<V>>> |
GenomicBoundaries.getGenomicBoundariesMap(String chromosome)
Returns a TreeMap
|
Iterator<GenomicBoundary<V>> |
GenomicBoundaries.iterator() |
| Modifier and Type | Method and Description |
|---|---|
int |
GenomicBoundary.compareTo(GenomicBoundary other) |
boolean |
GenomicBoundary.isOverlaping(GenomicBoundary other) |
boolean |
GenomicBoundary.isPartOfBoundary(GenomicBoundary other)
Is this boundary a sub boundary of the other boundary.
|
| Constructor and Description |
|---|
GenomicBoundariesIterator(HashMap<String,TreeMap<Integer,ArrayList<GenomicBoundary<V>>>> genomicsBoundaries) |
Copyright © 2015. All Rights Reserved.