Install it#
conda install -c uibcdf molsysmt
Use it#
import molsysmt as msm
molecular_system = msm.convert('1BRS', selection='molecule_type=="protein"')
msm.info(molecular_system, element='molecule')
index | name | type | n atoms | n groups | n components | chain index | entity index | entity name |
---|---|---|---|---|---|---|---|---|
0 | BARNASE | protein | 864 | 108 | 1 | 0 | 0 | BARNASE |
1 | BARNASE | protein | 878 | 110 | 1 | 1 | 0 | BARNASE |
2 | BARNASE | protein | 839 | 108 | 1 | 2 | 0 | BARNASE |
3 | BARSTAR | protein | 693 | 87 | 2 | 3 | 1 | BARSTAR |
4 | BARSTAR | protein | 665 | 86 | 2 | 4 | 1 | BARSTAR |
5 | BARSTAR | protein | 699 | 89 | 1 | 5 | 1 | BARSTAR |
msm.view(molecular_system, selection='molecule_index==0', viewer='NGLView')
Citation#
Citing the Zenodo DOI of MolSysMT in addition to the scientific paper is a way to ensure that others can reproduce your results, as they will know exactly which version of the software you used.
Diego Prada-Gracia, Daniel Ibarrola-Sánchez, & Liliana M. Moreno-Vargas. (2023). uibcdf/MolSysMT: 0.9.1 (0.9.1). Zenodo. https://doi.org/10.5281/zenodo.8092688
Coming soon…