tagExperiment: Tag an experiment with text labels

Description Usage Arguments Details Author(s) See Also Examples

Description

Tag an experiment with text labels

Usage

1
tagExperiment(con, GSEid, tag)

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

tag

character string specifying the text labels with which to tag the GSE specified by GSEid

Details

This function updates the value of the tag record for the specified GSE ID in the compendium database; see the variable tagExperiment of the data frame returned by the link{GSEinDB} function. Adding tags makes it easy to search for specific experiments.

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")
  tagExperiment(conn,"GSE23183","HIV infection")
  GSEinDB(con=conn,"GSE23183")
 
## End(Not run)

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