Extracting Metadata

After data are loaded and optionally filtered, a metadata table can be created with the hicutils.core.metadata.make_metadata_table function.

Examples

metadata

API Documentation

hicutils.core.metadata.make_metadata_table(df, pool)

Generates a metadata table from a pooled DataFrame.

Parameters

dfpd.DataFrame

The DataFrame to use for the metadata table.

poolstr

The pooling column to use for each row of the table.

Returns

A metadata table, indexed by pool.