Skip to contents

Add proteomics signature feature set to database

Usage

addProteomicsSignatureSet(
  conn_handler,
  signature_id,
  organism_id,
  signature_set,
  verbose = TRUE
)

Arguments

conn_handler

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

signature_id

ID of the signature (required)

organism_id

ID of the organism (required)

signature_set

A data frame containing the appropriate column names: feature_name, probe_id, score, group_label (required)

verbose

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