Package htsjdk.tribble.bed
Class FullBEDFeature
java.lang.Object
htsjdk.tribble.bed.SimpleBEDFeature
htsjdk.tribble.bed.FullBEDFeature
- All Implemented Interfaces:
Locatable,BEDFeature,Feature
Object for full BED file.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionclassA sub region of a feature.class -
Field Summary
Fields inherited from class htsjdk.tribble.bed.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 htsjdk.tribble.bed.SimpleBEDFeature
getColor, getContig, getDescription, getEnd, getLink, getName, getScore, getStart, getStrand, getType, setChr, setColor, setDescription, setEnd, setLink, setName, setScore, setStart, setStrand, setTypeMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface htsjdk.tribble.bed.BEDFeature
getColor, getDescription, getLink, getName, getScore, getStrand, getTypeMethods inherited from interface htsjdk.samtools.util.Locatable
contains, contigsMatch, getContig, getEnd, getLengthOnReference, getStart, overlaps, withinDistanceOf
-
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)
-