SEHI L'YI
SEHI L'YI
Toward #131 Toward #404 Toward #9 Toward #383 Perhaps, just separately draw 'lines' instead of arcs to be less ugly.
All examples in the editor are sharable via `gosling.js.org/?example=doc_area`. However, these URLs are not visible in the UI of the editor. Whenever a user selects an example, the browser URL...
Grammar-wise, we can use `linkingId` for channels: ```typescript tracks: [ { ..., size: {..., linkingId: 'shared_size' } }, // Track 1 { ..., size: {..., linkingId: 'shared_size' } } //...
```ts data: { type: 'simulated' }, // β refer to the track encoding and generate proper data fields automatically ... // track definition ``` This can be helpful in several...
Utility visualizations (or metadata visualizations) include tables, trees, and other summary visualizations that are often visualized together with genome-mapped data visualizations (often with coordinated interactions). We want to determine the...
- [ ] T2T-CHM13: https://www.ncbi.nlm.nih.gov/assembly/GCA_009914755.4
#### Related comments - In both the editor and the document, examples can be consistent using, e.g., `gosling.js/examples` - `gosling-theme` can be moved to here #860 - We need to...
Since the range of data types we supports is closely related to the usability of Gosling, we need to support additional data types that we discussed. These include - #583...
### Some Initial Thoughts - Using HiGlass' data structure largely allows us to render visualization w/o too much cost because it pre-aggregates data and send Gosling the manageable amount of...