parseBedRecords

function parseBedRecords(records: string | string []): None

A utility function to parse a general BED record. There are no guarantees about which fields end up being present in the resulting BED objects.

Parameters

  • records: string | string []

Returns: BedAnnotation []