HiCognition implements the region-set focus approach (see the concept section for details) on a visualization level using widget collections and widgets. Widget collections represent a single set of genomic regions (e.g., Chip-Seq peaks of a target protein) and host one or more widgets representing genomic features (e.g., Chip-Seq tracks or Hi-C tracks).
Features are linked to genomic regions via preprocessing steps (see the preprocessing section for more details), which primarily represent data aggregation. Once preprocessing has linked features to genomic regions, they are available for addition to a widget collection via appropriate widgets (see the widget controls section on how to do that).
HiCognition implements preprocessing to allow answering three main questions at a genomic region set (see the concept section for more details):
The results of these preprocessing steps can be visualized using specific widgets:
Allows to assess what the average magnitude of a 1d-genomic signal is at a genomic region set
Allows to assess what the average magnitude of a 2d-genomic signal is at a genomic region set
Allows to assess whether a population of regions is homogeneous with regards to a 1d-genomic signal
Allows to assess whether a population of regions is homogeneous with regards to a set of 1d-genomic signals
Allows to assess whether a population of regions is homogeneous with regards to a 2d-genomic signal
Allows to assess what other regions overlap with a set of genomic regions