Plot a DNA chain in R
Hello, I'm kinda new to this, what I would like to do is plot a DNA chain in R.
Namely: A thick vertical line that will represent one DNA chain, and next to it I want to put some zoom-in windows that will highlight specific positions on it.
Can I do this in R? Or do I need another software?
I just drew quickly what I'm envisioning of doing... pardon my poor MS paint skills
• 2,628 views
•
link
1 answer
The answer is Gviz library and Ideogram
• 0 views
•
link
Log in to answer this question.

it may be completely different of what you want, but I highly recommend LaTeX's TikZ for these sort of pictures
@Im687 wow! Thank you! this just might be it!