Using the same data across multipe tracks #1062
-
For the project I'm working on I want to have multiple tracks displaying different parts of one dataframe. This data gets requested with some parameters, but filtering on these parameters takes quite some time. Currenlty the data is requested separately for each track, which wastes a lot of time as it is basically doing the same thing multiple times. Is there an easy way of reusing data in gosling, or is this something I have to handle in the backend? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Hi Sonny, Thanks for your question. Allowing tracks to reuse the same data source is something that is currently not supported in Gosling, but is something that we are working toward. If you'd like to share a bit more about the particulars of the data source you are using (if its a static file such as a gff file, or higlass-server), I'd be happy to see if there might be some workarounds in the meantime. |
Beta Was this translation helpful? Give feedback.
Hi Sonny,
Thanks for your question. Allowing tracks to reuse the same data source is something that is currently not supported in Gosling, but is something that we are working toward.
If you'd like to share a bit more about the particulars of the data source you are using (if its a static file such as a gff file, or higlass-server), I'd be happy to see if there might be some workarounds in the meantime.