Class: Bio::PDB::Record::Remark2
- Inherits:
-
Bio::PDB::Record
- Object
- Struct
- Bio::PDB::Record
- Bio::PDB::Record::Remark2
- Defined in:
- lib/bio/db/pdb/pdb.rb
Overview
REMARK record classes for REMARK 2
Constant Summary collapse
- ANGSTROMS =
29, 38 == ‘ANGSTROMS.’
def_rec([ 8, 10, Pdb_Integer, :remarkNum ], # "2" [ 12, 22, Pdb_LString(11), :sub_record ], # "RESOLUTION." [ 23, 27, Pdb_Real('5.2'), :resolution ], [ 29, 38, Pdb_LString(10), "ANGSTROMS." ] )
- NOT_APPLICABLE =
23, 38 == ‘ NOT APPLICABLE.’
def_rec([ 8, 10, Pdb_Integer, :remarkNum ], # "2" [ 12, 22, Pdb_LString(11), :sub_record ], # "RESOLUTION." [ 23, 38, Pdb_LString(16), :resolution ], # " NOT APPLICABLE." [ 41, 70, Pdb_String, :comment ] )
- Default =
others
def_rec([ 8, 10, Pdb_Integer, :remarkNum ], # "2" [ 12, 22, Pdb_LString(11), :sub_record ], # "RESOLUTION." [ 24, 70, Pdb_String, :comment ] )
Constants inherited from Bio::PDB::Record
AUTHOR, CAVEAT, CISPEP, COMPND, CONECT, CRYST1, DBREF, Definition, ENDMDL, EXPDTA, End, FORMUL, HEADER, HELIX, HET, HETNAM, HETSYN, HYDBND, JRNL, KEYWDS, LINK, MASTER, MODEL, MODRES, MTRIX1, MTRIX2, MTRIX3, OBSLTE, ORIGX1, ORIGX2, ORIGX3, REMARK, REVDAT, RemarkN, SCALE1, SCALE2, SCALE3, SEQADV, SEQRES, SHEET, SIGATM, SIGUIJ, SITE, SLTBRG, SOURCE, SPRSDE, SSBOND, TER, TITLE, TURN, TVECT
Constants included from DataType
DataType::Pdb_AChar, DataType::Pdb_Atom, DataType::Pdb_Character, DataType::Pdb_Continuation, DataType::Pdb_Date, DataType::Pdb_IDcode, DataType::Pdb_Residue_name, DataType::Pdb_SymOP
Method Summary
Methods inherited from Bio::PDB::Record
#add_continuation, #continue?, continue?, create_definition_hash, def_rec, #do_parse, #each_symbol, get_record_class, #initialize_from_string, #inspect, new_direct, new_inherit, #original_data, #record_name, symbols