Skip to content
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

heatmapPairs opt_fun(legend_title_gp = ... ADD = TRUE) #21

Open
vimarin opened this issue Dec 12, 2019 · 0 comments
Open

heatmapPairs opt_fun(legend_title_gp = ... ADD = TRUE) #21

vimarin opened this issue Dec 12, 2019 · 0 comments

Comments

@vimarin
Copy link

vimarin commented Dec 12, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant