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

Add ability to remove subgrains which are not touching another class #1088

Open
tcatley opened this issue Feb 10, 2025 · 2 comments
Open

Add ability to remove subgrains which are not touching another class #1088

tcatley opened this issue Feb 10, 2025 · 2 comments
Assignees

Comments

@tcatley
Copy link
Collaborator

tcatley commented Feb 10, 2025

Add ability to remove subgrains which are not touching another class (i.e. remove protein subgrains in a crop which do not touch the DNA subgrain)

Example images -

Image

Image

The protein to the top left of the DNA would ideally not be included (or given a different class) as it is not touching the DNA.

@SylviaWhittle
Copy link
Collaborator

This will be easy to add into the vetting steps. Simple case of iterating over class B and checking if each instance touches class A and if not, deleting.

@llwiggins
Copy link
Collaborator

llwiggins commented Feb 11, 2025

We may not want to delete though, for example if we want to compare statistics of unbound vs. bound!

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

3 participants