Skip to contents

Search for a list of platforms in the database

Usage

searchPlatforms(conn_handler, platform_name = NULL, verbose = TRUE)

Arguments

conn_handler

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

platform_name

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

verbose

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