Data Category ma_qa_metric_feature_pairwise

General

Category name
ma_qa_metric_feature_pairwise
Required in PDB entries
no
Category group membership
ma_group
Used in current PDB entries
No

Category Relationship Diagrams

70
View full category relationship diagram including all dictionary data categories

Category Description

               Data items in the MA_QA_METRIC_FEATURE_PAIRWISE category captures the
               QA metrics calculated per pair of features as defined in ma_feature_list. 
               In cases where the metric is symmetric, it is enough to store just one value per pair. 
               For asymmetric metrics, the order of features is expected to be meaningful 
               (e.g. PAE where PAE_ij is defined by aligning token i (feature_id_1) and measuring 
               the error on token j (feature_id_2)).
               It is valid to only provide values for a subset of feature pairs.
               Data in this category is expected to be very large and can be extracted into a 
               separate file which is linked to the main file using the categories 
               ma_associated_archive_file_details or ma_entry_associated_files with file_content 
               set to "QA metrics".

Category Example

 
    loop_
    _ma_qa_metric_feature_pairwise.ordinal_id
    _ma_qa_metric_feature_pairwise.model_id
    _ma_qa_metric_feature_pairwise.feature_id_1
    _ma_qa_metric_feature_pairwise.feature_id_2
    _ma_qa_metric_feature_pairwise.metric_id
    _ma_qa_metric_feature_pairwise.metric_value
    1 1 1 2 1 30.84
    2 1 3 4 2  0.40
   # ...  abbreviated ...