Skip to contents

Search for a list of organisms in the database

Usage

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

Arguments

conn_handler

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

organism

a 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.