Class FullBEDFeature
java.lang.Object
htsjdk.tribble.bed.SimpleBEDFeature
htsjdk.tribble.bed.FullBEDFeature
- All Implemented Interfaces:
Locatable, BEDFeature, Feature, NamedFeature
Object for full BED file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassA sub region of a feature.class -
Field Summary
Fields inherited from class SimpleBEDFeature
chr, end, start, strand -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddExon(int exonStart, int exonEnd, int cdStart, int cdEnd, int exonNumber) voidaddExon(FullBEDFeature.Exon exon) getExons()voidsetExons(List<FullBEDFeature.Exon> exons) Methods inherited from class SimpleBEDFeature
getColor, getContig, getDescription, getEnd, getLink, getName, getScore, getStart, getStrand, getType, setChr, setColor, setDescription, setEnd, setLink, setName, setScore, setStart, setStrand, setTypeMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BEDFeature
getColor, getDescription, getLink, getScore, getStrand, getTypeMethods inherited from interface Locatable
contains, contigsMatch, getContig, getEnd, getLengthOnReference, getStart, overlaps, withinDistanceOfMethods inherited from interface NamedFeature
getName
-
Constructor Details
-
FullBEDFeature
-
-
Method Details
-
getExons
- Specified by:
getExonsin interfaceBEDFeature- Overrides:
getExonsin classSimpleBEDFeature
-
setExons
-
addExon
-
addExon
public void addExon(int exonStart, int exonEnd, int cdStart, int cdEnd, int exonNumber)
-