Structural Outlier Detection and Zernike–Canterakis Moments for Molecular Surface Meshes—Fast Implementation in Python

Object retrieval systems measure the degree of similarity of the shape of 3D models. They search for the elements of the 3D model databases that resemble the query model. In structural bioinformatics, the query model is a protein tertiary/quaternary structure and the objective is to find similarly s...

Full description

Saved in:
Bibliographic Details
Published inMolecules Vol. 29; no. 1; p. 52
Main Author Banach, Mateusz
Format Journal Article
LanguageEnglish
Published Switzerland MDPI AG 21.12.2023
MDPI
Subjects
Online AccessGet full text
ISSN1420-3049
1433-1373
1420-3049
1433-1373
DOI10.3390/molecules29010052

Cover

Abstract Object retrieval systems measure the degree of similarity of the shape of 3D models. They search for the elements of the 3D model databases that resemble the query model. In structural bioinformatics, the query model is a protein tertiary/quaternary structure and the objective is to find similarly shaped molecules in the Protein Data Bank. With the ever-growing size of the PDB, a direct atomic coordinate comparison with all its members is impractical. To overcome this problem, the shape of the molecules can be encoded by fixed-length feature vectors. The distance of a protein to the entire PDB can be measured in this low-dimensional domain in linear time. The state-of-the-art approaches utilize Zernike–Canterakis moments for the shape encoding and supply the retrieval process with geometric data of the input structures. The BioZernike descriptors are a standard utility of the PDB since 2020. However, when trying to calculate the ZC moments locally, the issue of the deficiency of libraries readily available for use in custom programs (i.e., without relying on external binaries) is encountered, in particular programs written in Python. Here, a fast and well-documented Python implementation of the Pozo–Koehl algorithm is presented. In contrast to the more popular algorithm by Novotni and Klein, which is based on the voxelized volume, the PK algorithm produces ZC moments directly from the triangular surface meshes of 3D models. In particular, it can accept the molecular surfaces of proteins as its input. In the presented PK-Zernike library, owing to Numba’s just-in-time compilation, a mesh with 50,000 facets is processed by a single thread in a second at the moment order 20. Since this is the first time the PK algorithm is used in structural bioinformatics, it is employed in a novel, simple, but efficient protein structure retrieval pipeline. The elimination of the outlying chain fragments via a fast PCA-based subroutine improves the discrimination ability, allowing for this pipeline to achieve an 0.961 area under the ROC curve in the BioZernike validation suite (0.997 for the assemblies). The correlation between the results of the proposed approach and of the 3D Surfer program attains values up to 0.99.
AbstractList Object retrieval systems measure the degree of similarity of the shape of 3D models. They search for the elements of the 3D model databases that resemble the query model. In structural bioinformatics, the query model is a protein tertiary/quaternary structure and the objective is to find similarly shaped molecules in the Protein Data Bank. With the ever-growing size of the PDB, a direct atomic coordinate comparison with all its members is impractical. To overcome this problem, the shape of the molecules can be encoded by fixed-length feature vectors. The distance of a protein to the entire PDB can be measured in this low-dimensional domain in linear time. The state-of-the-art approaches utilize Zernike-Canterakis moments for the shape encoding and supply the retrieval process with geometric data of the input structures. The BioZernike descriptors are a standard utility of the PDB since 2020. However, when trying to calculate the ZC moments locally, the issue of the deficiency of libraries readily available for use in custom programs (i.e., without relying on external binaries) is encountered, in particular programs written in Python. Here, a fast and well-documented Python implementation of the Pozo-Koehl algorithm is presented. In contrast to the more popular algorithm by Novotni and Klein, which is based on the voxelized volume, the PK algorithm produces ZC moments directly from the triangular surface meshes of 3D models. In particular, it can accept the molecular surfaces of proteins as its input. In the presented PK-Zernike library, owing to Numba's just-in-time compilation, a mesh with 50,000 facets is processed by a single thread in a second at the moment order 20. Since this is the first time the PK algorithm is used in structural bioinformatics, it is employed in a novel, simple, but efficient protein structure retrieval pipeline. The elimination of the outlying chain fragments via a fast PCA-based subroutine improves the discrimination ability, allowing for this pipeline to achieve an 0.961 area under the ROC curve in the BioZernike validation suite (0.997 for the assemblies). The correlation between the results of the proposed approach and of the 3D Surfer program attains values up to 0.99.Object retrieval systems measure the degree of similarity of the shape of 3D models. They search for the elements of the 3D model databases that resemble the query model. In structural bioinformatics, the query model is a protein tertiary/quaternary structure and the objective is to find similarly shaped molecules in the Protein Data Bank. With the ever-growing size of the PDB, a direct atomic coordinate comparison with all its members is impractical. To overcome this problem, the shape of the molecules can be encoded by fixed-length feature vectors. The distance of a protein to the entire PDB can be measured in this low-dimensional domain in linear time. The state-of-the-art approaches utilize Zernike-Canterakis moments for the shape encoding and supply the retrieval process with geometric data of the input structures. The BioZernike descriptors are a standard utility of the PDB since 2020. However, when trying to calculate the ZC moments locally, the issue of the deficiency of libraries readily available for use in custom programs (i.e., without relying on external binaries) is encountered, in particular programs written in Python. Here, a fast and well-documented Python implementation of the Pozo-Koehl algorithm is presented. In contrast to the more popular algorithm by Novotni and Klein, which is based on the voxelized volume, the PK algorithm produces ZC moments directly from the triangular surface meshes of 3D models. In particular, it can accept the molecular surfaces of proteins as its input. In the presented PK-Zernike library, owing to Numba's just-in-time compilation, a mesh with 50,000 facets is processed by a single thread in a second at the moment order 20. Since this is the first time the PK algorithm is used in structural bioinformatics, it is employed in a novel, simple, but efficient protein structure retrieval pipeline. The elimination of the outlying chain fragments via a fast PCA-based subroutine improves the discrimination ability, allowing for this pipeline to achieve an 0.961 area under the ROC curve in the BioZernike validation suite (0.997 for the assemblies). The correlation between the results of the proposed approach and of the 3D Surfer program attains values up to 0.99.
Object retrieval systems measure the degree of similarity of the shape of 3D models. They search for the elements of the 3D model databases that resemble the query model. In structural bioinformatics, the query model is a protein tertiary/quaternary structure and the objective is to find similarly shaped molecules in the Protein Data Bank. With the ever-growing size of the PDB, a direct atomic coordinate comparison with all its members is impractical. To overcome this problem, the shape of the molecules can be encoded by fixed-length feature vectors. The distance of a protein to the entire PDB can be measured in this low-dimensional domain in linear time. The state-of-the-art approaches utilize Zernike–Canterakis moments for the shape encoding and supply the retrieval process with geometric data of the input structures. The BioZernike descriptors are a standard utility of the PDB since 2020. However, when trying to calculate the ZC moments locally, the issue of the deficiency of libraries readily available for use in custom programs (i.e., without relying on external binaries) is encountered, in particular programs written in Python. Here, a fast and well-documented Python implementation of the Pozo–Koehl algorithm is presented. In contrast to the more popular algorithm by Novotni and Klein, which is based on the voxelized volume, the PK algorithm produces ZC moments directly from the triangular surface meshes of 3D models. In particular, it can accept the molecular surfaces of proteins as its input. In the presented PK-Zernike library, owing to Numba’s just-in-time compilation, a mesh with 50,000 facets is processed by a single thread in a second at the moment order 20. Since this is the first time the PK algorithm is used in structural bioinformatics, it is employed in a novel, simple, but efficient protein structure retrieval pipeline. The elimination of the outlying chain fragments via a fast PCA-based subroutine improves the discrimination ability, allowing for this pipeline to achieve an 0.961 area under the ROC curve in the BioZernike validation suite (0.997 for the assemblies). The correlation between the results of the proposed approach and of the 3D Surfer program attains values up to 0.99.
Audience Academic
Author Banach, Mateusz
AuthorAffiliation Department of Bioinformatics and Telemedicine, Faculty of Medicine, Jagiellonian University Medical College, Medyczna 7, 30-688 Kraków, Poland; mateusz.banach@uj.edu.pl
AuthorAffiliation_xml – name: Department of Bioinformatics and Telemedicine, Faculty of Medicine, Jagiellonian University Medical College, Medyczna 7, 30-688 Kraków, Poland; mateusz.banach@uj.edu.pl
Author_xml – sequence: 1
  givenname: Mateusz
  orcidid: 0000-0003-1806-9877
  surname: Banach
  fullname: Banach, Mateusz
