| checkGPLsFallback {phantasus} | R Documentation |
checkGPLs returns GPL-names for
the specified GEO identifier.
checkGPLsFallback(name)
name |
String, containing GEO identifier of the dataset. |
Vector of filenames serialized in JSON format.
If there is only one GPL for that dataset, the function will
return name.
## Not run:
checkGPLs('GSE27112')
checkGPLs('GSE14308')
## End(Not run)