Search for a list of sample types in the database
Usage
searchSampleTypes(
conn_handler,
sample_type = NULL,
brenda_accession = NULL,
verbose = TRUE
)
Arguments
- conn_handler
A handler uses to establish connection to the database obtained from SigRepo::newConnhandler() (required)
- sample_type
A list of sample types to search by. Default is NULL which will return all of the sample types in the database.
- brenda_accession
A list of Brenda accession to search by. Default is NULL.
- verbose
A logical value indicates whether or not to print the diagnostic messages. Default is
TRUE
.