Remove phenotypes from database
Usage
deletePhenotype(conn_handler, phenotype, verbose = TRUE)
Arguments
- conn_handler
An R object obtained from SigRepo::newConnhandler() (required)
- phenotype
A list of phenotypes to be removed (required)
- verbose
Logical; whether to print diagnostic messages.
Defaults to 'TRUE'.