Controlling the display of data points and axes #975
Answered
by
sehilyi
andreaswallberg
asked this question in
Q&A
-
Dear developers, I am testing out Gosling and I am really impressed. I am using some CSV files of my own and I have a few questions:
I am grateful for hints and answers. Thanks for a great tool! |
Beta Was this translation helpful? Give feedback.
Answered by
sehilyi
Oct 6, 2023
Replies: 1 comment 1 reply
-
For the first point, I figured out I could use
and
But I am lost on the second point above. I am trying to emulate a Manhattan plot and it is essential to show all data points at all zoom levels. How can I ensure data points are not displacing or hiding each other? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @andreaswallberg, you are right about the first and third answers. Another way for the first point would be defining custom genome assembly as described in #776
Regarding the second point, you can set a sufficiently large number for
sampleLength
when you load the data. You can search the keyword on this documentation.