gcell.dna.track.Track.generate_bedgraph

gcell.dna.track.Track.generate_bedgraph#

Track.generate_bedgraph(label, out_file)[source]#

Generate a bedGraph file for a specific track.

Parameters:
label str

The label of the track to generate the bedGraph for.

out_file str

The output file path.

Raises:

ValueError – If the specified label is not found in the tracks.: