Skip to contents

Add proteomics feature set to database

Usage

addProteomicsFeatureSet(conn_handler = NULL, feature_set, verbose = TRUE)

Arguments

conn_handler

Optional R object obtained from SigRepo::newConnhandler(). If NULL, the stored internal handle is used.

feature_set

A Data Frame; must contain the following column names: feature_name, organism, gene_symbol, is_current, version (required)

verbose

Logical; whether to print diagnostic messages. Defaults to 'TRUE'