theislab / mubind

Learning motif contributions to cell transitions using sequence features and graphs.
https://mubind.readthedocs.io
MIT License
28 stars 0 forks source link

Triangular lower heatmap for dinucleotide features, below the mononucleotide features. #99

Closed ilibarra closed 1 year ago

ilibarra commented 1 year ago

It should look as similar as possible to this particular visualization. image

Consider porting from this post https://gist.github.com/slowkow/5797728

Our current implementation are like this. https://github.com/theislab/mubind/blob/development-dinucleotide-optimization/mubind/pl/plotting.py#L115 image

ilibarra commented 1 year ago

@ege-erdogan this is completed (found a way to rotate the heatmap).