Class | Bio::PDB::Heterogen |
In: |
lib/bio/db/pdb/residue.rb
|
Parent: | Residue |
Bio::PDB::Heterogen is a class to store a heterogen. It inherits Bio::PDB::Residue and most of the methods are the same.
The object would contain some HETATMs (Bio::PDB::Record::HETATM objects).
each | -> | each_hetatm |
Alias to override HetatmFinder#each_hetatm | ||
atoms | -> | hetatms |
Alias needed for HeterogenFinder. | ||
residue_id | -> | heterogen_id |
Alias to avoid confusion |