parseBed3Record

function parseBed3Record(record: string): Bed3Annotation

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

Parameters

  • record: string

Returns: Bed3Annotation