public class BedEntry extends Object implements GenomicRange
| Constructor and Description |
|---|
BedEntry(String chr,
int startPosition,
int stopPositions) |
BedEntry(String chr,
int startPosition,
int stopPositions,
String name,
double score) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Inclusive
|
int |
getEndExclusive() |
String |
getName() |
double |
getScore() |
String |
getSeqname() |
int |
getStart()
Inclusive
|
public BedEntry(String chr, int startPosition, int stopPositions)
public int getStart()
Rangepublic int getEnd()
Rangepublic int getEndExclusive()
public String getSeqname()
getSeqname in interface GenomicRangepublic String getName()
public double getScore()
Copyright © 2015. All Rights Reserved.