-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add feature select step to recipe #17
Conversation
--- | ||
feature_select: | ||
perform: true | ||
output_basedir: data/profiles |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pointing out that here as in the [normalize][output_basedir] (mentioned in my review of #16) the output_basedir is a nested folder and we have up until now used only single folders, I believe.
Again, not necessarily a problem, just pointing it out.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noting also here the discussion we had in #16 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
The config_utils is looking very pretty these days
Here, we add the feature selection step to the pooled cell painting recipe. We use
pycytominer.feature_select()
to perform the feature selection, and we include all options in an updated config file.We will not support feature selection on individual site-specific single-cell files (for now at least).