Learn R Programming

compendiumdb (version 1.0.3)

GSEforGPL: Retrieve information about a GSE for a given GPL

Description

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

Usage

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).

See Also

GSEinDB

Examples

Run this code
 ## 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)

Run the code above in your browser using DataLab