AUTHOR=Wang Jiyao , Youkharibache Philippe , Marchler-Bauer Aron , Lanczycki Christopher , Zhang Dachuan , Lu Shennan , Madej Thomas , Marchler Gabriele H. , Cheng Tiejun , Chong Li Chuin , Zhao Sarah , Yang Kevin , Lin Jack , Cheng Zhiyu , Dunn Rachel , Malkaram Sridhar Acharya , Tai Chin-Hsien , Enoma David , Busby Ben , Johnson Nicholas L. , Tabaro Francesco , Song Guangfeng , Ge Yuchen TITLE=iCn3D: From Web-Based 3D Viewer to Structural Analysis Tool in Batch Mode JOURNAL=Frontiers in Molecular Biosciences VOLUME=9 YEAR=2022 URL=https://www.frontiersin.org/journals/molecular-biosciences/articles/10.3389/fmolb.2022.831740 DOI=10.3389/fmolb.2022.831740 ISSN=2296-889X ABSTRACT=

iCn3D was initially developed as a web-based 3D molecular viewer. It then evolved from visualization into a full-featured interactive structural analysis software. It became a collaborative research instrument through the sharing of permanent, shortened URLs that encapsulate not only annotated visual molecular scenes, but also all underlying data and analysis scripts in a FAIR manner. More recently, with the growth of structural databases, the need to analyze large structural datasets systematically led us to use Python scripts and convert the code to be used in Node. js scripts. We showed a few examples of Python scripts at https://github.com/ncbi/icn3d/tree/master/icn3dpython to export secondary structures or PNG images from iCn3D. Users just need to replace the URL in the Python scripts to export other annotations from iCn3D. Furthermore, any interactive iCn3D feature can be converted into a Node. js script to be run in batch mode, enabling an interactive analysis performed on one or a handful of protein complexes to be scaled up to analysis features of large ensembles of structures. Currently available Node. js analysis scripts examples are available at https://github.com/ncbi/icn3d/tree/master/icn3dnode. This development will enable ensemble analyses on growing structural databases such as AlphaFold or RoseTTAFold on one hand and Electron Microscopy on the other. In this paper, we also review new features such as DelPhi electrostatic potential, 3D view of mutations, alignment of multiple chains, assembly of multiple structures by realignment, dynamic symmetry calculation, 2D cartoons at different levels, interactive contact maps, and use of iCn3D in Jupyter Notebook as described at https://pypi.org/project/icn3dpy.