Skip to contents

Search for platform in the database

Usage

searchKeyword(conn_handler, keyword = NULL, verbose = TRUE)

Arguments

conn_handler

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

keyword

A list of keywords to be looked up. Default is NULL which will return all of the keywords in the database.

verbose

A logical value indicates whether or not to print the diagnostic messages. Default is TRUE.