| Constructor and Description |
|---|
BedFile(File bedFile) |
BedFile(File bedFile,
boolean omitChr,
boolean makeOneBased) |
BedFile(String bedFilePath) |
BedFile(String bedFilePath,
boolean omitChr,
boolean makeOneBased) |
| Modifier and Type | Method and Description |
|---|---|
PerChrIntervalTree<BedEntry> |
createIntervalTree() |
Map<String,String> |
getTrackInfo() |
Iterator<BedEntry> |
iterator() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic BedFile(String bedFilePath) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic BedFile(String bedFilePath, boolean omitChr, boolean makeOneBased) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic BedFile(File bedFile) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionpublic BedFile(File bedFile, boolean omitChr, boolean makeOneBased) throws FileNotFoundException, IOException
FileNotFoundExceptionIOExceptionCopyright © 2015. All Rights Reserved.