|
@@ -303,8 +303,9 @@ const atomProperty = {
|
|
|
|
|
|
secondaryStructureKey: atomProp(Type.AnyValue, 'Unique value for each secondary structure element.'),
|
|
|
secondaryStructureFlags: atomProp(Types.SecondaryStructureFlags),
|
|
|
- isModified: atomProp(Type.Bool, 'True if the atom bolongs to modification of a standard residue.'),
|
|
|
+ isModified: atomProp(Type.Bool, 'True if the atom belongs to modification of a standard residue.'),
|
|
|
modifiedParentName: atomProp(Type.Str, `'3-letter' code of the modifed parent residue.`),
|
|
|
+ isNonStandard: atomProp(Type.Bool, 'True if this is a non-standard residue.'),
|
|
|
chemCompType: atomProp(Type.Str, `Type of the chemical component as defined in mmCIF.`),
|
|
|
}
|
|
|
}
|