checkUpdates: Check whether GSE records have been updated on GEO

Description Usage Arguments Value Note Author(s) See Also Examples

View source: R/checkUpdates.R

Description

Check whether GEO series (GSE) records loaded in the compendium database have been updated on GEO

Usage

1
checkUpdates(con, GSEid = NULL)

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 vector specifying the GSE ID(s). The default value is NULL, in which case the function performs a check for all GSEs present in the compendium database.

Value

An object of class data.frame consisting of the GSE IDs that were updated after having been loaded in the compendium database, their last update date on GEO and the date on which they were loaded in the compendium database

Note

If a GSE record has been updated on GEO, one can first remove the GSE from the compendium database using the function removeGSE and then download the updated GSE record and reload the GSE into the compendium database.

Author(s)

Umesh K. Nandal

See Also

removeGSE, downloadGEOdata, loadDataToCompendium

Examples

1
2
3
4
5
6
 ## Not run: 
  conn <- connectDatabase(user="usrname",password="passwd",dbname="compendium")
  ids <- checkUpdates(conn,"GSE18290")

 
## End(Not run)

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