Package 

Class BedEntry

  • All Implemented Interfaces:
    kotlin.Comparable

    
    public final class BedEntry
     implements Comparable<BedEntry>
                        

    A minimal representation of a BED file entry.

    The BED standard absolutely requires three fields: chrom, start and end. The remaining line is stored in rest. It might or might not contain other, more optional BED fields, such as name, score or color. Use unpack to obtain an ExtendedBedEntry where these fields are properly parsed.