geoConvert: Cross-reference between GEO data types
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.
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")
}