Query¶
The following functions are currently provided by AnnotationQuery. Since functions return a Dataframe of AQAnnotations, it is possible to nest function calls. For more details on the implementation, view the corresponding class for each function in the AQPython Query module. For usage examples, view the test_query module.s
|
Provide the ability to find annotations that are after another annotation. |
|
Provide the ability to find annotations that are before another annotation. |
|
Provide the ability to find annotations that are before one annotation and after another. |
|
Provide the ability to find the preceding sibling annotations for every annotation in the anchor Dataframe of AQAnnotations. |
|
Provide the ability to find the following sibling annotations for every annotation in the anchor Dataframe of AQAnnotations. |
|
Provide the ability to find annotations that are in the same document. |
|
Provide the ability to combine (union) Dataframes of AQAnnotations. |
|
Provide the ability to find annotations that contain another annotation. |
|
Provide the ability to find annotations that are contained by another annotation. |
|
Provide the ability to find annotations that are before another annotation. |
|
Provide the ability to filter a Dataframe of AQAnnotations based on the value in the annotSet field. |
|
Provide the ability to filter a Dataframe of AQAnnotations based on the value in the annotType field. |
|
Provide the ability to filter a Dataframe of AQAnnotations based on the value matching the specified property value in the map. |
|
Provide the ability to find annotations (looking at their property) that are in the same document. |
|
Provide the ability to filter a Dataframe of AQAnnotations based on the regex applied to the specified property value in the map. |