BackLink https://www.ncbi.nlm.nih.gov/pubmed/38202635$$D View this record in MEDLINE/PubMed
BookMark eNqFks1u1DAQxyNURD_gAbigSFy4bHH8lfiEqoWWlVoVqXDhEjnOZNdbx15sB7Q99R3gCfskeDelaosE8sGW_Z-fZ_4z-9mOdRay7GWBDgkR6G3vDKjBQMACFQgx_CTbKyhGE4Ko2Ll33s32Q1gihAtasGfZLqkwwpywvezqIvpBxcFLk58P0Wjw-XuIoKJ2Npe2zb-Ct_oSbq5_TqWN4OWlDvmZ68HGkHfOp_M2C-nzi8F3UkF-BmEB4eb617EMMZ_1KwMbudwytc0_rePC2efZ006aAC9u94Psy_GHz9OPk9Pzk9n06HSiGCFxQlpUNsCFYBQp2dKOYEFLjgoGVVMqDsB5hzljXXIASFuxqml4gSoJFRGiJAfZbOS2Ti7rlde99OvaSV1vL5yf19JHrQzUjEFLVIV51ypaMlU1HVJYMs65FA2uEguPrMGu5PqHNOYOWKB605T6r6akoHdj0GpoemhVsiLZ_SCThy9WL-q5-56QZSlYIRLhzS3Bu28DhFj3OigwRlpwQ6ixKAilomIb6etH0qUbvE0Gb1S4xIzTTUqHo2ouU9nadi59rNJqodcqTVmn0_1R-p5QzihJAa_u13CX_J9JSoJyFCjvQvDQ1UqPHU9kbf5pT_Eo8v-W_gZr3vQ5
CitedBy_id crossref_primary_10_1007_s42835_024_02117_x
Cites_doi 10.3390/cryst10020114
10.1073/pnas.0409772102
10.1016/1049-9652(92)90027-U
10.1093/bioinformatics/btp542
10.1107/S0021889883010985
10.1093/bioinformatics/btv614
10.1093/emboj/17.23.6812
10.1016/j.cell.2016.07.020
10.1073/pnas.94.23.12303
10.1093/nar/28.1.235
10.1371/journal.pcbi.0020155
10.1145/258734.258849
10.1371/journal.pcbi.1007970
10.1002/(SICI)1097-0282(199603)38:3<305::AID-BIP4>3.0.CO;2-Y
10.1074/jbc.M115.678086
10.1093/nar/gki524
10.1093/bioinformatics/btz062
10.1073/pnas.192374899
10.1093/protein/12.2.85
10.1371/journal.pcbi.1005350
10.1107/S0907444904021912
10.3390/cryst11121539
10.3390/sym14091876
10.1371/journal.pcbi.1006969
10.1093/emboj/cdf304
10.1371/journal.ppat.1002930
10.1016/S0092-8674(00)80205-6
10.1016/0014-5793(91)80799-9
10.1016/j.sbi.2019.03.006
10.1371/journal.pone.0125098
10.1093/protein/11.9.739
10.1088/0965-0393/20/1/015003
10.3390/app11188514
10.1088/2040-8986/ac9e08
10.1038/s41586-020-2649-2
10.21105/joss.01450
10.3390/a15110406
10.1107/S0567739476001873
10.1109/TPAMI.2010.139
10.3390/a16070346
10.1093/bioinformatics/btab205
10.1016/j.molcel.2005.04.016
10.1016/j.cad.2004.01.005
10.1371/journal.pone.0008140
10.1006/jmbi.1993.1489
10.1002/j.1460-2075.1994.tb06250.x
10.1021/bi102067r
10.1107/S0567739478001680
10.1093/bioinformatics/btr168
10.1016/S0031-8914(34)80259-5
10.1021/bi961427e
10.1038/s41586-021-03819-2
10.1038/s42003-022-03261-8
10.1016/j.cag.2020.07.013
10.1002/prot.26171
10.1038/37670
10.1038/s41587-023-01773-0
10.1371/journal.pcbi.1003926
10.1016/j.jmgm.2021.108103
10.1093/nar/gkab1054
10.1107/S090744491300735X
10.1073/pnas.94.23.12291
10.1145/3408127.3408130
10.1145/133994.134010
10.1093/nar/gkaa1038
10.1109/ISBI.2012.6235621
10.1287/moor.21.2.307
10.1038/s41592-019-0686-2
10.1093/bib/bbw108
10.1002/prot.22030
10.1038/s41586-019-1923-7
10.1109/MCSE.2007.58
10.3390/biom13020385
10.1021/ac60214a047
10.1093/nar/gkaa1079
10.1038/msb.2011.75
10.1093/bioinformatics/btp163
10.1109/TPAMI.2012.23
10.1145/2833157.2833162
10.1093/bioinformatics/btg1086
10.1002/cctc.201500478
10.1109/MCSE.2007.55
ContentType Journal Article
Copyright COPYRIGHT 2023 MDPI AG
2023 by the author. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
2023 by the author. 2023
Copyright_xml – notice: COPYRIGHT 2023 MDPI AG
– notice: 2023 by the author. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). Notwithstanding the ProQuest Terms and Conditions, you may use this content in accordance with the terms of the License.
– notice: 2023 by the author. 2023
DBID AAYXX
CITATION
NPM
3V.
7X7
7XB
88E
8FI
8FJ
8FK
ABUWG
AFKRA
AZQEC
BENPR
CCPQU
DWQXO
FYUFA
GHDGH
K9.
M0S
M1P
PHGZM
PHGZT
PIMPY
PJZUB
PKEHL
PPXIY
PQEST
PQQKQ
PQUKI
7X8
5PM
ADTOC
UNPAY
DOA
DOI 10.3390/molecules29010052
DatabaseName CrossRef
PubMed
ProQuest Central (Corporate)
Health & Medical Collection (Proquest)
ProQuest Central (purchase pre-March 2016)
Medical Database (Alumni Edition)
Hospital Premium Collection
Hospital Premium Collection (Alumni Edition)
ProQuest Central (Alumni) (purchase pre-March 2016)
ProQuest Central (Alumni)
ProQuest Central UK/Ireland
ProQuest Central Essentials
ProQuest Central
ProQuest One
ProQuest Central
Health Research Premium Collection
Health Research Premium Collection (Alumni)
ProQuest Health & Medical Complete (Alumni)
Health & Medical Collection (Alumni)
Medical Database
Proquest Central Premium
ProQuest One Academic
Publicly Available Content Database
ProQuest Health & Medical Research Collection
ProQuest One Academic Middle East (New)
ProQuest One Health & Nursing
ProQuest One Academic Eastern Edition (DO NOT USE)
ProQuest One Academic
ProQuest One Academic UKI Edition
MEDLINE - Academic
PubMed Central (Full Participant titles)
Unpaywall for CDI: Periodical Content
Unpaywall
Acceso a contenido Full Text - Doaj
DatabaseTitle CrossRef
PubMed
Publicly Available Content Database
ProQuest One Academic Middle East (New)
ProQuest Central Essentials
ProQuest Health & Medical Complete (Alumni)
ProQuest Central (Alumni Edition)
ProQuest One Community College
ProQuest One Health & Nursing
ProQuest Central
ProQuest Health & Medical Research Collection
Health Research Premium Collection
Health and Medicine Complete (Alumni Edition)
ProQuest Central Korea
Health & Medical Research Collection
ProQuest Central (New)
ProQuest Medical Library (Alumni)
ProQuest One Academic Eastern Edition
ProQuest Hospital Collection
Health Research Premium Collection (Alumni)
ProQuest Hospital Collection (Alumni)
ProQuest Health & Medical Complete
ProQuest Medical Library
ProQuest One Academic UKI Edition
ProQuest One Academic
ProQuest One Academic (New)
ProQuest Central (Alumni)
MEDLINE - Academic
DatabaseTitleList MEDLINE - Academic

