parseBed9Record

function parseBed9Record(record: string): Bed9Annotation

A utility function to explicitly parse BED9 records. The resulting objects will only have the first nine fields of the BED format.

Parameters

  • record: string

Returns: Bed9Annotation