SEHI L'YI

Results 170 issues of SEHI L'YI

![Screen Shot 2021-11-18 at 10 43 06 AM](https://user-images.githubusercontent.com/9922882/142447959-ca5bb2de-f263-4698-ab9c-559bddfed521.png) Resources: - MISO: https://miso.readthedocs.io/en/fastmiso/sashimi.html#why-is-it-called-sashimi-plot - IGV: http://software.broadinstitute.org/software/igv/Sashimi - ggsashimi: https://github.com/guigolab/ggsashimi/blob/master/ggsashimi.py - https://jbrowse.org/code/jb2/v1.5.1/?session=local-ncGnIgOgs - Different Representation: https://github.com/jmw86069/splicejam - https://github.com/isihya/long_read_isoform_visualizer - Annotation Tool: https://github.com/griffithlab/regtools...

enhancement

**Resources**: - https://github.com/higlass/clodius/pull/113 - https://github.com/higlass/higlass-server/pull/121 - https://github.com/alexpreynolds/higlass/blob/bed12/app/scripts/HorizontalGeneBED12AnnotationsTrack.js Example data: - http://hgdownload.soe.ucsc.edu/gbdb/hg38/snp/dbSnp153.bb

enhancement

To reproduce: https://gosling.js.org/?gist=sehilyi/7f43a34e9bfb4faaa6b74cad68390bda

bug🐛

> For example, the navigation search box on the top-left corner of [this application](http://cisvis.gehlenborglab.org/) is using the two API functions of HiGlass. @sehilyi The cistrome-explorer application inspires me greatly. First,...

question

https://www.tessellationtech.io/tutorial-circular-sankey/ https://www.tessellationtech.io/tutorial-chord-diagram/

# Updates - 2D matrix now uses Gosling.js' native rendering. This allows using semantic zooming (e.g., showing details with text labels when zoomed in) or using different mark types (e.g.,...

When `gosling.js` is used with a [`vite-react-ts`](https://github.com/fabien-ml/react-ts-vite-template) template, multiple error messages appear: Adding the following lines in the base HTML files address the issue: ```html var process = { platform:...

bug🐛

We current support linear scale only, but additional scale types would be helpful (e.g., `log` for `Hi-C`): ```js color: { ..., scale: 'log' } // 'linear' by default ``` Matrix...

enhancement

> ## !! This is a draft and not ready to review or merge !! # Updates (Draft) #### Added `yDomain` ```js xDomain: { chromosome: '1' }, yDomain: { chromosome:...