Delete a signature from the signatures table of the database
Usage
deleteSignature(conn_handler, signature_id, verbose = TRUE)
Arguments
- conn_handler
A handler uses to establish connection to the database
obtained from SigRepo::newConnhandler() (required)
- signature_id
ID of signature to be removed from the database (required)
- verbose
a logical value indicates whether or not to print the
diagnostic messages. Default is TRUE
.