Uses of Enum
ubic.gemma.core.loader.entrez.EntrezRetmode
Packages that use EntrezRetmode
-
Uses of EntrezRetmode in ubic.gemma.core.loader.entrez
Methods in ubic.gemma.core.loader.entrez that return EntrezRetmodeModifier and TypeMethodDescriptionstatic EntrezRetmode
Returns the enum constant of this type with the specified name.static EntrezRetmode[]
EntrezRetmode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in ubic.gemma.core.loader.entrez with parameters of type EntrezRetmodeModifier and TypeMethodDescriptionstatic 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
Retrieve a record from an Entrez database by ID.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.linkById
(String db, String dbfrom, String id, String cmd, EntrezRetmode retmode, String apiKey) Retrieve related records from an Entrez database by ID.static URL
EntrezUtils.search
(String db, String term, EntrezRetmode retmode, String apiKey) Perform a search on an Entrez database.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.