Package 

Class ExtendedBedEntry


  • 
    public final class ExtendedBedEntry
    
                        

    An extended representation of a BED file entry.

    The BED standard allows 3 up to 12 regular fields (bed3 through bed12) and an arbitrary number of custom extra fields (bedN+K format). The first 12 properties represent the regular fields (default values are used to stand in for the missing data). extraFields property stores the extra fields as a String array.