| Safe Haskell | None |
|---|---|
| Language | Haskell2010 |
Bio.MMTF.Structure
Documentation
Constructors
| Atom | |
Fields
| |
Instances
| Eq Atom Source # | |
| Show Atom Source # | |
| Generic Atom Source # | |
| NFData Atom Source # | |
Defined in Bio.MMTF.Structure | |
| type Rep Atom Source # | |
Defined in Bio.MMTF.Structure type Rep Atom = D1 (MetaData "Atom" "Bio.MMTF.Structure" "mmtf-0.1.3.1-KVcrNUj79qdBT12OMwxfTx" False) (C1 (MetaCons "Atom" PrefixI True) ((S1 (MetaSel (Just "atomName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: (S1 (MetaSel (Just "atomElement") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "atomCoords") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Float, Float, Float)))) :*: (S1 (MetaSel (Just "formalCharge") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: (S1 (MetaSel (Just "bFactor") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Float) :*: S1 (MetaSel (Just "occupancy") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Float))))) | |
Instances
| Eq Bond Source # | |
| Show Bond Source # | |
| Generic Bond Source # | |
| NFData Bond Source # | |
Defined in Bio.MMTF.Structure | |
| type Rep Bond Source # | |
Defined in Bio.MMTF.Structure type Rep Bond = D1 (MetaData "Bond" "Bio.MMTF.Structure" "mmtf-0.1.3.1-KVcrNUj79qdBT12OMwxfTx" False) (C1 (MetaCons "Bond" PrefixI True) (S1 (MetaSel (Just "bondStart") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: (S1 (MetaSel (Just "bondEnd") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int) :*: S1 (MetaSel (Just "bondOrder") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Int)))) | |
Constructors
| Residue | |
Instances
| Eq Residue Source # | |
| Show Residue Source # | |
| Generic Residue Source # | |
| NFData Residue Source # | |
Defined in Bio.MMTF.Structure | |
| type Rep Residue Source # | |
Defined in Bio.MMTF.Structure type Rep Residue = D1 (MetaData "Residue" "Bio.MMTF.Structure" "mmtf-0.1.3.1-KVcrNUj79qdBT12OMwxfTx" False) (C1 (MetaCons "Residue" PrefixI True) ((S1 (MetaSel (Just "resName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "resAtoms") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Array Int Atom))) :*: (S1 (MetaSel (Just "resBonds") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Array Int Bond)) :*: S1 (MetaSel (Just "resSecondary") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 SecondaryStructure)))) | |
Instances
| Eq Chain Source # | |
| Show Chain Source # | |
| Generic Chain Source # | |
| NFData Chain Source # | |
Defined in Bio.MMTF.Structure | |
| type Rep Chain Source # | |
Defined in Bio.MMTF.Structure type Rep Chain = D1 (MetaData "Chain" "Bio.MMTF.Structure" "mmtf-0.1.3.1-KVcrNUj79qdBT12OMwxfTx" False) (C1 (MetaCons "Chain" PrefixI True) (S1 (MetaSel (Just "chainName") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 Text) :*: S1 (MetaSel (Just "chainResidues") NoSourceUnpackedness NoSourceStrictness DecidedLazy) (Rec0 (Array Int Residue)))) | |