CrossRef


PubMed
Publicly Available Content Database
Database_xml – sequence: 1
  dbid: DOA
  name: DOAJ Directory of Open Access Journals
  url: https://www.doaj.org/
  sourceTypes: Open Website
– sequence: 2
  dbid: NPM
  name: PubMed
  url: https://proxy.k.utb.cz/login?url=http://www.ncbi.nlm.nih.gov/entrez/query.fcgi?db=PubMed
  sourceTypes: Index Database
– sequence: 3
  dbid: UNPAY
  name: Unpaywall
  url: https://proxy.k.utb.cz/login?url=https://unpaywall.org/
  sourceTypes: Open Access Repository
– sequence: 4
  dbid: BENPR
  name: ProQuest Central
  url: http://www.proquest.com/pqcentral?accountid=15518
  sourceTypes: Aggregation Database
DeliveryMethod fulltext_linktorsrc
Discipline Chemistry
Physics
EISSN 1420-3049
1433-1373
ExternalDocumentID oai_doaj_org_article_55ed3c826fdc475c8bf0c2a5666a9b28
10.3390/molecules29010052
PMC10779519
A779346543
38202635
10_3390_molecules29010052
Genre Journal Article
GeographicLocations Taiwan
GeographicLocations_xml – name: Taiwan
GrantInformation_xml – fundername: Jagiellonian University
  grantid: N41/DBS/001124
– fundername: Jagiellonian University Medical College
  grantid: N41/DBS/001124
GroupedDBID ---
0R~
123
2WC
53G
5VS
7X7
88E
8FE
8FG
8FH
8FI
8FJ
A8Z
AADQD
AAFWJ
AAHBH
AAYXX
ABDBF
ABUWG
ACGFO
ACIWK
ACPRK
ACUHS
AEGXH
AENEX
AFKRA
AFPKN
AFRAH
AFZYC
AIAGR
ALMA_UNASSIGNED_HOLDINGS
BENPR
BPHCQ
BVXVI
CCPQU
CITATION
CS3
D1I
DIK
DU5
E3Z
EBD
EMOBN
ESTFP
ESX
FYUFA
GROUPED_DOAJ
GX1
HH5
HMCUK
HYE
HZ~
I09
IAO
IHR
ITC
KQ8
LK8
M1P
MODMG
O-U
O9-
OK1
P2P
PHGZM
PHGZT
PIMPY
PJZUB
PPXIY
PQQKQ
PROAC
PSQYO
RPM
SV3
TR2
TUS
UKHRP
~8M
3V.
ABJCF
ALIPV
BBNVY
BHPHI
HCIFZ
KB.
M7P
M~E
NPM
PDBOC
7XB
8FK
AZQEC
DWQXO
K9.
PKEHL
PQEST
PQUKI
7X8
PUEGO
5PM
6NX
ADTOC
AGGDS
ASPBG
AVWKF
C1A
DL5
IPNFZ
KDC
LAS
QOK
QOS
RIG
RNI
RZK
SCM
SDH
TSK
UNPAY
ID FETCH-LOGICAL-c533t-3d07be699540cad4f329476015e8b7c6ee66f2655f005e3d858bb6108ae839973
IEDL.DBID BENPR
ISSN 1420-3049
1433-1373
IngestDate Tue Oct 14 14:27:55 EDT 2025
Sun Oct 26 03:38:33 EDT 2025
Tue Sep 30 17:10:22 EDT 2025
Sat Sep 27 23:15:02 EDT 2025
Tue Oct 07 07:15:58 EDT 2025
Mon Oct 20 17:20:55 EDT 2025
Mon Feb 17 04:02:10 EST 2025
Thu Oct 16 04:42:40 EDT 2025
Thu Apr 24 22:58:54 EDT 2025
IsDoiOpenAccess true
IsOpenAccess true
IsPeerReviewed true
IsScholarly true
Issue 1
Keywords protein structure
Numba
molecular surface
shape retrieval
bioinformatics
Zernike moments
computational geometry
principal component analysis
Python
Language English
License Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/).
cc-by
LinkModel DirectLink
MergedId FETCHMERGED-LOGICAL-c533t-3d07be699540cad4f329476015e8b7c6ee66f2655f005e3d858bb6108ae839973
Notes ObjectType-Article-1
SourceType-Scholarly Journals-1
ObjectType-Feature-2
content type line 14
content type line 23
ORCID 0000-0003-1806-9877
OpenAccessLink https://www.proquest.com/docview/2912725642?pq-origsite=%requestingapplication%&accountid=15518
PMID 38202635
PQID 2912725642
PQPubID 2032355
ParticipantIDs doaj_primary_oai_doaj_org_article_55ed3c826fdc475c8bf0c2a5666a9b28
unpaywall_primary_10_3390_molecules29010052
pubmedcentral_primary_oai_pubmedcentral_nih_gov_10779519
proquest_miscellaneous_2913449859
proquest_journals_2912725642
gale_infotracacademiconefile_A779346543
pubmed_primary_38202635
crossref_citationtrail_10_3390_molecules29010052
crossref_primary_10_3390_molecules29010052
PublicationCentury 2000
PublicationDate 20231221
PublicationDateYYYYMMDD 2023-12-21
PublicationDate_xml – month: 12
  year: 2023
  text: 20231221
  day: 21
