Add gene_labels and labels to plot_genes()#653
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
Hi @leehart, couple of comments... One very small request, would it be possible to add just a little more vertical padding around the text labels? Particularly the negative strand gene labels are touching the gene rectangles, would be good to have a little padding. The other request is that ultimately this will be needed as part of functions like |
|
@alimanfoo How does this padding look to you? Ideally I'd like a more robust mechanism for accommodating these labels, because this is currently tailored to the default height of the plot, i.e. 120, so specifying a different height, e.g. |
Looks good!
Thanks @leehart, I think it's probably ok for now, generally unlikely to need to vary the height of this track by much. |
|
Hi @leehart, could we rename the |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #653 +/- ##
==========================================
- Coverage 95.19% 94.57% -0.62%
==========================================
Files 40 40
Lines 4144 4187 +43
==========================================
+ Hits 3945 3960 +15
- Misses 199 227 +28 ☔ View full report in Codecov by Sentry. |
|
Looks like codecov/patch wants some test coverage for the new |
Cool, thanks @leehart. Happy to be merged once codecov/patch passes. |





Resolves #407.