Package org.rcsb.cif.schema.mm
Class PhasingMIR
java.lang.Object
org.rcsb.cif.schema.DelegatingCategory
org.rcsb.cif.schema.mm.PhasingMIR
- All Implemented Interfaces:
Category
@Generated("org.rcsb.cif.schema.generator.SchemaGenerator")
public class PhasingMIR
extends DelegatingCategory
Data items in the PHASING_MIR category record details about
the phasing of the structure where methods involving isomorphous
replacement are involved.
All isomorphous-replacement-based techniques are covered
by this category, including single isomorphous replacement (SIR),
multiple isomorphous replacement (MIR) and single or multiple
isomorphous replacement plus anomalous scattering (SIRAS, MIRAS).
-
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 PhasingMIR(Category delegate) -
Method Summary
Modifier and Type Method Description protected ColumncreateDelegate(String columnName, Column column)StrColumngetDetails()A description of special aspects of the isomorphous-replacement phasing.FloatColumngetDResHigh()The lowest value in angstroms for the interplanar spacings for the reflection data used for the native data set.FloatColumngetDResLow()The highest value in angstroms for the interplanar spacings for the reflection data used for the native data set.StrColumngetEntryId()This data item is a pointer to _entry.id in the ENTRY category.FloatColumngetFOM()The mean value of the figure of merit m for all reflections phased in the native data set.FloatColumngetFOMAcentric()The mean value of the figure of merit m for the acentric reflections phased in the native data set.FloatColumngetFOMCentric()The mean value of the figure of merit m for the centric reflections phased in the native data set.StrColumngetMethod()A description of the MIR phasing method applied to phase this structure.IntColumngetPdbxNumberDerivatives()The number of derivatives used in this phasing experiment.IntColumngetReflns()The total number of reflections phased in the native data set.IntColumngetReflnsAcentric()The number of acentric reflections phased in the native data set.IntColumngetReflnsCentric()The number of centric reflections phased in the native data set.StrColumngetReflnsCriterion()Criterion used to limit the reflections used in the phasing calculations.Methods inherited from class org.rcsb.cif.schema.DelegatingCategory
getCategoryName, getColumn, getColumns, getRowCount
-
Constructor Details
-
Method Details
-
createDelegate
- Overrides:
createDelegatein classDelegatingCategory
-
getDetails
A description of special aspects of the isomorphous-replacement phasing.- Returns:
- StrColumn
-
getDResHigh
The lowest value in angstroms for the interplanar spacings for the reflection data used for the native data set. This is called the highest resolution.- Returns:
- FloatColumn
-
getDResLow
The highest value in angstroms for the interplanar spacings for the reflection data used for the native data set. This is called the lowest resolution.- Returns:
- FloatColumn
-
getEntryId
This data item is a pointer to _entry.id in the ENTRY category.- Returns:
- StrColumn
-
getFOM
The mean value of the figure of merit m for all reflections phased in the native data set. int P~alpha~ exp(i*alpha) dalpha m = -------------------------------- int P~alpha~ dalpha P~a~ = the probability that the phase angle a is correct the integral is taken over the range alpha = 0 to 2 pi.- Returns:
- FloatColumn
-
getFOMAcentric
The mean value of the figure of merit m for the acentric reflections phased in the native data set. int P~alpha~ exp(i*alpha) dalpha m = -------------------------------- int P~alpha~ dalpha P~a~ = the probability that the phase angle a is correct the integral is taken over the range alpha = 0 to 2 pi.- Returns:
- FloatColumn
-
getFOMCentric
The mean value of the figure of merit m for the centric reflections phased in the native data set. int P~alpha~ exp(i*alpha) dalpha m = -------------------------------- int P~alpha~ dalpha P~a~ = the probability that the phase angle a is correct the integral is taken over the range alpha = 0 to 2 pi.- Returns:
- FloatColumn
-
getMethod
A description of the MIR phasing method applied to phase this structure. Note that this is not the computer program used, which is described in the SOFTWARE category, but rather the method itself. This data item should be used to describe significant methodological options used within the MIR phasing program.- Returns:
- StrColumn
-
getReflns
The total number of reflections phased in the native data set.- Returns:
- IntColumn
-
getReflnsAcentric
The number of acentric reflections phased in the native data set.- Returns:
- IntColumn
-
getReflnsCentric
The number of centric reflections phased in the native data set.- Returns:
- IntColumn
-
getReflnsCriterion
Criterion used to limit the reflections used in the phasing calculations.- Returns:
- StrColumn
-
getPdbxNumberDerivatives
The number of derivatives used in this phasing experiment.- Returns:
- IntColumn
-