public class GenomicBoundariesSimple extends Object
| Constructor and Description |
|---|
GenomicBoundariesSimple(String genomicsBoundarysFilePath) |
GenomicBoundariesSimple(String genomicsBoundarysFilePath,
int margin) |
| Modifier and Type | Method and Description |
|---|---|
GenomicBoundary |
getBoundary(String chromosome,
int position) |
Set<String> |
getChromosomes() |
boolean |
isChromosomeInBoundary(String chromosome) |
boolean |
isInBoundary(String chromosome,
int position) |
public GenomicBoundariesSimple(String genomicsBoundarysFilePath) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic GenomicBoundariesSimple(String genomicsBoundarysFilePath, int margin) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2015. All Rights Reserved.