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
Dear,
I want to add a col_side_color to my heatmap but when i add this option I haven't this side on my plot.
heatmaply(data, dendrogram = "column", main = "Heatmap", showticklabels = c(TRUE, FALSE), file = "demo_heatmap.html", col_side_color = metadata )
data and metadata are two distinct dataframe. The row index of metadata map with the column index of data.
How I can do to view this metadata informations in the heatmap column side?
Thanks for our help,
Steven
The text was updated successfully, but these errors were encountered:
the arguments is col_side_colors and not col_side_color.
They didn't have an error message when a false argument is given.
Sorry, something went wrong.
No branches or pull requests
Dear,
I want to add a col_side_color to my heatmap but when i add this option I haven't this side on my plot.
data and metadata are two distinct dataframe. The row index of metadata map with the column index of data.
How I can do to view this metadata informations in the heatmap column side?
Thanks for our help,
Steven
The text was updated successfully, but these errors were encountered: