Package org.rcsb.cif.schema.mm
Class PhasingMADExpt
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PhasingMADExpt
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PhasingMADExpt
extends DelegatingCategory
Data items in the PHASING_MAD_EXPT category record details about
a MAD phasing experiment, such as the number of experiments that
were clustered together to produce a set of phases or the
statistics for those phases.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.rcsb.cif.schema.DelegatingCategory
DelegatingCategory.DelegatingCifCoreCategoryNested classes/interfaces inherited from interface org.rcsb.cif.model.Category
Category.EmptyCategory -
Field Summary
-
Constructor Summary
Constructors Constructor Description PhasingMADExpt(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)FloatColumngetDeltaDeltaPhi()The difference between two independent determinations of _phasing_MAD_expt.delta_phi.FloatColumngetDeltaPhi()The phase difference between F~t~(h), the structure factor due to normal scattering from all atoms, and F~a~(h), the structure factor due to normal scattering from only the anomalous scatterers.FloatColumngetDeltaPhiSigma()The standard uncertainty (estimated standard deviation) of _phasing_MAD_expt.delta_phi.StrColumngetId()The value of _phasing_MAD_expt.id must uniquely identify each record in the PHASING_MAD_EXPT list.FloatColumngetMeanFom()The mean figure of merit.IntColumngetNumberClust()The number of clusters of data sets in this phasing experiment.FloatColumngetRNormalAll()Definition...FloatColumngetRNormalAnomScat()Definition...Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDeltaDeltaPhi
The difference between two independent determinations of _phasing_MAD_expt.delta_phi.- Returns:
- FloatColumn
-
getDeltaPhi
The phase difference between F~t~(h), the structure factor due to normal scattering from all atoms, and F~a~(h), the structure factor due to normal scattering from only the anomalous scatterers.- Returns:
- FloatColumn
-
getDeltaPhiSigma
The standard uncertainty (estimated standard deviation) of _phasing_MAD_expt.delta_phi.- Returns:
- FloatColumn
-
getId
The value of _phasing_MAD_expt.id must uniquely identify each record in the PHASING_MAD_EXPT list.- Returns:
- StrColumn
-
getMeanFom
The mean figure of merit.- Returns:
- FloatColumn
-
getNumberClust
The number of clusters of data sets in this phasing experiment.- Returns:
- IntColumn
-
getRNormalAll
Definition...- Returns:
- FloatColumn
-
getRNormalAnomScat
Definition...- Returns:
- FloatColumn
-