Module biofile::bedgraph[][src]

Expand description

An interface to the BedGraph track format file as specified in https://genome.ucsc.edu/goldenPath/help/bedgraph.html

Structs

The four-element tuple in the BedGraphDataLine corresponds to a line of data in the BedGraph file, where each line is of the form chrom start end value

Type Definitions

Data type of the Bedgraph chromosomes

Data type of the Bedgraph coordinates