| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
contig |
int |
end |
int |
start |
| Constructor and Description |
|---|
MutableFeature(Feature feature) |
MutableFeature(java.lang.String contig,
int start,
int end) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getContig()
Gets the contig name for the contig this is mapped to.
|
int |
getEnd() |
int |
getStart() |
void |
setAll(Feature feature) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontains, contigsMatch, getLengthOnReference, overlaps, withinDistanceOfpublic MutableFeature(Feature feature)
public MutableFeature(java.lang.String contig,
int start,
int end)