You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We need an API endpoint to serve as a protein name alias service. A user submits a partial or full protein name and all known matches or aliases to matches are returned.
To build this we need:
a full listing of the protein names we want to match against
a curated list of the protein aliases
a mongo collection to support efficient queries
Outstanding questions:
What gene symbols / protein names do we want to support?
What constitutes a valid alias? who curates them?
The text was updated successfully, but these errors were encountered:
We need an API endpoint to serve as a protein name alias service. A user submits a partial or full protein name and all known matches or aliases to matches are returned.
To build this we need:
Outstanding questions:
The text was updated successfully, but these errors were encountered: