Package ubic.gemma.core.loader.entrez
Class EutilFetch
java.lang.Object
ubic.gemma.core.loader.entrez.EutilFetch
High-level API for interacting with NCBI Entrez utilities.
- Author:
- paul
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
EutilFetch
public EutilFetch()
-
-
Method Details
-
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:
-