removeGSE: Remove a GSE from the compendium database

Description Usage Arguments Details Author(s) Examples

View source: R/removeGSE.R

Description

Remove a GEO series (GSE) record and other entries corresponding to it from the compendium database

Usage

1
removeGSE(con, GSEid)

Arguments

con

list containing a connection object specifying the user name and password to connect or interact with the compendium database (see connectDatabase)

GSEid

character string specifying the GSE ID to be removed

Details

A side effect of this function is that the corresponding GPL is also removed from the compendium database if the removed GSE was the only one with this GPL ID.

Author(s)

Umesh K. Nandal

Examples

1
2
3
4
5
 ## Not run: 
  conn <- connectDatabase(user="usrname",password="passwd",dbname="compendium")
  removeGSE(conn,"GSE23183")
 
## End(Not run)

compendiumdb documentation built on May 2, 2019, 4:06 p.m.