moleculekit.projections.metrictmscore module#
- class moleculekit.projections.metrictmscore.MetricTMscore(refmol, trajtmstr, reftmstr=None)#
Bases:
ProjectionCalculates the TMscore of a set of trajectories to a reference structure
- Parameters:
refmol (
Molecule) – The reference Molecule to which we want to calculate the TMscore.trajtmstr (
str|ndarray) – Atom selection for the trajectories from which to calculate the TMscore (a selection string, boolean mask, or integer index array). See more herereftmstr (
str|ndarray|None) – Atom selection for the reference structure from which to calculate the TMscore (a selection string, boolean mask, or integer index array). If None, it defaults to trajtmstr. See more here