Skip to contents

Add a list of signatures to a collection in the database

Usage

addSignatureToCollection(
  conn_handler,
  collection_id,
  signature_id,
  verbose = TRUE
)

Arguments

conn_handler

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

collection_id

ID of collection in the database (required)

signature_id

A list of signature IDs to be added to a collection in the database (required)

verbose

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