Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to generate a heat map plot generated by cummeRbund #69

Closed
leonardomarino opened this issue Jul 31, 2014 · 1 comment
Closed

Comments

@leonardomarino
Copy link

Hi,

I am using the following commands:

library(cummeRbund)
library(plotly)
cuff_data <- readCufflinks('CLL-all-cuffdiff_out')
mySigGeneIds<-getSig(cuff_data,alpha=0.02,level='genes')
mySigGenes<-getGenes(cuff_data,mySigGeneIds)
py <- plotly()
myHeatmap<-csHeatmap(mySigGenes,cluster='row')
myHeatmap
r <- py$ggplotly(myHeatmap)
Error in gg2list(gg) : No exportable traces
In addition: Warning message:
In layer2traces(L, df, misc, trace.list$plot) :
Conversion not implemented for geom_rect (basic geom_rect), ignoring. Please open an issue with your example code at https://github.com/ropensci/plotly/issues
screen shot 2014-07-31 at 11 17 17 am

@msund
Copy link
Contributor

msund commented Aug 21, 2014

@leonardomarino we're close now. We were able to just make this one with ggplot2: https://plot.ly/~MattSundquist/1942.
ggplot2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants