Package ubic.gemma.core.loader.entrez
Class EutilFetch
- java.lang.Object
-
- ubic.gemma.core.loader.entrez.EutilFetch
-
public class EutilFetch extends Object
High-level API for interacting with NCBI Entrez utilities.- Author:
- paul
-
-
Constructor Summary
Constructors Constructor Description EutilFetch()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Document
summary(String db, String term, int limit, String apiKey)
Attempts to fetch data via Eutils; failures will be re-attempted several times.
-
-
-
Method Detail
-
summary
@Nullable public static Document summary(String db, String term, int limit, @Nullable String apiKey) throws IOException
Attempts to fetch data via Eutils; failures will be re-attempted several times.See ncbi help
- Parameters:
db
- e.g., gds.term
- search stringlimit
- maximum number of records to return.apiKey
-- Throws:
IOException
- if there is a problem while manipulating the file- See Also:
EntrezUtils.summary(String, EntrezQuery, EntrezRetmode, int, int, String)
-
-