PublicationDecade 2020
PublicationPlace Switzerland
PublicationPlace_xml – name: Switzerland
– name: Basel
PublicationTitle Molecules
PublicationTitleAlternate Molecules
PublicationYear 2023
Publisher MDPI AG
MDPI
Publisher_xml – name: MDPI AG
– name: MDPI
References Holm (ref_16) 1993; 233
Langenfeld (ref_38) 2020; 91
ref_94
Jasanoff (ref_83) 1998; 17
ref_90
ref_14
Borhani (ref_80) 1997; 94
Kabsch (ref_53) 1978; 34
ref_10
ref_98
ref_97
ref_95
Senior (ref_5) 2020; 577
Knowlton (ref_81) 1997; 390
Guo (ref_92) 2015; 290
Berman (ref_1) 2000; 28
Virtanen (ref_49) 2020; 17
ref_24
ref_23
ref_22
Jumper (ref_6) 2021; 596
Zernike (ref_29) 1934; 1
Kabsch (ref_52) 1976; 32
Ribeiro (ref_96) 2019; 35
ref_27
Bakan (ref_75) 2011; 27
ref_26
Ptitsyn (ref_9) 1991; 285
ref_72
ref_71
Stellmacher (ref_91) 2015; 7
La (ref_70) 2009; 25
Serre (ref_25) 2002; 21
ref_78
ref_77
Masters (ref_87) 2005; 18
Timm (ref_89) 2013; 69
Sullivan (ref_66) 2019; 4
ref_74
Sillitoe (ref_12) 2020; 49
ref_73
Oliphant (ref_42) 2007; 9
Burley (ref_2) 2020; 49
Niu (ref_28) 2022; 24
Suzuki (ref_68) 2015; 32
Ye (ref_18) 2003; 19
Sideraki (ref_86) 1996; 35
Prokop (ref_33) 1992; 54
Harris (ref_48) 2020; 585
Hoffman (ref_82) 1994; 13
Pozo (ref_31) 2011; 33
ref_50
Connolly (ref_21) 1983; 16
Rost (ref_11) 1999; 12
Tan (ref_84) 1997; 94
Savitzky (ref_65) 1964; 36
ref_57
Sael (ref_35) 2008; 72
ref_56
Zhang (ref_19) 2005; 33
ref_55
ref_51
Chen (ref_15) 2016; 19
ref_59
Koehl (ref_34) 2012; 34
Hou (ref_8) 2005; 102
Pereira (ref_7) 2021; 89
ref_60
ref_67
ref_64
ref_63
Bhaumik (ref_85) 2004; 60
Feng (ref_88) 2011; 50
Langenfeld (ref_39) 2022; 111
Martinez (ref_76) 2002; 99
Cock (ref_69) 2009; 25
Novotni (ref_32) 2004; 36
Khachiyan (ref_61) 1996; 21
Chandonia (ref_13) 2021; 50
Shindyalov (ref_17) 1998; 11
ref_36
Xu (ref_54) 2019; 55
Chan (ref_79) 1997; 89
ref_30
ref_37
ref_103
ref_47
Hunter (ref_99) 2007; 9
ref_46
ref_45
Zhao (ref_93) 2016; 166
ref_44
Bateman (ref_4) 2022; 51
ref_43
ref_100
ref_41
ref_102
ref_40
ref_101
ref_3
Ljung (ref_20) 2021; 37
Callahan (ref_58) 2011; 20
Sanner (ref_62) 1996; 38
References_xml – ident: ref_55
  doi: 10.3390/cryst10020114
– volume: 102
  start-page: 3651
  year: 2005
  ident: ref_8
  article-title: Global mapping of the protein structure space and application in structure-based inference of protein function
  publication-title: Proc. Natl. Acad. Sci. USA
  doi: 10.1073/pnas.0409772102
– volume: 54
  start-page: 438
  year: 1992
  ident: ref_33
  article-title: A survey of moment-based techniques for unoccluded object representation and recognition
  publication-title: CVGIP Graph. Model. Image Process.
  doi: 10.1016/1049-9652(92)90027-U
– volume: 25
  start-page: 2843
  year: 2009
  ident: ref_70
  article-title: 3D-SURFER: Software for high-throughput protein surface comparison and analysis
  publication-title: Bioinformatics
  doi: 10.1093/bioinformatics/btp542
– ident: ref_51
– volume: 16
  start-page: 548
  year: 1983
  ident: ref_21
  article-title: Analytical molecular surface calculation
  publication-title: J. Appl. Crystallogr.
  doi: 10.1107/S0021889883010985
– volume: 32
  start-page: 619
  year: 2015
  ident: ref_68
  article-title: Omokage search: Shape similarity search service for biomolecular structures in both the PDB and EMDB
  publication-title: Bioinformatics
  doi: 10.1093/bioinformatics/btv614
– volume: 17
  start-page: 6812
  year: 1998
  ident: ref_83
  article-title: Structure of a trimeric domain of the MHC class II-associated chaperonin and targeting protein Ii
  publication-title: EMBO J.
  doi: 10.1093/emboj/17.23.6812
– volume: 166
  start-page: 1016
  year: 2016
  ident: ref_93
  article-title: Structural Basis of Zika Virus-Specific Antibody Protection
  publication-title: Cell
  doi: 10.1016/j.cell.2016.07.020
– volume: 94
  start-page: 12303
  year: 1997
  ident: ref_84
  article-title: Atomic structure of a thermostable subdomain of HIV-1 gp41
  publication-title: Proc. Natl. Acad. Sci. USA
  doi: 10.1073/pnas.94.23.12303
– volume: 28
  start-page: 235
  year: 2000
  ident: ref_1
  article-title: The Protein Data Bank
  publication-title: Nucleic Acids Res.
  doi: 10.1093/nar/28.1.235
– ident: ref_71
– ident: ref_14
  doi: 10.1371/journal.pcbi.0020155
– ident: ref_63
  doi: 10.1145/258734.258849
– ident: ref_77
– ident: ref_27
  doi: 10.1371/journal.pcbi.1007970
– ident: ref_56
– volume: 38
  start-page: 305
  year: 1996
  ident: ref_62
  article-title: Reduced surface: An efficient way to compute molecular surfaces
  publication-title: Biopolymers
  doi: 10.1002/(SICI)1097-0282(199603)38:3<305::AID-BIP4>3.0.CO;2-Y
– volume: 290
  start-page: 24657
  year: 2015
  ident: ref_92
  article-title: Two-step Ligand Binding in a (βα)8 Barrel Enzyme
  publication-title: J. Biol. Chem.
  doi: 10.1074/jbc.M115.678086
– volume: 33
  start-page: 2302
  year: 2005
  ident: ref_19
  article-title: TM-align: A protein structure alignment algorithm based on the TM-score
  publication-title: Nucleic Acids Res.
  doi: 10.1093/nar/gki524
– ident: ref_45
– ident: ref_59
– volume: 35
  start-page: 3499
  year: 2019
  ident: ref_96
  article-title: Calculation of accurate interatomic contact surface areas for the quantitative analysis of non-bonded molecular interactions
  publication-title: Bioinformatics
  doi: 10.1093/bioinformatics/btz062
– ident: ref_97
– ident: ref_30
– volume: 99
  start-page: 13260
  year: 2002
  ident: ref_76
  article-title: The two GAF domains in phosphodiesterase 2A have distinct roles in dimerization and in cGMP binding
  publication-title: Proc. Natl. Acad. Sci. USA
  doi: 10.1073/pnas.192374899
– ident: ref_3
– volume: 12
  start-page: 85
  year: 1999
  ident: ref_11
  article-title: Twilight zone of protein sequence alignments
  publication-title: Protein Eng. Des. Sel.
  doi: 10.1093/protein/12.2.85
– ident: ref_46
  doi: 10.1371/journal.pcbi.1005350
– volume: 60
  start-page: 1964
  year: 2004
  ident: ref_85
  article-title: Structure determination and refinement at 2.44 AA resolution of argininosuccinate lyase from Escherichia coli
  publication-title: Acta Crystallogr. Sect. D Biol. Crystallogr.
  doi: 10.1107/S0907444904021912
– ident: ref_67
– ident: ref_22
  doi: 10.3390/cryst11121539
– ident: ref_94
  doi: 10.3390/sym14091876
– ident: ref_44
– ident: ref_36
  doi: 10.1371/journal.pcbi.1006969
– volume: 21
  start-page: 2854
  year: 2002
  ident: ref_25
  article-title: Crystal structure of the Lactococcus lactis formamidopyrimidine-DNA glycosylase bound to an abasic site analogue-containing DNA
  publication-title: EMBO J.
  doi: 10.1093/emboj/cdf304
– ident: ref_73
– ident: ref_90
  doi: 10.1371/journal.ppat.1002930
– volume: 89
  start-page: 263
  year: 1997
  ident: ref_79
  article-title: Core Structure of gp41 from the HIV Envelope Glycoprotein
  publication-title: Cell
  doi: 10.1016/S0092-8674(00)80205-6
– ident: ref_50
– volume: 285
  start-page: 176
  year: 1991
  ident: ref_9
  article-title: How does protein synthesis give rise to the 3D-structure?
  publication-title: FEBS Lett.
  doi: 10.1016/0014-5793(91)80799-9
– volume: 55
  start-page: 34
  year: 2019
  ident: ref_54
  article-title: Principles and characteristics of biological assemblies in experimentally determined protein structures
  publication-title: Curr. Opin. Struct. Biol.
  doi: 10.1016/j.sbi.2019.03.006
