-
Notifications
You must be signed in to change notification settings - Fork 31
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
plotDiffHeatmap : ambiguity when multiple clusterings could match #381
Comments
Thanks for this! I agree that this is a weak point. I think the most suitable place for this would actually be in |
Thanks for your feedback. Here are my thoughts, probably not crystal clear.
So, I think that:
We can discuss this offline if you want. Sorry for my misunderstanding. |
IIUC, when multiple columns of
cluster_codes
could match the levels ofcluster_id
, the first one is selected silently.CATALYST/R/plotDiffHeatmap.R
Lines 140 to 151 in f3e294e
IMO, if
sum(same) > 1
a warning must be raised show the selected column/clustering, or, an error must be raised to force the user to select the clustering column (k
argument).The text was updated successfully, but these errors were encountered: