Uses of Class
ubic.gemma.core.loader.entrez.EntrezQuery
-
Packages that use EntrezQuery Package Description ubic.gemma.core.loader.entrez ubic.gemma.core.loader.expression.geo.service -
-
Uses of EntrezQuery in ubic.gemma.core.loader.entrez
Methods in ubic.gemma.core.loader.entrez that return EntrezQuery Modifier and Type Method Description static EntrezQuery
EntrezXmlUtils. getQuery(Document doc)
Methods in ubic.gemma.core.loader.entrez with parameters of type EntrezQuery Modifier and Type Method Description static URL
EntrezUtils. fetch(String db, EntrezQuery query, EntrezRetmode retmode, String rettype, int retstart, int retmax, String apiKey)
Retrieve the results of a previousEntrezUtils.search(String, String, EntrezRetmode, String)
query.static URL
EntrezUtils. link(String db, String dbfrom, EntrezQuery query, String cmd, EntrezRetmode retmode, String apiKey)
Retrieve related records from an Entrez database from a previousEntrezUtils.search(String, String, EntrezRetmode, String)
query.static URL
EntrezUtils. search(String db, EntrezQuery query, EntrezRetmode retmode, int retstart, int retmax, String apiKey)
Replay a previousEntrezUtils.search(String, String, EntrezRetmode, String)
query.static URL
EntrezUtils. summary(String db, EntrezQuery query, EntrezRetmode retmode, int retstart, int retmax, String apiKey)
Summarize a previousEntrezUtils.search(String, String, EntrezRetmode, String)
query. -
Uses of EntrezQuery in ubic.gemma.core.loader.expression.geo.service
Subclasses of EntrezQuery in ubic.gemma.core.loader.expression.geo.service Modifier and Type Class Description class
GeoQuery
Represents a GEO query.
-