– ident: ref_10
  doi: 10.1371/journal.pone.0125098
– volume: 11
  start-page: 739
  year: 1998
  ident: ref_17
  article-title: Protein structure alignment by incremental combinatorial extension (CE) of the optimal path
  publication-title: Protein Eng. Des. Sel.
  doi: 10.1093/protein/11.9.739
– volume: 20
  start-page: 015003
  year: 2011
  ident: ref_58
  article-title: Precipitate shape fitting and reconstruction by means of 3D Zernike functions
  publication-title: Model. Simul. Mater. Sci. Eng.
  doi: 10.1088/0965-0393/20/1/015003
– ident: ref_57
  doi: 10.3390/app11188514
– volume: 24
  start-page: 123001
  year: 2022
  ident: ref_28
  article-title: Zernike polynomials and their applications
  publication-title: J. Opt.
  doi: 10.1088/2040-8986/ac9e08
– ident: ref_95
– volume: 585
  start-page: 357
  year: 2020
  ident: ref_48
  article-title: Array programming with NumPy
  publication-title: Nature
  doi: 10.1038/s41586-020-2649-2
– volume: 4
  start-page: 1450
  year: 2019
  ident: ref_66
  article-title: PyVista: 3D plotting and mesh analysis through a streamlined interface for the Visualization Toolkit (VTK)
  publication-title: J. Open Source Softw.
  doi: 10.21105/joss.01450
– ident: ref_40
  doi: 10.3390/a15110406
– ident: ref_26
– volume: 32
  start-page: 922
  year: 1976
  ident: ref_52
  article-title: A solution for the best rotation to relate two sets of vectors
  publication-title: Acta Crystallogr. Sect. A
  doi: 10.1107/S0567739476001873
– volume: 33
  start-page: 471
  year: 2011
  ident: ref_31
  article-title: Efficient 3D Geometric and Zernike Moments Computation from Unstructured Surface Meshes
  publication-title: IEEE Trans. Pattern Anal. Mach. Intell.
  doi: 10.1109/TPAMI.2010.139
– ident: ref_103
  doi: 10.3390/a16070346
– volume: 37
  start-page: 2874
  year: 2021
  ident: ref_20
  article-title: ZEAL: Protein structure alignment based on shape similarity
  publication-title: Bioinformatics
  doi: 10.1093/bioinformatics/btab205
– volume: 18
  start-page: 589
  year: 2005
  ident: ref_87
  article-title: The 1.9 AA Structure of a Proteasome-11S Activator Complex and Implications for Proteasome-PAN/PA700 Interactions
  publication-title: Mol. Cell
  doi: 10.1016/j.molcel.2005.04.016
– volume: 36
  start-page: 1047
  year: 2004
  ident: ref_32
  article-title: Shape retrieval using 3D Zernike descriptors
  publication-title: Comput. Aided Des.
  doi: 10.1016/j.cad.2004.01.005
– ident: ref_24
  doi: 10.1371/journal.pone.0008140
– volume: 233
  start-page: 123
  year: 1993
  ident: ref_16
  article-title: Protein Structure Comparison by Alignment of Distance Matrices
  publication-title: J. Mol. Biol.
  doi: 10.1006/jmbi.1993.1489
– volume: 13
  start-page: 205
  year: 1994
  ident: ref_82
  article-title: Crystal structure of prokaryotic ribosomal protein L9: A bi-lobed RNA-binding protein
  publication-title: EMBO J.
  doi: 10.1002/j.1460-2075.1994.tb06250.x
– volume: 50
  start-page: 2919
  year: 2011
  ident: ref_88
  article-title: Mechanistic, Mutational, and Structural Evaluation of a Taxus Phenylalanine Aminomutase
  publication-title: Biochemistry
  doi: 10.1021/bi102067r
– volume: 34
  start-page: 827
  year: 1978
  ident: ref_53
  article-title: A discussion of the solution for the best rotation to relate two sets of vectors
  publication-title: Acta Crystallogr. Sect. A
  doi: 10.1107/S0567739478001680
– volume: 27
  start-page: 1575
  year: 2011
  ident: ref_75
  article-title: ProDy: Protein Dynamics Inferred from Theory and Experiments
  publication-title: Bioinformatics
  doi: 10.1093/bioinformatics/btr168
– ident: ref_98
– volume: 1
  start-page: 689
  year: 1934
  ident: ref_29
  article-title: Beugungstheorie des schneidenver-fahrens und seiner verbesserten form, der phasenkontrastmethode
  publication-title: Physica
  doi: 10.1016/S0031-8914(34)80259-5
– volume: 35
  start-page: 15019
  year: 1996
  ident: ref_86
  article-title: Site-Directed Mutagenesis of Histidine 238 in Mouse Adenosine Deaminase: Substitution of Histidine 238 Does Not Impede Hydroxylate Formation
  publication-title: Biochemistry
  doi: 10.1021/bi961427e
– volume: 596
  start-page: 583
  year: 2021
  ident: ref_6
  article-title: Highly accurate protein structure prediction with AlphaFold
  publication-title: Nature
  doi: 10.1038/s41586-021-03819-2
– ident: ref_37
  doi: 10.1038/s42003-022-03261-8
– volume: 91
  start-page: 189
  year: 2020
  ident: ref_38
  article-title: SHREC 2020: Multi-domain protein shape retrieval challenge
  publication-title: Comput. Graph.
  doi: 10.1016/j.cag.2020.07.013
– volume: 89
  start-page: 1687
  year: 2021
  ident: ref_7
  article-title: High-accuracy protein structure prediction in CASP14
  publication-title: Proteins Struct. Funct. Bioinform.
  doi: 10.1002/prot.26171
– volume: 390
  start-page: 639
  year: 1997
  ident: ref_81
  article-title: Structure of the proteasome activator REGα(PA28α)
  publication-title: Nature
  doi: 10.1038/37670
– ident: ref_41
– ident: ref_101
  doi: 10.1038/s41587-023-01773-0
– ident: ref_74
  doi: 10.1371/journal.pcbi.1003926
– ident: ref_72
– volume: 111
  start-page: 108103
  year: 2022
  ident: ref_39
  article-title: Surface-based protein domains retrieval methods from a SHREC2021 challenge
  publication-title: J. Mol. Graph. Model.
  doi: 10.1016/j.jmgm.2021.108103
– volume: 50
  start-page: D553
  year: 2021
  ident: ref_13
  article-title: SCOPe: Improvements to the structural classification of proteins—Extended database to facilitate variant interpretation and machine learning
  publication-title: Nucleic Acids Res.
  doi: 10.1093/nar/gkab1054
– volume: 69
  start-page: 1367
  year: 2013
  ident: ref_89
  article-title: Tying down the arm inBacillus dUTPase: Structure and mechanism
  publication-title: Acta Crystallogr. Sect. D Biol. Crystallogr.
  doi: 10.1107/S090744491300735X
– volume: 94
  start-page: 12291
  year: 1997
  ident: ref_80
  article-title: Crystal structure of truncated human apolipoprotein A-I suggests a lipid-bound conformation
  publication-title: Proc. Natl. Acad. Sci. USA
  doi: 10.1073/pnas.94.23.12291
– ident: ref_100
  doi: 10.1145/3408127.3408130
– ident: ref_64
  doi: 10.1145/133994.134010
– volume: 49
  start-page: D437
  year: 2020
  ident: ref_2
  article-title: RCSB Protein Data Bank: Powerful new tools for exploring 3D structures of biological macromolecules for basic and applied research and education in fundamental biology, biomedicine, biotechnology, bioengineering and energy sciences
  publication-title: Nucleic Acids Res.
  doi: 10.1093/nar/gkaa1038
– volume: 51
  start-page: D523
  year: 2022
  ident: ref_4
  article-title: UniProt: The Universal Protein Knowledgebase in 2023
  publication-title: Nucleic Acids Res.
