You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for the great package. I have an oncoprint and I would like to add a heatmap to the left aligned with the gene names and an additional heatmap to the bottom aligned with the samples.
My command is the following (ComplexHeatmap_2.20.0):
> draw(gh+op %v% sh)
Error in h(simpleError(msg, call)) :
error in evaluating the argument 'object' in selecting a method for function 'draw': `nrow` of all heatmaps and `nobs` of all annotations should be the same
for horizontal heatmap list.
heatmap 'gh': 8
heatmap 'oncoPrint': 8
heatmap 'sh': 6
Thank you for the great package. I have an oncoprint and I would like to add a heatmap to the left aligned with the gene names and an additional heatmap to the bottom aligned with the samples.
My command is the following (ComplexHeatmap_2.20.0):
The dimensions are right.
Columns/rows are match in oncoprint and heatmaps.
How could I create such a layout?
The text was updated successfully, but these errors were encountered: