Skip to contents

Search for a phenotype in the database

Usage

searchPhenotype(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 phenotype, or 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.