[][src]Module biofile::bedgraph

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

Structs

BedGraph
BedGraphDataLine

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

BedGraphDataLineIter