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

input file for pheatmap #80

Open
bioinfonext opened this issue May 24, 2021 · 1 comment
Open

input file for pheatmap #80

bioinfonext opened this issue May 24, 2021 · 1 comment

Comments

@bioinfonext
Copy link

bioinfonext commented May 24, 2021

hello,

Can we use DESeq2 normalise count as input for pheatmap?

x<-counts(dds6Genus,normalized=TRUE)

heatmap(x,scale="row",color =colorRampPalette(c('blue','yellow'))(12),cluster_cols =F,show_colnames = T,cluster_row=T,border_color="NA", fontsize_row=10,fontsize =10)

Many thanks

@keenhl
Copy link

keenhl commented Nov 17, 2021

This should work, but it will be a lot better to use some kind of log transformed values instead.

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