– ident: ref_102
– ident: ref_60
  doi: 10.1109/ISBI.2012.6235621
– volume: 21
  start-page: 307
  year: 1996
  ident: ref_61
  article-title: Rounding of Polytopes in the Real Number Model of Computation
  publication-title: Math. Oper. Res.
  doi: 10.1287/moor.21.2.307
– volume: 17
  start-page: 261
  year: 2020
  ident: ref_49
  article-title: SciPy 1.0: Fundamental algorithms for scientific computing in Python
  publication-title: Nat. Methods
  doi: 10.1038/s41592-019-0686-2
– volume: 19
  start-page: 231
  year: 2016
  ident: ref_15
  article-title: A comprehensive review and comparison of different computational methods for protein remote homology detection
  publication-title: Brief. Bioinform.
  doi: 10.1093/bib/bbw108
– volume: 72
  start-page: 1259
  year: 2008
  ident: ref_35
  article-title: Fast protein tertiary structure retrieval based on global surface shape similarity
  publication-title: Proteins Struct. Funct. Bioinform.
  doi: 10.1002/prot.22030
– volume: 577
  start-page: 706
  year: 2020
  ident: ref_5
  article-title: Improved protein structure prediction using potentials from deep learning
  publication-title: Nature
  doi: 10.1038/s41586-019-1923-7
– volume: 9
  start-page: 10
  year: 2007
  ident: ref_42
  article-title: Python for Scientific Computing
  publication-title: Comput. Sci. Eng.
  doi: 10.1109/MCSE.2007.58
– ident: ref_23
  doi: 10.3390/biom13020385
– volume: 36
  start-page: 1627
  year: 1964
  ident: ref_65
  article-title: Smoothing and Differentiation of Data by Simplified Least Squares Procedures
  publication-title: Anal. Chem.
  doi: 10.1021/ac60214a047
– volume: 49
  start-page: D266
  year: 2020
  ident: ref_12
  article-title: CATH: Increased structural coverage of functional space
  publication-title: Nucleic Acids Res.
  doi: 10.1093/nar/gkaa1079
– ident: ref_78
  doi: 10.1038/msb.2011.75
– volume: 25
  start-page: 1422
  year: 2009
  ident: ref_69
  article-title: Biopython: Freely available Python tools for computational molecular biology and bioinformatics
  publication-title: Bioinformatics
  doi: 10.1093/bioinformatics/btp163
– volume: 34
  start-page: 2158
  year: 2012
  ident: ref_34
  article-title: Fast Recursive Computation of 3D Geometric Moments from Surface Meshes
  publication-title: IEEE Trans. Pattern Anal. Mach. Intell.
  doi: 10.1109/TPAMI.2012.23
– ident: ref_47
  doi: 10.1145/2833157.2833162
– volume: 19
  start-page: ii246
  year: 2003
  ident: ref_18
  article-title: Flexible structure alignment by chaining aligned fragment pairs allowing twists
  publication-title: Bioinformatics
  doi: 10.1093/bioinformatics/btg1086
– ident: ref_43
– volume: 7
  start-page: 3140
  year: 2015
  ident: ref_91
  article-title: Acid-Base Catalyst Discriminates between a Fructose 6-Phosphate Aldolase and a Transaldolase
  publication-title: ChemCatChem
  doi: 10.1002/cctc.201500478
– volume: 9
  start-page: 90
  year: 2007
  ident: ref_99
  article-title: Matplotlib: A 2D Graphics Environment
  publication-title: Comput. Sci. Eng.
  doi: 10.1109/MCSE.2007.55
SSID ssj0021415
Score 2.4087398
Snippet Object retrieval systems measure the degree of similarity of the shape of 3D models. They search for the elements of the 3D model databases that resemble the...
SourceID doaj
unpaywall
pubmedcentral
proquest
gale
pubmed
crossref
SourceType Open Website
Open Access Repository
Aggregation Database
Index Database
Enrichment Source
StartPage 52
SubjectTerms Algorithms
Analysis
Bioinformatics
computational geometry
molecular surface
Numba
principal component analysis
protein structure
Proteins
Spheres
SummonAdditionalLinks – databaseName: Acceso a contenido Full Text - Doaj
  dbid: DOA
  link: http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwrV1fa9RAEF-kL_VF_G-0ygqCoITm9l82j_X0KMKpUAvFl7C72dDD61655JD61O-gn7CfxJlNLtxZsC--HZe9YzIzm_lNduY3hLxyENNqiGOpqh1Lhc_y1DCrU2fA-L5wkAlhg_P0kzo8Fh9P5MnGqC-sCevogTvF7UvpK-4ABNeVE7l02taZYwZQiDKFZbHNN9PFOpnqU60RxKXuDJNDUr9_1o2a9Q2eGuKb0K0oFMn6rz-SN2LS3_WSu6twbi5-mPl8IxhN7pI7PYqkB53098gtH-6T3fF6eNsD8vMo8sIipwb9vGoBaC7pe9_GuqtATajoN78Ms-_-6vLXOCoXkSSdLmLHGwUkC5_7wbn0aLWsjfN06ptT31xd_p6YpqWRV_isb10KdBbolwskInhIjicfvo4P037MQuoA67Upr7LceoXEcJkzlag5KwSWykivbe6U90rVTElZg-Y8r7TU1gLq0sYDuipy_ojshEXwTwhVFSAeI4ocgJsQBTfWIj-_EkY6ZmudkGyt9tL1HOQ4CmNeQi6CliqvWSohb4afnHcEHP9a_A5tOSxE7uz4BXhU2XtUeZNHJeQ1ekKJOxyEc6ZvVIBbRK6s8iCHZxrS0PGE7K2dpey3flOyYsRyAJICpHk5XAbz40mMCX6xims46EfLIiGPO98aZOaAyZAhKCF6y-u2bmr7SpidRmJwSOVzQMzwp28HB71ZaU__h9KekdsgNsdCHzbaIzvg5P45wLXWvog78w-MqUNl
  priority: 102
  providerName: Directory of Open Access Journals
– databaseName: Unpaywall
  dbid: UNPAY
  link: http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwnV1fb9MwELegExov_BkMAgMZCQkJlDWx4_x5QqVQTUgbk0alwUtkOw6r1qVVk4K2p30H-IT7JNw5brVuEgjeosSRzvHl7nf23e8IeanBp5Xgx_y41MyPTJD4kqnU1xIW32QaIiEscN7di3eG0cdDcehyc2qXVgmh-Mga6TDC8l7AsF2WdcOuYN1pUb797jaSQqReZ3hydZOsxQKgeIesDff2e19sRZF71V5z7oc84e2pJocwv3vSNp81NZ4j4t7oil-y9P3XjfQlL3U1g3J9Xk3l6Q85Hl9yT4O7bQ_W2rIaYlbK8fa8Udv67Arn43_P_B6544Ar7bWadp_cMNUGWe8v-sVtkFs2mVTXD8jZgSWlRUIP-mneAMqd0femsUlfFZVVQb-aWTU6NhfnP_t2ZRHG0t2JLbejAKPh2nXtpQfzWSm1obumPjL1xfmvgawbakmNT1zdVEVHFd0_RRaEh2Q4-PC5v-O7Hg--BqDZ-LwIEmViZKULtCyikrMswjwdYVKV6NiYOC5ZLEQJi2R4kYpUKYB8qTQA7bKEb5JONanMY0LjAuCWjLIEUGMUZVwqhc0B4kgKzVSZeiRYrHCuHQE69uEY5xAIoVLk15TCI6-Xr0xb9o8_DX6HarMciMTd9sZk9i13diAXwhRcQ0xXFjpKhE5VGWgmAVTHMlMMhHyFSpejeQHhtHRVEjBFJOrKewkYVOTA4x7ZWuhl7uxOnbMsZAmg2AikebF8DIqAx0CyMpO5HcPh-6Qi88ijVo2XMnMAhEhP5JF0RcFXJrX6pBodWVbyMADRIB7wyJvlv_D3j_bkn0Y_JbdBPo7pRCzcIh3QZvMMQGGjnrtf_ze-BF9F
  priority: 102
  providerName: Unpaywall
