R中一张图中的多个条形图
我是 R 初学者。
我需要创建一个类似
https://i.sstatic.net/ 的图表az56z.jpg
我不知道如何生成整个数据集。基本思想是某个外显子 ID 会有多个子组。我需要在该外显子 id 内的条形图中绘制所有值,
如何在 R 中做到这一点?
I'm a beginner to R.
I need to create a graph like
https://i.sstatic.net/az56z.jpg
I dont know how to produce my entire dataset. The basic idea is some exon id would have more than one subgroups. I need to plot all the values in bar plots within that exon id
How can I do that in R?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我自己还没有做过这样的情节,但我认为“格子”包就是你想要的。您可以从 http://cran.r-project 获取 pdf 指南。 org/web/packages/lattice/index.html。
I haven't done a plot like this myself but I think the 'lattice' package is what you would be after. You can get the pdf guide from http://cran.r-project.org/web/packages/lattice/index.html.