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

Evaluate minEvents gating argument for CytoExploreR. #253

Merged
merged 1 commit into from
May 14, 2024

Conversation

djhammill
Copy link
Contributor

@mikejiang, a recent change in the latest version of R is causing issues for CytoExploreR.

I've tracked down the issue as described in this ticket.

Basically all gating arguments are passed in as calls which get automatically evaluated during this do.call() chunk which invokes the gating function. The minEvents argument is dropped from this list and therefore remains a call when the event number check is performed.

To be safe I have wrapped the call evaluation in an if statement.

Adding @mikejiang for review as this fix is required on BioC for CytoExploreR to work - first reported here.

@mikejiang
Copy link
Member

Thank you for the investigation&&patch

@mikejiang mikejiang merged commit 7b4d019 into devel May 14, 2024
@mikejiang
Copy link
Member

pushed to bioconductor

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

Successfully merging this pull request may close these issues.

None yet

2 participants