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

Output link predictions as SSSOM #90

Open
caufieldjh opened this issue Jun 24, 2022 · 1 comment
Open

Output link predictions as SSSOM #90

caufieldjh opened this issue Jun 24, 2022 · 1 comment

Comments

@caufieldjh
Copy link
Contributor

The existing output for predicted links looks like this:

source_node	destination_node	score
ENSP00000451575	ENSP00000435370	0.9370759965425138
ENSP00000451575	ENSP00000435370	0.9370759965425138
ENSP00000451575	ENSP00000361636	0.9361207132288921
ENSP00000451575	ENSP00000361636	0.9361207132288921
ENSP00000451575	ENSP00000357879	0.9361171909487621

The corresponding columns in SSSOM are subject_id, object_id, and confidence.
We can change the column heading and already be compliant.

It would be best to include some provenance as well, though - a string can go in additional columns, mapping_tool and mapping_tool_version.
We have a few different things to keep track of here:

  • neat-ml version
  • grape version
  • contents of specific neat config
    So this may not capture the entirety of the mapping, but it can be a frame of reference.
@caufieldjh
Copy link
Contributor Author

Could represent neat config full text as hash, then include in SSSOM output (don't forget docs on where to find the hash function)

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

1 participant