Documentation for setting X domain across multiple chromosomes #846
Labels
enhancement
New feature or request
grammar
Something related to the grammar
v2
Issues related to Gosling v2
Is there a recommended way to set an X domain that spans multiple chromosomes? I figured out how to do it by doing math with the absolute positions but I am not sure if there is an easier way.
{ chromosome: startChrName, interval: [startRelativePos, startRelativePos + (endAbsolutePos - startAbsolutePos)] }
Related to #845 and #844The text was updated successfully, but these errors were encountered: