oxbow.read_bigwig#
- oxbow.read_bigwig(src, region=None, fields=None)#
Return Arrow IPC format from a BigWig file.
- Parameters:
src (str or file-like) – The path to the source file or a file-like object.
fields (list[str], optional) – Names of the fixed fields to project.
- Returns:
Arrow IPC
- Return type:
bytes