agent-browser
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…
Maintainer FreedomIntelligence · Last updated April 1, 2026
Load, convert, and manipulate Hi-C contact matrices using cooler format. Read.cool/.mcool files, convert from.hic format, access matrix data, and export to different formats. Use when loading or converting Hi-C contact matrices.
Original source
https://github.com/FreedomIntelligence/OpenClaw-Medical-Skills/tree/main/skills/bio-hi-c-analysis-hic-data-io
Skill Snapshot
Source Doc
print(f'Chromosomes: {clr.chromnames}') print(f'Bin size: {clr.binsize}') print(f'Number of bins: {clr.info["nbins"]}') print(f'Sum of counts: {clr.info["sum"]}')
## List available resolutions
resolutions = cooler.fileops.list_coolers('matrix.mcool')
print(f'Available resolutions: {resolutions}')
## Load specific resolution
clr = cooler.Cooler('matrix.mcool::resolutions/10000')
print(f'Loaded at {clr.binsize}bp resolution')
Related skills
Browse the web for any task — research topics, read articles, interact with web apps, fill forms, take screenshots, extract data, and test w…
Access 20+ years of global financial data: equities, options, forex, crypto, commodities, economic indicators, and 50+ technical indicators.
Filter alignments by flag, quality, region, or paired status.
Index BAM/CRAM files with samtools index for random access.