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

how to draw a heatmap from phyloseq class files #192

Open
sicencecat opened this issue Aug 25, 2018 · 1 comment
Open

how to draw a heatmap from phyloseq class files #192

sicencecat opened this issue Aug 25, 2018 · 1 comment

Comments

@sicencecat
Copy link

Hi, Everyone!
I want to draw a heatmap from a phyloseq class file. Phyloseq class files contained out tables, sample information, and taxa classification.
Could I draw a heatmap from this kind of file?
p<-ggtree(ver, layout = "circular")
sm<- psmelt(ver)
heatmapData<-sm$location
gheatmap(p,heatmapData, offset = 0.1, color=NULL)
Error in data.frame(from = dd$variable, to = V2) :
arguments imply differing number of rows: 343, 0

@GuangchuangYu
Copy link
Member

reproducible example needed.

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

2 participants