search for: oompa

Displaying 3 results from an estimated 3 matches for "oompa".

Did you mean: compa
2012 Apr 12
1
R-2.15.0 and Exporting Methods Converted To S4 Generic
...(methods) importFrom("graphics", image) exportClasses(....) exportMethods(image) If the problem is because of the exportMethods(), I'm left stumped as to how to work around this. Making our S4 objects useable externally was kind of the point. Source package available, if needed. oompa <- "http://bioinformatics.mdanderson.org/OOMPA/2.14" download.packages("SuperCurve", destdir=".", repos=oompa, type="source")
2013 Mar 12
1
Request for more flexibility in heatmap() width / height ratio
...se a very large square device area (export to file becomes mandatory when the screen is not large enough), and thus to accommodate with very high rows and tiny columns. This flaw led several useRs to develop alternative functions in external packages : http://bioinformatics.mdanderson.org/Software/OOMPA/ClassDiscovery/html/aspectHeatmap.html http://hosho.ees.hokudai.ac.jp/~kubo/Rdoc/library/gplots/html/heatmap.2.html But after a quick look at the "stats" package sources, this seems quite easy to fix, without breaking backward compatibility : [ src/library/stats/R/dendrogram.R ] - lin...
2011 Dec 12
1
how to colour labels (each label with a colour) in a dendrogram?
Hello to all, I still have this doubt. I'd like to colour the different labels of my dendrogram each one with a different colour. How can I do? I guess I could do using *edgetext* and then *t.col* or* lab.col* but I don't know how to add edgetext to my dendrogram. Can you help me please? Example: require(graphics); require(utils) hc <- hclust(dist(USArrests), "ave") (dend1