gcell.dna.track.Track.generate_bigwig

gcell.dna.track.Track.generate_bigwig#

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

Generate a BigWig file for a specific track.

Parameters:
label str

The label of the track to generate the BigWig for.

out_file str

The output file path.

Raises:

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