Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

scaling of gene name track height #16

Closed
rgilsbach opened this issue Nov 4, 2017 · 1 comment
Closed

scaling of gene name track height #16

rgilsbach opened this issue Nov 4, 2017 · 1 comment

Comments

@rgilsbach
Copy link

depending on the number of genes in the selected genic region the gene annotation track is either clipped or the genes are displayed at very large scale.
Would a dynamic scaling be possible (track height defined by number of overlapping genes).

@fidelram
Copy link
Contributor

fidelram commented Nov 4, 2017

There are two ways to solve this. One is to set the maximum number of 'gene rows' to be plotted using gene rows = n, where n is the number of gene rows that want to be plotted. If a larger number of gene rows is needed, then only up to n rows are shown and some genes may be missing.

Other solution is to set global max row = yes, which will identify the maximum number of genes row needed given the .bed file and this number is always used.

@fidelram fidelram closed this as completed Nov 4, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants