infer_search_service {rPDBapi} | R Documentation |
Infer the Appropriate Search Service for RCSB PDB Queries
Description
The 'infer_search_service' function determines the appropriate search service for a given search operator. This function is essential for ensuring that queries are directed to the correct search service, such as basic search, text search, sequence search, etc.
Usage
infer_search_service(search_operator)
Arguments
search_operator |
A query operator object that specifies the type of search being performed. |
Value
A string representing the inferred search service, which is necessary for constructing a valid query.
[Package rPDBapi version 2.1.1 Index]