Change or set order of coverage panels in plotBrowserTrack() #577
RegnerM2015
started this conversation in
Feature Requests
Replies: 2 comments 1 reply
-
I will try to think of the best way to do this. |
Beta Was this translation helpful? Give feedback.
0 replies
-
You can get this to work with an ugly hack: rename the clusters so that their names are preceeded by numbers that indicate your desired order. For example 3_C1, 2_C2, 1_C3 for ordering them as C3, C2, C1. |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the problem that your feature request would address.
I would like to manually set the order of browser coverage tracks in plotBrowserTrack(). I can specificy which group configuration with the groupBy parameter, but I would like to change the default order of these labels in BrowserTrack.
Describe the solution you'd like
Can you suggest a method to change the order of the "identities" or cluster levels?
Beta Was this translation helpful? Give feedback.
All reactions