cutevariant icon indicating copy to clipboard operation
cutevariant copied to clipboard

[ Qt Widget ] Create a HaploView widget

Open dridk opened this issue 3 years ago • 0 comments

HaploView is a half heatmap showing linkage desequilibrum (LD) between mutation along a genom axis. Here, red color intensity of a square represent the LD as a value between 0 et 100. image

Objectif :

Create a class HaploView Widget showing a half matrix in a QScrollArea. Use QPainter to draw square. HaploView can emit a signal when box is clicked.

dridk avatar Dec 31 '20 22:12 dridk