Given the close relationship between protein structure and function, protein structure searches have long played an established role in bioinformatics. Despite their maturity, existing protein structure searches either use simplifying assumptions or compromise between fast response times and quality of results. These limitations can prevent the easy and efficient exploration of relationships between protein structures, which is the norm in other areas of inquiry. We have developed RUPEE, a fast, scalable, and purely geometric structure search combining techniques from information retrieval and big data with a novel approach to encoding sequences of torsion angles.Comparing our results to the output of mTM, SSM, and the CATHEDRAL structural scan, it is clear that RUPEE has set a new bar for purely geometric big data approaches to protein structure searches. RUPEE in top-aligned mode produces equal or better results than the best available protein structure searches, and RUPEE in fast mode demonstrates the fastest response times coupled with high quality results.The RUPEE protein structure search is available at http://www.ayoubresearch.com. Code and data are available at https://github.com/rayoub/rupee.Proteins represent the functional end-product within the central dogma of molecular 2 biology [1]. As such, understanding protein structure is a central goal within structural 3 bioinformatics. Protein structure determination, prediction, alignment, and search all 4 serve to advance this understanding. Below, we present our approach to a fast, scalable, 5 and purely geometric protein structure search we refer to with the acronym of RUn 6 Position Encoded Encodings of residue descriptors (RUPEE). 7 Given a protein domain identifier, whole chain identifier or an uploaded PDB file, 8 RUPEE can search for matches among domains defined in SCOPe 2.07 [2], CATH 9 v4.2 [3], ECOD develop210 [4], or among whole chains defined in the PDB. RUPEE is 10 able to search either of these databases using any identifier. For instance, you can 11 search SCOPe using a CATH domain identifier.
12RUPEE has two modes of operation, fast and top-aligned. Fast mode is significantly 13 faster than all other protein structure searches discussed below but at the expensive of 14 accuracy. Despite this, we will show that the accuracy of RUPEE in fast mode is not far 15 below that of the best available structure searches. On the other hand, the accuracy 16 and response times of RUPEE in top-aligned mode are comparable to currently 17 available protein structure searches that are commonly considered fast. 18 November 16, 2018 1/13 63 the most popular. Nonetheless, these searches are slow in comparison to mTM, SSM, 64 and CATHEDRAL when pre-calculated results are not used. If given a known protein 65 domain, VAST can return structural neighbors in seconds using pre-calculated results. 66 However, if uploading a PDB file where pre-calculated results are not used, response 67 times for VAST can exceed 30 minutes. Similarly, the FATCAT server, that does n...