Skip to contents

Add organisms to database

Usage

addOrganism(conn_handler, organism_tbl, verbose = TRUE)

Arguments

conn_handler

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

organism_tbl

A data frame object contains appropriate column names: organism (required)

verbose

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