georgeamccarthy / protein_search

The neural search engine for proteins.
GNU Affero General Public License v3.0
15 stars 6 forks source link

More informative search results for usability and evaluation purposes. #46

Open fissoreg opened 3 years ago

fissoreg commented 3 years ago

Problem The search results report little information about the proteins that we claim are similar. At a glance, it would be useful to have more info such that we can evaluate the quality of the results. In particular, domain experts will be available to read and understand the information and they can give a good feedback on the quality of the search results.

Solution Something similar to the RCBS search results is probably good: rcsb_search_result

Additional context Code for querying the PDB database and get the information we need is already in #44 . We can simply add metadata from there.