Skip to content

Conversation

@salamhha
Copy link
Contributor

Minor update, uses a dummy gene in the ScaleData() call to fix the error caused by attempting to plot only 1 gene with the dotplot and heatmap

@joshua-d-campbell
Copy link
Collaborator

@salzcamino, this is great! Could you just grep the whole repo for "plotSCEDimReduceFeatures" in the rest of the toolkit (especially in the pkgdown articles and shiny server.R file)? Since the parameter "feature" was changes to "features", there are probably a few other places where that is used.

The safest way to change parameters and have backwards compatibility is to keep a "depreciated" parameter called "feature" in the function (in addition to the new parameter) and just say it is the same as the "features" parameter in the description.

…' and adds deprecated tag to 'feature' argument
@salamhha
Copy link
Contributor Author

@joshua-d-campbell thanks for the comments! I think fixed all the references to the function now, and I added the deprecated parameter. Let me know if you see anything else that needs addressing

@joshua-d-campbell joshua-d-campbell merged commit dc2acb2 into compbiomed:devel Aug 23, 2025
4 checks passed
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

Successfully merging this pull request may close these issues.

2 participants