Skip to contents

Add sample types to database

Usage

addSampleType(conn_handler, sample_type_tbl, verbose = TRUE)

Arguments

conn_handler

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

sample_type_tbl

An data frame containing appropriate column names: sample_type, brenda_accession (required)

verbose

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