seqgra.simulator.heatmap.heatmap module

MIT - CSAIL - Gifford Lab - seqgra

Grammar heatmap

@author: Konstantin Krismer

class GrammarPositionHeatmap[source]

Bases: object

static create(output_dir: str, set_name: str, task: Optional[str] = None, max_length: Optional[int] = None)None[source]
static detect_max_length(annotations: List[str])int[source]
static detect_task(y: List[str])str[source]