SEHI L'YI

Results 170 issues of SEHI L'YI

- `zoomToGene` API - `xDomain: { gene: 'MYC' }`

bug🐛

The motivation for this PR is that we want to enable users to implement their own data fetchers and use that in the grammar. For example, my use case in...

Given that BED files are very common, we need to support Tabixed BED as well. Reference - https://github.com/GMOD/jbrowse-components/tree/4a35910bd2759ae5aa6174a15498953ff3e17f16/plugins/bed/src/BedTabixAdapter Closely related issues - https://github.com/gosling-lang/gosling.js/issues/764 - https://github.com/gosling-lang/gosling.js/issues/583

enhancement

```js alignment: 'overlay', tracks: [ // width and height defined here are not considered at all. Instead, the parent properties are. ], width: 100, height: 100 ```

enhancement

![166952921-3f3a1bf5-b5c2-475e-9540-3c7136e92b5f](https://user-images.githubusercontent.com/9922882/166975417-3e727511-5ef1-4b04-9111-d60a44fba37d.png) Currently, we use a `bar` mark that encodes `y` with a nominal field in combination with `range`. We are manually specifying y offsets in the range and reversing it...

enhancement

> is it also possible to merge data from different sources, e.g., to create a stacked bar chart track with data from two different data files (e.g. bigwig or multivec?)

enhancement
P?

![Screen Shot 2022-06-02 at 16 00 12](https://user-images.githubusercontent.com/9922882/171727956-f00bbca5-04ac-4399-b99d-b2a147284653.png)

P1
D1
editor

enhancement
good first issue
editor

If a text mark is mapped to both `x` and `xe` channels, we can by default add semantic zooming so that text labels are shown only when it can fit...

enhancement
P1