Hej, I'm wondering how to change the labels of the y-axis in this kind of plot? I mean the numeric labels.
makeGenericArray(intensity, start,end,dp=DisplayPars(size=x,color="x"))
A common task in bioinformatics analysis is the visualization of data, in particular creating figures for manuscripts. I have found R to be incredibly powerful for this task. However, the figures created using many base plotting functions are somewhat 'plain' for publication purposes. This often necessitates additional modification and annotation in Illustrator, Inkscape, etc.
It seems that virtually anything is possible but I'm interested in recommendations for packages/libraries that will help me create richer figures entirely within R.
If you want some specific examples of issues that I have found challenging, these include things like:
I realize this is a broad question but I am keen to learn about any tricks that will help me push my figures closer to publication quality in R and minimize manual post processing.
Along with the useful libraries and tools mentioned, there are few more that I find useful. Some of them are:
GenomeGraphs: integrated genomic data visualization with R:
GenomeGraphs, as an add-on software package for the statistical programming environment R, to facilitate integrated visualization of genomic datasets. GenomeGraphs uses the biomaRt package to perform on-line annotation queries to Ensembl and translates these to gene/transcript structures in viewports of the grid graphics package.
It generates graphs like:

I hope this helps.
Hej, I'm wondering how to change the labels of the y-axis in this kind of plot? I mean the numeric labels.
makeGenericArray(intensity, start,end,dp=DisplayPars(size=x,color="x"))
Here are some of the things I have found to be useful so far:
Plotrix has some nice functions for dealing with legends and labeling of plots but I still could use some advice for the issues I listed in the question.
Any other general packages that I am missing? And specific solutions to my example issues in the question.
If you're looking to plot data along a genome, you should check out these two new bioconductor packages
I'm linking to the development versions, because Gviz is only available there for now (soon to be released).
+1 for Gviz, it looks like a successor to GenomeGraphs. The plots look very professional (more than GenomeGraphs) and publication ready. I will definitely switch to Gviz for visualizing genomic features for papers.
For "2. creation of multi-panel figures with custom margins" its definitely worth learning to use layout() which seems more powerful than the standard par(mfrow/mfcol) approach. See tutorials here and here. You can arrange figures in almost any layout. The only issue I have had is how to incorporate figures from functions like heatmap.2 which use layout internally onto a multi-plot layout. I.e., Can you have a layout within a layout?
Log in to answer this question.
good survey/question. It seems we all have the same ones ;-)
Similar question: http://biostar.stackexchange.com/questions/18164/how-to-draw-genome-features-along-chromosome
If you want other software or language environments too in addition to R, see the post: http://biostar.stackexchange.com/questions/18390/best-graphics-gallery-or-blogs-for-bioinformatics-use