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
Hi Tiago, hi people,
I am trying to run the code for "Workshop for multi-omics analysis with ELMER" I am stacked in the heatmapPair step
Could you help me solving this step ? (I am sorry I am not used to code).
When running the heatmapPair chunk
heatmapPairs(data = mae, group.col = group.col, group1 = group1, group2 = group2, subset = TRUE, pairs = pair[1:100,], filename = NULL)
I got the message 👍
Error: No such option: 'legend_title_gp'. If you want to add this new option, please use your_opt_fun(legend_title_gp = ..., ADD = TRUE)
I created an optional function .. it is ok? and then how should I include it in the heatmapPair chunk ?
opt_fun = function(legend_title_gp = gpar(fontsize = 10, fontface = "bold"), legend_labels_gp = gpar(fontsize = 10), ADD = TRUE)
Thank a lot for your help Vimarin
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Tiago, hi people,
I am trying to run the code for "Workshop for multi-omics analysis with ELMER" I am stacked in the heatmapPair step
Could you help me solving this step ? (I am sorry I am not used to code).
When running the heatmapPair chunk
heatmapPairs(data = mae,
group.col = group.col,
group1 = group1,
group2 = group2,
subset = TRUE,
pairs = pair[1:100,],
filename = NULL)
I got the message 👍
Error: No such option: 'legend_title_gp'. If you want to add this new option, please use your_opt_fun(legend_title_gp = ..., ADD = TRUE)
I created an optional function .. it is ok? and then how should I include it in the heatmapPair chunk ?
opt_fun = function(legend_title_gp = gpar(fontsize = 10, fontface = "bold"),
legend_labels_gp = gpar(fontsize = 10), ADD = TRUE)
Thank a lot for your help
Vimarin
The text was updated successfully, but these errors were encountered: