SEHI L'YI

Results 121 comments of SEHI L'YI

Yes, if you are interested in showing only one gene, I think you can try with my suggestion above. But, you would need to fine-tune the `width` and `xDomain` of...

HiGlass does not support the abstraction as well. Would you be able to share in which part you specifically considered that HiGlass is more flexible and configurable and Gosling is...

> If editable can be set to true in a Higlass View Config, then the view and its tracks config can be changed by end users at wills. Ah, I...

> Sure, but I don't want to share here. I will send the file to you per email. Is it ok for you? Yes, email works for me :) >...

> BTW, the domain of y-axis was set to from 0 to 5.5. The showing of 5.5 at the top-left corner looks uncompleted. How can this be solved? I think...

I unintentionally closed this from #518. @zhangzhen, you can encode both `y` and `ye` with `bar` marks to create the graph on the background of your Figure 1. This will...

This will be required to support DynSeq tracks - https://twitter.com/anshulkundaje/status/1468684756380360704 - https://github.com/kundajelab/higlass-dynseq - https://www.biorxiv.org/content/10.1101/2022.05.26.493621v1 - https://github.com/higlass/clodius/blob/develop/clodius/tiles/fasta.py

We would need to document this better, but the children of "overlay" tracks cannot contain child tracks: ```js { alignment: 'overlay', tracks: [{ tracks: [...] // error }]} ``` So,...

Hi Zhen, The HiGlass' default behavior that maintains the zoom level and the center position would need to be changed, which is defined around the following line of code: https://github.com/higlass/higlass/blob/0299ae1229fb57e0ca8da31dff58003c3e5bf1cf/app/scripts/TrackRenderer.js#L683...

Yes, it looks so. I have not used this approach before so not sure if the use of `api.zoomTo()` will work well for your use case. This is not a...