regbench_data.enhancer.Dataset#

class regbench_data.enhancer.Dataset(id, results)#

Represents a dataset containing screening results.

id#

The unique identifier for the dataset.

Type:

str

results#

A list of screening results contained in the dataset.

Type:

list[ScreeningResult]

Attributes

Methods

load(metadata, data[, p_value])