We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
This should work, but it will be a lot better to use some kind of log transformed values instead.
Sorry, something went wrong.
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: