public class BedGraphEntry extends Object implements GenomicRange
| Constructor and Description |
|---|
BedGraphEntry(String chr,
int startPosition,
int stopPositions,
double value) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEnd()
Inclusive
|
int |
getEndExclusive() |
String |
getSeqname() |
int |
getStart()
Inclusive
|
double |
getValue() |
public BedGraphEntry(String chr, int startPosition, int stopPositions, double value)
public int getStart()
Rangepublic int getEnd()
Rangepublic int getEndExclusive()
public double getValue()
public String getSeqname()
getSeqname in interface GenomicRangeCopyright © 2015. All Rights Reserved.