Skip to contents

Add phenotypes to database

Usage

addPhenotype(conn_handler, phenotype_tbl, verbose = TRUE)

Arguments

conn_handler

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

phenotype_tbl

An data frame containing appropriate column names: phenotype (required)

verbose

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