![]() |
![]()
| ![]() |
![]()
NAMEChemistry::Domain - Class for domains in macromolecules SYNOPSISuse Chemistry::Domain; my $domain = Chemistry::Domain->new(parent => $bigmol); DESCRIPTIONA domain is a substructure of a larger molecule. It is typically used to represent aminoacid residues within a protein, or bases within a nucleic acid, but you could use it for any arbitrary substructure such as functional groups and rings. A domain has all the properties of a molecule, plus a "parent". The parent is the larger molecule that contains the domain. In other words, the Chemistry::Domain class inherits from Chemistry::Mol. METHODSNote: the methods that are inherited from Chemistry::Mol are not repeated here.
VERSION0.06 SEE ALSOChemistry::MacroMol, Chemistry::Mol, Chemistry::Atom, Chemistry::Bond AUTHORIvan Tubert, <itub@cpan.org> COPYRIGHT AND LICENSECopyright 2004 by Ivan Tubert This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
|