Skip to contents

Remove sample types from database

Usage

deleteSampleType(conn_handler, sample_type, verbose = TRUE)

Arguments

conn_handler

An R object obtained from SigRepo::newConnhandler() (required)

sample_type

A list of sample types to be removed (required)

verbose

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

Examples