parseBed12Record

function parseBed12Record(record: string): Bed12Annotation

A utility function to explicitly parse BED12 records. The resulting objects will have all twelve fields of the BED format.

Parameters

  • record: string

Returns: Bed12Annotation