Package org.rcsb.cif.schema.mm
Class PhasingMADRatio
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PhasingMADRatio
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PhasingMADRatio
extends DelegatingCategory
Data items in the PHASING_MAD_RATIO category record
the ratios of phasing statistics between pairs of data sets
in a MAD phasing experiment, in given shells of resolution.
-
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 PhasingMADRatio(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetClustId()This data item is a pointer to _phasing_MAD_clust.id in the PHASING_MAD_CLUST category.FloatColumngetDResHigh()The lowest value for the interplanar spacings for the reflection data used for the comparison of Bijvoet differences.FloatColumngetDResLow()The highest value for the interplanar spacings for the reflection data used for the comparison of Bijvoet differences.StrColumngetExptId()This data item is a pointer to _phasing_MAD_expt.id in the PHASING_MAD_EXPT category.FloatColumngetRatioOneWl()The root-mean-square Bijvoet difference at one wavelength for all reflections.FloatColumngetRatioOneWlCentric()The root-mean-square Bijvoet difference at one wavelength for centric reflections.FloatColumngetRatioTwoWl()The root-mean-square dispersive Bijvoet difference between two wavelengths for all reflections.FloatColumngetWavelength1()This data item is a pointer to _phasing_MAD_set.wavelength in the PHASING_MAD_SET category.FloatColumngetWavelength2()This data item is a pointer to _phasing_MAD_set.wavelength in the PHASING_MAD_SET category.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDResHigh
The lowest value for the interplanar spacings for the reflection data used for the comparison of Bijvoet differences. This is called the highest resolution.- Returns:
- FloatColumn
-
getDResLow
The highest value for the interplanar spacings for the reflection data used for the comparison of Bijvoet differences. This is called the lowest resolution.- Returns:
- FloatColumn
-
getExptId
This data item is a pointer to _phasing_MAD_expt.id in the PHASING_MAD_EXPT category.- Returns:
- StrColumn
-
getClustId
This data item is a pointer to _phasing_MAD_clust.id in the PHASING_MAD_CLUST category.- Returns:
- StrColumn
-
getRatioOneWl
The root-mean-square Bijvoet difference at one wavelength for all reflections.- Returns:
- FloatColumn
-
getRatioOneWlCentric
The root-mean-square Bijvoet difference at one wavelength for centric reflections. This would be equal to zero for perfect data and thus serves as an estimate of the noise in the anomalous signals.- Returns:
- FloatColumn
-
getRatioTwoWl
The root-mean-square dispersive Bijvoet difference between two wavelengths for all reflections.- Returns:
- FloatColumn
-
getWavelength1
This data item is a pointer to _phasing_MAD_set.wavelength in the PHASING_MAD_SET category.- Returns:
- FloatColumn
-
getWavelength2
This data item is a pointer to _phasing_MAD_set.wavelength in the PHASING_MAD_SET category.- Returns:
- FloatColumn
-