Uses of Interface
ubic.gemma.core.loader.entrez.EntrezUtils.EntrezCall
-
Packages that use EntrezUtils.EntrezCall Package Description ubic.gemma.core.loader.entrez -
-
Uses of EntrezUtils.EntrezCall in ubic.gemma.core.loader.entrez
Methods in ubic.gemma.core.loader.entrez with parameters of type EntrezUtils.EntrezCall Modifier and Type Method Description static <T> T
EntrezUtils. doNicely(EntrezUtils.EntrezCall<T> task, String apiKey)
Coordinate calls to the Entrez API so that we always respect the recommended usage.
-