Title Structural Outlier Detection and Zernike–Canterakis Moments for Molecular Surface Meshes—Fast Implementation in Python
URI https://www.ncbi.nlm.nih.gov/pubmed/38202635
https://www.proquest.com/docview/2912725642
https://www.proquest.com/docview/2913449859
https://pubmed.ncbi.nlm.nih.gov/PMC10779519
https://www.mdpi.com/1420-3049/29/1/52/pdf?version=1703120490
https://doaj.org/article/55ed3c826fdc475c8bf0c2a5666a9b28
UnpaywallVersion publishedVersion
Volume 29
hasFullText 1
inHoldings 1
isFullTextHit
isPrint
journalDatabaseRights – providerCode: PRVFSB
  databaseName: Free Full-Text Journals in Chemistry
  customDbUrl:
  eissn: 1420-3049
  dateEnd: 99991231
  omitProxy: true
  ssIdentifier: ssj0021415
  issn: 1420-3049
  databaseCode: HH5
  dateStart: 19970101
  isFulltext: true
  titleUrlDefault: http://abc-chemistry.org/
  providerName: ABC ChemistRy
– providerCode: PRVAFT
  databaseName: Open Access Digital Library
  customDbUrl:
  eissn: 1420-3049
  dateEnd: 99991231
  omitProxy: true
  ssIdentifier: ssj0021415
  issn: 1420-3049
  databaseCode: KQ8
  dateStart: 19970101
  isFulltext: true
  titleUrlDefault: http://grweb.coalliance.org/oadl/oadl.html
  providerName: Colorado Alliance of Research Libraries
– providerCode: PRVAON
  databaseName: DOAJ Directory of Open Access Journals
  customDbUrl:
  eissn: 1420-3049
  dateEnd: 99991231
  omitProxy: true
  ssIdentifier: ssj0021415
  issn: 1420-3049
  databaseCode: DOA
  dateStart: 19970101
  isFulltext: true
  titleUrlDefault: https://www.doaj.org/
  providerName: Directory of Open Access Journals
– providerCode: PRVEBS
  databaseName: EBSCOhost Academic Search Ultimate
  customDbUrl: https://search.ebscohost.com/login.aspx?authtype=ip,shib&custid=s3936755&profile=ehost&defaultdb=asn
  eissn: 1420-3049
  dateEnd: 99991231
  omitProxy: true
  ssIdentifier: ssj0021415
  issn: 1420-3049
  databaseCode: ABDBF
  dateStart: 20090301
  isFulltext: true
  titleUrlDefault: https://search.ebscohost.com/direct.asp?db=asn
  providerName: EBSCOhost
– providerCode: PRVEBS
  databaseName: EBSCOhost Food Science Source
  customDbUrl:
  eissn: 1420-3049
  dateEnd: 99991231
  omitProxy: false
  ssIdentifier: ssj0021415
  issn: 1420-3049
  databaseCode: A8Z
  dateStart: 20090301
  isFulltext: true
  titleUrlDefault: https://search.ebscohost.com/login.aspx?authtype=ip,uid&profile=ehost&defaultdb=fsr
  providerName: EBSCOhost
– providerCode: PRVBFR
  databaseName: Free Medical Journals
  customDbUrl:
  eissn: 1420-3049
  dateEnd: 99991231
  omitProxy: true
  ssIdentifier: ssj0021415
  issn: 1420-3049
  databaseCode: DIK
  dateStart: 19970101
  isFulltext: true
  titleUrlDefault: http://www.freemedicaljournals.com
  providerName: Flying Publisher
– providerCode: PRVFQY
  databaseName: GFMER Free Medical Journals
  customDbUrl:
  eissn: 1420-3049
  dateEnd: 99991231
  omitProxy: true
  ssIdentifier: ssj0021415
  issn: 1420-3049
  databaseCode: GX1
  dateStart: 19970101
  isFulltext: true
  titleUrlDefault: http://www.gfmer.ch/Medical_journals/Free_medical.php
  providerName: Geneva Foundation for Medical Education and Research
– providerCode: PRVAQN
  databaseName: PubMed Central (Free e-resource, activated by CARLI)
  customDbUrl:
  eissn: 1420-3049
  dateEnd: 99991231
  omitProxy: true
  ssIdentifier: ssj0021415
  issn: 1420-3049
  databaseCode: RPM
  dateStart: 20010101
  isFulltext: true
  titleUrlDefault: https://www.ncbi.nlm.nih.gov/pmc/
  providerName: National Library of Medicine
– providerCode: PRVPQU
  databaseName: Health & Medical Collection
  customDbUrl:
  eissn: 1420-3049
  dateEnd: 99991231
  omitProxy: true
  ssIdentifier: ssj0021415
  issn: 1420-3049
  databaseCode: 7X7
  dateStart: 19970101
  isFulltext: true
  titleUrlDefault: https://search.proquest.com/healthcomplete
  providerName: ProQuest
– providerCode: PRVPQU
  databaseName: ProQuest Central
  customDbUrl: http://www.proquest.com/pqcentral?accountid=15518
  eissn: 1420-3049
  dateEnd: 99991231
  omitProxy: true
  ssIdentifier: ssj0021415
  issn: 1420-3049
  databaseCode: BENPR
  dateStart: 19970101
  isFulltext: true
  titleUrlDefault: https://www.proquest.com/central
  providerName: ProQuest
– providerCode: PRVPQU
  databaseName: ProQuest Technology Collection
  customDbUrl:
  eissn: 1420-3049
  dateEnd: 99991231
  omitProxy: true
  ssIdentifier: ssj0021415
  issn: 1420-3049
  databaseCode: 8FG
  dateStart: 19970101
  isFulltext: true
  titleUrlDefault: https://search.proquest.com/technologycollection1
  providerName: ProQuest
