Annotation Overlaps Information

This function is available via menu File->Export Multiple Files As-> Annotation Overlaps Information....

This function allows the user to select one “reference” tier and multiple other tiers that will be compared (sequentially) with the reference tier. The comparison is done on the level of the annotations.  

The following information will be present in the resulting tab-delimited text file:

  1. The Header line with column names

    Column 1- 4:

    Begin timeEnd time Duration Reference Tier Name

    These columns will contain information for all annotations of the reference tier. The annotation values are in the column with the tier name as the header, the time info in the first 3 columns.

    Next for each “comparing” tier there will be 11 columns, the header of which consists of the tier name and a suffix and the column contains the following information:

    1Name-ov0 or 1,  whether there is an overlapping annotation or not  (0=no, 1=yes)
    2Name-same0 or 1, whether the overlapping annotation has the same value. If there are more than one overlapping annotations the value is 0 (0=no, 1=yes)
    3Name-ov-durThe duration of the overlap,  the total overlap duration in case of more than one overlapping annotation
    4Name-no-annThe number of overlapping annotations
    5Name-valueThe value of the overlapping annotation, concatenated, comma separated, in case of multiple overlaps
    6Name-bt-to-bt-AfterThe amount of time from the beginning of the reference annotation to the beginning of the first non
    7Name-et-to-bt-AfterThe amount of time from the end of the reference annotation to the beginning of  the first non overlapping annotation
    8Name-et-to-et-AfterThe amount of time from the end of the reference annotation to the end of  the first non overlapping annotation
    9Name-bt-After The begin time of the annotation on the comparing tier after the reference annotation
    10Name-et-After The end time of the annotation on the comparing tier after the reference annotation
    11Name-value-AfterThe value of the first annotation on the comparing tier after the reference annotation
  2. The content per file

    After the header, for each file there will be the following information/data:

    • one line containing the file name

    • a number of rows equal to the number of annotations of the reference tier

    • each cell filled with the information corresponding to the header description (above) 

    All time values are in milliseconds.