[BioC] chromosome ordering in cPlot()/cColor()

Axel.Klenk at Actelion.Com Axel.Klenk at Actelion.Com
Mon Aug 24 19:15:29 CEST 2009



Dear Biocore Team,

I'm using cPlot()/cColor() from package annotate to produce chromosome
plots and
am very impressed how easily this can be achieved. However, unfortunately,
the
chromosomes are plotted in reverse alphabetical order, i.e. 1, 10, 11, etc.
from bottom
to top and I would like to reorder them to 1, 2, 3, ... from top to bottom
but cannot find an
easy way to do so... am I missing something here?

I managed to get what I want by hacking buildChromLocation() but that's
ugly and I don't
want to maintain a modified function if not necessary.

Would it be possible to add a replace method for the chromInfo slot to
allow e.g.

z <- buildChromLocation("hgug41112a")
library("gtools") # for mixedsort()
info <- chromInfo(z)
chromInfo(z) <- info[rev(mixedsort(names(info)))]

or maybe you can think of a better solution?

Thanks in advance,

 - axel


Axel Klenk
Research Informatician
Actelion Pharmaceuticals Ltd / Gewerbestrasse 16 / CH-4123 Allschwil /
Switzerland



The information of this email and in any file transmitted with it is strictly confidential and may be legally privileged.
It is intended solely for the addressee. If you are not the intended recipient, any copying, distribution or any other use of this email is prohibited and may be unlawful. In such case, you should please notify the sender immediately and destroy this email.
The content of this email is not legally binding unless confirmed by letter.
Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorised to state them to be the views of the sender's company. For further information about Actelion please see our website at http://www.actelion.com



More information about the Bioconductor mailing list