geoConvert: Cross-reference between GEO data types

Description Usage Arguments Value Author(s) References Examples

View source: R/geoConvert.R

Description

A common task is to find all the GEO entities of one type associated with another GEO entity (eg., find all GEO samples associated with GEO platform 'GPL96'). This function provides a very fast mapping between entity types to facilitate queries of this type.

Usage

1
geoConvert(in_list, out_type = c("gse", "gpl", "gsm", "gds", "smatrix"), sqlite_db_name = "GEOmetadb.sqlite")

Arguments

in_list

Character vector of GEO entities to convert from.

out_type

Character vector of GEO entity types to which to convert.

sqlite_db_name

The filename of the GEOmetadb sqlite database file

Value

A list of data.frames.

Author(s)

Jack Zhu <zhujack@mail.nih.gov>

References

http://meltzerlab.nci.nih.gov/apps/geo, http://gbnci.abcc.ncifcrf.gov/geo/

Examples

1
2
3
4
5
6
if(file.exists("GEOmetadb.sqlite")) {
  geoConvert('GPL96',out_type='GSM')
} else {
  print("Run getSQLiteFile() to get a copy of the GEOmetadb SQLite file
and then rerun the example")
}

seandavi/GEOmetadb documentation built on Oct. 12, 2019, 9:21 a.m.