package biotk

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Biotk.GcfSource

GCF = Genomic coordinates format loosely defined as a TSV format whose first column represents a location with the syntax <chr>:<start>-<end>

Sourcetype row = GLoc.t * string list
Sourceval to_bed : ?open_end:bool -> string -> string -> unit