You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Changelog
Additions
New analysis capabilities for nucleic acid base pairs
Added structure.info.nucleotide_names()
Increased performance of structure.base_pairs()
Support for exotic nucleotides in structure.base_pairs() and structure.filter_nucleotides()
Added structure.base_pairs_edge() and structure.base_pairs_glycosidic_bond() for further
characterization of base pairs
Added structure.base_stacking() for identification of pi-stacking
of nucleobases
Added structure.pseudoknots() for identification of pseudoknots
in a given list of base pairings
Added structure.dot_bracket(), structure.dot_bracket_from_structure() and structure.base_pairs_from_dot_bracket() for conversion of
base pairs to dot-bracket-letter notation and vice versa
New methods for structure.BondList:
Added get_all_bonds() for obtaining the bonds atoms for each atom
in the structure
Added adjacency_matrix() and bond_type_matrix()
Added structure.partial_charges() for partial charge calculation
using the PEOE method
Added structure.info.standardize_order(), that reorders atoms in
residues into the PDB standard atom order for the respective residue