GSEforGPL: Retrieve information about a GSE for a given GPL

Description Usage Arguments Value Author(s) See Also Examples

Description

Retrieve information about GSE(s) corresponding to given GPL ID(s)

Usage

1
GSEforGPL(con, GPLid)

Arguments

con

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

GPLid

character vector specifying the GPL ID(s)

Value

An object of class data.frame returned by GSEinDB giving detailed information on the corresponding GSE(s).

Author(s)

Umesh K. Nandal

See Also

GSEinDB

Examples

1
2
3
4
5
6
 ## Not run: 
  conn <- connectDatabase(user="usrname",password="passwd",dbname="compendium")
  # Retrieve information about GSEs corresponding to three GPLs
  GSEforGPL(conn,c("GPL96","GPL97","GPL570"))
 
## End(Not run)

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