Python API Reference¶
This section provides a detailed reference for the hictkpy Python API.
The API is organized in three categories:
Generic API – Documents classes and functions such as
hictkpy.Fileandhictkpy.PixelSelectorthat are used to open, inspect, and fetch interactions from.[m]cooland.hicfiles. The documentation also covers several general-purpose classes and data structures such ashictkpy.BinTable,hictkpy.Bin, andhictkpy.Pixelwhich are utilized across the API.Cooler API – Documents the
hictkpy.cooler.SingleCellFileandhictkpy.cooler.FileWriterclasses, which are used to access.scoolfiles and create.coolfiles, respectively..hic API – Documents the
hictkpy.hic.FileWriterclass, which is used to create.hicfiles.Logging API – Documents how to tweak hictkpy’s
logging.Logger.