Search for a list of proteomics features in the database
Usage
searchProteomicsFeatureSet(
conn_handler,
feature_name = NULL,
organism = NULL,
verbose = TRUE
)Arguments
- conn_handler
A handler uses to establish connection to the database obtained from SigRepo::newConnhandler() (required)
- feature_name
A list of feature names to look up. Default is NULL which will return all of the feature names in the database.
- organism
A list of organism to look up. Default is NULL which will return all of the organisms in the database.
- verbose
a logical value indicates whether or not to print the diagnostic messages. Default is
TRUE.
