Skip to contents

Remove platforms from database

Usage

deletePlatform(conn_handler, platform_name, verbose = TRUE)

Arguments

conn_handler

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

platform_name

A list of platform names to be removed (required)

verbose

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

Examples