Skip to contents

Update a signature in the database

Usage

updateSignature(
  conn_handler,
  signature_id,
  omic_signature,
  visibility = NULL,
  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 updated (required)

omic_signature

An R6 class object from the OmicSignature package (required)

visibility

A logical value indicates whether or not to allow others to view and access one's uploaded signature. Default is FALSE.

verbose

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