class Bio::PDB::Heterogen
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).
Public Instance Methods
hetatm()
click to toggle source
Always returns true.
If the residue is HETATM, returns true. Otherwise, returns false.
# File lib/bio/db/pdb/residue.rb 160 def hetatm 161 true 162 end