Skip to contents

Search for a list of phenotypes in the database

Usage

searchPhenotypes(conn_handler, phenotype = NULL, verbose = TRUE)

Arguments

conn_handler

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

phenotype

A list of phenotypes to search by. Default is NULL which will return all of the phenotypes in the database

verbose

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