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
When trying to pass arguments to ComplexHeatmap that already have defaults it doesn't override them but errors:
ComplexHeatmap
p4 <- as.ggplot(plot_c2c_cells( sce_list[['geno']], factor_of_int = "Factor.6", name = "Loadings \nProduct", cluster_rows = FALSE, cluster_columns = FALSE, column_title = FALSE, row_title_side = 'bottom' )) + ggtitle("PS19 effect Factor.6", subtitle = "(TgV vs. WtV)") + theme( plot.title = element_text(hjust = 0.6, size = 20), plot.subtitle = element_text(hjust = 0.6, size = 16) ) Error in ComplexHeatmap::Heatmap(., row_title = "Sender", row_names_side = "left", : formal argument "column_title" matched by multiple actual arguments
Same for row_title = FALSE. Also for values of NA, "", "something else", etc
row_title = FALSE
NA
""
"something else"
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When trying to pass arguments to
ComplexHeatmap
that already have defaults it doesn't override them but errors:Same for
row_title = FALSE
. Also for values ofNA
,""
,"something else"
, etcThe text was updated successfully, but these errors were encountered: