Learn R Programming

rPDBapi (version 2.1.1)

infer_search_service: 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)

Value

A string representing the inferred search service, which is necessary for constructing a valid query.

Arguments

search_operator

A query operator object that specifies the type of search being performed.