QueryGroup {rPDBapi} | R Documentation |
Create a Grouped Query Object
Description
Constructs a grouped query object for performing complex searches in RCSB PDB. It groups multiple query objects using a specified logical operator.
Usage
QueryGroup(queries, logical_operator)
Arguments
queries |
A list of query objects to be grouped together. |
logical_operator |
A string specifying the logical operator (e.g., 'AND', 'OR') to combine the queries. |
Value
A list representing the grouped query object.
[Package rPDBapi version 1.3 Index]