PDBtools-0.0.3: A library for analysis of 3-D protein coordinates

Safe HaskellSafe-Infered

PDBtools.Base

Documentation

rmsd :: [Atom] -> [Atom] -> DoubleSource

within :: Double -> Atom -> [Atom] -> [Atom]Source

center :: Atom -> [Atom] -> [Atom]Source

shift :: Atom -> [Double] -> [Atom] -> [Atom]Source

kth :: Int -> Atom -> String -> [Atom] -> [Double]Source