lawremi / ggbio

Grid and ggplot2 based visualization for biological data
110 stars 24 forks source link

Edge-linked interval to data views #75

Open slowkow opened 7 years ago

slowkow commented 7 years ago

Could I ask you to please share the full source code to reproduce Figure 7 from scratch with ggbio?

I'm interested to create such plots, but I don't see the source code for this figure in the original manuscript or in the ggbio documentation.

This is the figure I'm referring to:

image

lawremi commented 7 years ago

There is code in the example of plotRangesLinkedToData. If that is sufficient, please close this issue.

slowkow commented 7 years ago

Hi @lawremi, thanks for the reply! Could I ask you to please provide a link to the code? Alternatively, could I ask you to please post the full code example here in this issue?

lawremi commented 7 years ago

You can see it with ?plotRangesLinkedToData. It's just the example in the man page.