You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I using scribl in one of my projects. I am having a gene of length 90kb and I am trying to show all exons in a scrollable canvas. By default pretty mode is on and I am getting an interval of 5kb, So an exon having length 100bp becomes almost invisible. For this reason, I want to reduce the interval so that I can accommodate almost all exons as it is scrollable canvas. How do I achieve it...?
Thank You,
Vivek
The text was updated successfully, but these errors were encountered:
If I understand correctly, this should be fixed by increasing the width of the canvas in a scrollable div until the smallest exon can be seen on the chart.
If I've misunderstood, please provide a code snippet that illustrates the problem.
Hi,
I using scribl in one of my projects. I am having a gene of length 90kb and I am trying to show all exons in a scrollable canvas. By default pretty mode is on and I am getting an interval of 5kb, So an exon having length 100bp becomes almost invisible. For this reason, I want to reduce the interval so that I can accommodate almost all exons as it is scrollable canvas. How do I achieve it...?
Thank You,
Vivek
The text was updated successfully, but these errors were encountered: