parseBed6Record

function parseBed6Record(record: string): Bed6Annotation

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

Parameters

  • record: string

Returns: Bed6Annotation