-
Notifications
You must be signed in to change notification settings - Fork 4
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
Heatmap bugs #71
Comments
I can chose the setting RNAintegrated (assay) and e.g. data (slot) or counts (slot). However, the result are not shown/do not change, but instead the heatmap only displays the results of the last settings that I did with RNA (assay). Means, the heatmap does not work for the RNAintegrated assay, but I do not get any error indicating this. Amendment: I think that above described problem is due to the fact that for the counts at least there are no data available for RNAintegrated: Error in Seurat::DoHeatmap(sc(), features = unlist(strsplit(input$genes, : No requested features found in the counts slot for the RNAintegrated assay. |
In general, I think normally you would generate the heatmap with the scaled data which should be stored in the scale.data slot. I am not sure that it makes much sense to offer the possiblity to show the not-normalized and not-scaled data at all as in the most cases it would only lead to confusion or missinterpretation of data. |
There are no lables for the genes in the heatmap
The text was updated successfully, but these errors were encountered: