an error in HeatPlus package
1
0
Entering edit mode
Adriana Munoz ▴ 100
@adriana-munoz-4936
Last seen 9.6 years ago
Hi, I'm trying to use the HeatPlus package, but I'm getting the following error when I tried to use annHeatmap or annHeatmap 2 functions: usemap1 <- annHeatmap(mat, ann) Error: could not find function "annHeatmap" I have followed the instructions from the manual: source("http://bioconductor.org/biocLite.R") biocLite("Heatplus") and the example: ## Default method set.seed(219) mat = matrix(rnorm(100), ncol=5) ann = data.frame(Class=c("A","A","B","A","B")) map1 = annHeatmap(mat, ann) I'd appreciate any help, or if there is any other package to produce heat maps, please let me know. Thank you, Adriana Postdoc U Maryland [[alternative HTML version deleted]]
Heatplus Heatplus • 1.3k views
ADD COMMENT
0
Entering edit mode
Dan Tenenbaum ★ 8.2k
@dan-tenenbaum-4256
Last seen 3.2 years ago
United States
On Wed, May 15, 2013 at 8:38 PM, Adriana Munoz <adri.embo at="" gmail.com=""> wrote: > Hi, > > I'm trying to use the HeatPlus package, but I'm getting the following error > when I tried to use annHeatmap or annHeatmap 2 functions: > > usemap1 <- annHeatmap(mat, ann) > Error: could not find function "annHeatmap" > > I have followed the instructions from the manual: > > source("http://bioconductor.org/biocLite.R") > biocLite("Heatplus") > > > and the example: > > ## Default method > > set.seed(219) > > mat = matrix(rnorm(100), ncol=5) > > ann = data.frame(Class=c("A","A","B","A","B")) > > map1 = annHeatmap(mat, ann) > > > I'd appreciate any help, or if there is any other package to produce heat > maps, please let me know. > Before trying to run annHeatmap(), be sure and load the Heatplus package: library(Heatplus) Dan > > Thank you, > > > Adriana > > Postdoc > > U Maryland > > [[alternative HTML version deleted]] > > _______________________________________________ > Bioconductor mailing list > Bioconductor at r-project.org > https://stat.ethz.ch/mailman/listinfo/bioconductor > Search the archives: http://news.gmane.org/gmane.science.biology.informatics.conductor
ADD COMMENT

Login before adding your answer.

Traffic: 931 users visited in the last hour
Help About
FAQ
Access RSS
API
Stats

Use of this site constitutes acceptance of our User Agreement and Privacy Policy.

Powered by the version 2.3.6