SEHI L'YI

Results 121 comments of SEHI L'YI

Not currently supported by the library we use: https://github.com/vega/ts-json-schema-generator/issues/101

To make the following cytoband example useful, this issue should be addressed (currently, we can only show the same chromosome due to the technical issue, but we want to show...

It looks a recently added `allowOverlap` option will be the solution for this (https://github.com/react-grid-layout/react-grid-layout/pull/1470), which is not yet released.

HiGlass has a repo for [GFF Data Fetcher](https://github.com/higlass/higlass-gff-datafetcher) which uses [@gmod/gff-js](https://github.com/GMOD/gff-js). But, it does not use index files and works only for small data (I was not able to display...

> An idea is that Gos (since it has access to the system unlike the browser) could automatically index these formats with tabix if no index is found or provided....

For example, in viewport tracks ([here](https://github.com/higlass/higlass/blob/1e1146409c7d7c7014505dd80d5af3e9357c77b6/app/scripts/ViewportTracker2DPixi.js#L17)), x and y scales are updated together by another view: ```js constructor() { const { registerViewportChanged, removeViewportChanged } = context; registerViewportChanged(uid, this.viewportChanged.bind(this)); ... }...

ViewConfig-wise, we should (1) be able to differentiate x and y axes and (2) allow cross-axis lock. So we can do something like the following: ```js "locksByViewUid": { "view-1": {...

Implemented something visible. This is how it looks with cross axes linking. ![Jun-09-2021 19-11-13](https://user-images.githubusercontent.com/9922882/121440749-80c9a080-c956-11eb-96ee-93f5f9f44733.gif)

Currently working on a branch named `sehilyi/axis-independent-projection` in higlass: https://github.com/higlass/higlass/tree/sehilyi/axis-independent-projection