link http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwhV1fb9MwELe27mG8IP4vMCojISGBorV2EicPCHVlZUJqqRiVCi-R7TisonNK_wiNp30H-IT7JNy5SViZNF6qtnEr--7s-53t-x0hzzX4tBz8mB_lmvmBaQlfMhX7WoLyTaIhEsIE5_4gOh4F78fheIsMqlwYvFZZrYluoc4KjXvkByxpMwH-OWBvZt99rBqFp6tVCQ1ZllbIXjuKsW2yw5AZq0F2Do8Gw491CNYGf7U-2-QQ7B-crUvQmgWeJuIO6YZ3ciT-15fqK77q33uUuys7k-c_5HR6xUn17pDbJbqknbU53CVbxt4ju92qqNt98vPE8cUi1wb9sFoCAJ3Tt2bp7mNZKm1Gv5i5nXwzlxe_uk7oiDBpv3CZcBQQLrwvC-rSk9U8l9rQvlmcmsXlxe-eXCyp4xs-K1OaLJ1YOjxHgoIHZNQ7-tQ99svyC74GDLj0edYSykRIGNfSMgtyzpIAr9CEJlZCR8ZEUc6iMMxBcoZncRgrBWgslgZQVyL4Q9KwhTV7hEYZICEZJAIAXRAkXCqFvP1RIEPNVB57pFWJPdUlNzmWyJimEKOgptJrmvLIy_onszUxx02ND1GXdUPk1HZfFPOvaTlF0zA0GdcQbuWZDkSoY5W3NJOAdyOZKAadfIGWkOLMh85pWSYwwBCRQyvtCFjrkJ6Oe2S_Mpa0XBIW6V8D9siz-jGoH09opDXFyrXhIJ84TDzyaG1bdZ85YDVkDvJIvGF1G4PafGInp44wHEJ8AUga_vRVbaD_F9rjm0fxhNyCDnG82sPa-6QB5mueAkBbqibZFmMBr3HvXbOcgU232QGfRoNh5_Mf0rxFSA
linkProvider ProQuest
linkToHtml http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwtV3NbhMxELZKOYQL4p-FAkYCIYFW3djevwNCJSVKaVOQ2koRl8X2emlEuhuyiapw6jvAc_BQfRJmvLtpQ6Vy6i3KOpHtGc98s575hpAXGnxaBn7MDTLNXGG80JVMRa6WIHwTa4iEsMC5vxv0DsTHgT9YIX-aWhhMq2xsojXUaaHxHfk6i9ssBP8s2LvxDxe7RuHtatNCo1KLbTM_hpCtfLu1CfJ9yVj3w36n59ZdBVwN0Gbq8tQLlQmQB83TMhUZZ7HAzBDfRCrUgTFBkLHA9zNQUMPTyI-UApARSQNgIg45_O81cl1wsCVwfsLBWYDXBm9Y3ZxyHnvrR1WDW1PiXSW-f13yfbZFwEVHcM4T_pul2ZrlYzk_lqPRORfYvUVu1tiVblTKdpusmPwOaXWalnF3yc89y0aLTB7002wK8HZCN83UZnvlVOYp_WIm-fC7OT351bEiRfxK-4Wts6OAn-Fz3a6X7s0mmdSG9k15aMrTk99dWU6pZTM-qgumcjrM6ec50h_cIwdXIob7ZDUvcvOQ0CAFnCVFHAJcFCLmUinsChAI6WumssghXrPtia6Zz7EBxyiBCAgllVyQlENeL34yrmg_Lhv8HmW5GIiM3faLYvItqQ1A4vsm5RqCuSzVIvR1pDJPMwloOpCxYjDJV6gJCdoVmJyWdXkELBEZupKNECwpkt9xh6w1ypLUBqdMzo6HQ54vHoP48f5H5qaY2TEc9ifyY4c8qHRrMWcOSBB5iRwSLWnd0qKWn-TDQ0tH3vZgahAIOOTNQkH_v2mPLl_FM9Lq7fd3kp2t3e3H5AZMjmMSEWuvkVVQZfMEoOBUPbXnj5KvV33g_wLbVHWl
linkToPdf http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwtV1fb9MwELfGkBgviP8EBhgJhASKmtr5-4DQaKk2RsekManiJdiOwyo6pzStpvK07wCfho-zT8Kdk3Qrk8bT3qLajWzf-e538fl3hDxX4NNy8GNumCvm-tqLXMFk7CoBwteJgkgILzj3d8LNff_DIBiskD_NXRhMq2xsojXUWaHwG3mLJW0WgX_2WSuv0yJ2u7234x8uVpDCk9amnEalItt6fgThW_lmqwuyfsFY7_3nzqZbVxhwFcCcqcszL5I6RE40T4nMzzlLfMwSCXQsIxVqHYY5C4MgB2XVPIuDWEoAHLHQACySiMN7r5CrEecJphNGg9Ngrw2esTpFhUavdVgVu9Ulnlvit9glP2jLBZx3Cme84r8Zm2szMxbzIzEanXGHvZvkRo1j6UaleLfIija3yVqnKR93h_zcs8y0yOpBP82mAHUntKunNvPLUGEy-kVPzPC7Pjn-1bHiRSxL-4W9c0cBS8NzXbqX7s0muVCa9nV5oMuT4989UU6pZTY-rC9PGTo0dHeOVAh3yf6liOEeWTWF0Q8IDTPAXMJPIoCOvp9wISVWCAh9ESgm89ghXrPsqapZ0LEYxyiFaAgllZ6TlENeLf4yrihALur8DmW56Ijs3faHYvItrY1BGgQ64woCuzxTfhSoWOaeYgKQdSgSyWCQL1ETUrQxMDgl6qsSMEVk60o3IrCqSITHHbLeKEtaG58yPd0qDnm2aAbx41mQMLqY2T4c1icOEofcr3RrMWYOqBA5ihwSL2nd0qSWW8zwwFKTtz0YGgQFDnm9UND_L9rDi2fxlFyDrZ5-3NrZfkSuw9g45hOx9jpZBU3WjwEVTuUTu_0o-XrZ-_0vS1V56A
linkToUnpaywall http://utb.summon.serialssolutions.com/2.0.0/link/0/eLvHCXMwnV1fb9MwELegExov_BkMAgMZCQkJlDWx4_x5QqVQTUgbk0alwUtkOw6r1qVVk4K2p30H-IT7JNw5brVuEgjeosSRzvHl7nf23e8IeanBp5Xgx_y41MyPTJD4kqnU1xIW32QaIiEscN7di3eG0cdDcehyc2qXVgmh-Mga6TDC8l7AsF2WdcOuYN1pUb797jaSQqReZ3hydZOsxQKgeIesDff2e19sRZF71V5z7oc84e2pJocwv3vSNp81NZ4j4t7oil-y9P3XjfQlL3U1g3J9Xk3l6Q85Hl9yT4O7bQ_W2rIaYlbK8fa8Udv67Arn43_P_B6544Ar7bWadp_cMNUGWe8v-sVtkFs2mVTXD8jZgSWlRUIP-mneAMqd0femsUlfFZVVQb-aWTU6NhfnP_t2ZRHG0t2JLbejAKPh2nXtpQfzWSm1obumPjL1xfmvgawbakmNT1zdVEVHFd0_RRaEh2Q4-PC5v-O7Hg--BqDZ-LwIEmViZKULtCyikrMswjwdYVKV6NiYOC5ZLEQJi2R4kYpUKYB8qTQA7bKEb5JONanMY0LjAuCWjLIEUGMUZVwqhc0B4kgKzVSZeiRYrHCuHQE69uEY5xAIoVLk15TCI6-Xr0xb9o8_DX6HarMciMTd9sZk9i13diAXwhRcQ0xXFjpKhE5VGWgmAVTHMlMMhHyFSpejeQHhtHRVEjBFJOrKewkYVOTA4x7ZWuhl7uxOnbMsZAmg2AikebF8DIqAx0CyMpO5HcPh-6Qi88ijVo2XMnMAhEhP5JF0RcFXJrX6pBodWVbyMADRIB7wyJvlv_D3j_bkn0Y_JbcZ5hQFsc_SLdIBbTbPABQ26rn79X8DvrBfTQ
openUrl ctx_ver=Z39.88-2004&ctx_enc=info%3Aofi%2Fenc%3AUTF-8&rfr_id=info%3Asid%2Fsummon.serialssolutions.com&rft_val_fmt=info%3Aofi%2Ffmt%3Akev%3Amtx%3Ajournal&rft.genre=article&rft.atitle=Structural+Outlier+Detection+and+Zernike%E2%80%93Canterakis+Moments+for+Molecular+Surface+Meshes%E2%80%94Fast+Implementation+in+Python&rft.jtitle=Molecules+%28Basel%2C+Switzerland%29&rft.au=Banach%2C+Mateusz&rft.date=2023-12-21&rft.issn=1420-3049&rft.eissn=1420-3049&rft.volume=29&rft.issue=1&rft.spage=52&rft_id=info:doi/10.3390%2Fmolecules29010052&rft.externalDBID=n%2Fa&rft.externalDocID=10_3390_molecules29010052
thumbnail_l http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/lc.gif&issn=1420-3049&client=summon
thumbnail_m http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/mc.gif&issn=1420-3049&client=summon
thumbnail_s http://covers-cdn.summon.serialssolutions.com/index.aspx?isbn=/sc.gif&issn=1420-3049&client=summon