Skip to contents

Search for an organism in the database, can handle a singular organism or list

Usage

searchOrganism(conn_handler, organism = NULL, verbose = TRUE)

Arguments

conn_handler

A handler uses to establish connection to the database obtained from SigRepo::newConnhandler() (required)

organism

an organism, or list of organisms to search by. 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.