Prody
Introduction
uv init prody --name prody-project
cd prody
uv add prodyFile Parsers
Let’s start with parsing a protein structure and then keep working on that in this part.
File parser function names are prefixed with parse.
When using parsePDB(), usually an identifier will be sufficient. If corresponding file is found in the current working directory, it will be used, otherwise it will be downloaded from PDB servers.
Let’s parse structure 5uoj of p38 MAP kinase (MAPK):
= # returns an AtomGroup object
# typing in a variable name will give some informationWe see that this structure contains 3138 atoms.
@> 3138 atoms and 1 coordinate set(s) were parsed in 0.01s.
AtomGroup 5uojNow, similar to listing parser function names, we can use tab completion to inspect the p38 object:
Let’s use some of them to get information on the structure:
# returns number of models
# water molecules also count as residuesEstás leyendo una vista previa.
Inicia sesión para leer el artículo completo. Cualquier cuenta abre 4 artículos gratuitos al mes; el alumnado y el profesorado leen las páginas de su curso sin límite.
Iniciar sesión