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 max depth for vskit expand #786

Open
turbomam opened this issue Jul 24, 2024 · 2 comments
Open

add max depth for vskit expand #786

turbomam opened this issue Jul 24, 2024 · 2 comments

Comments

@turbomam
Copy link
Collaborator

maybe I don't want permissible values created for all of the very specific sub-classes that are eligible in the dynamic enum definition

@turbomam turbomam changed the title add max depth for vskit add max depth for vskit Jul 24, 2024
@cmungall
Copy link
Collaborator

Depth is a problematic metric here

  • there are different ways to calculate it. When there are multiple paths is depth the max depth, the min depth, the average? is this over is-a, all edges?
  • depth/level is often a very poor proxy for specificity. See the GO FAQ entry on this https://geneontology.org/docs/faq/#ontology

Exceptions are fixed level systems like EC.

If we add filters for depth, what about other derived statistics like information content?

I think a better methodology would be to use other OAK tools to explore the ontology to help manually curate shorelines that can be curated directly into ontologies, e.g using subsets or metaclasses.

@cmungall cmungall changed the title add max depth for vskit add max depth for vskit expand Jul 26, 2024
@turbomam
Copy link
Collaborator Author

OK I'm convinced

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

2 participants