Package ubic.gemma.core.loader.util
Class GenBankUtils
java.lang.Object
ubic.gemma.core.loader.util.GenBankUtils
Provides convenience methods for GenBank.
- Author:
- pavlidis
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExternalDatabasestatic DatabaseEntrygetGenBankAccession(String accession)
-
Constructor Details
-
GenBankUtils
public GenBankUtils()
-
-
Method Details
-
getGenBank
- Returns:
- a transient instance of the GenBank database reference.
-
getGenBankAccession
- Parameters:
accession- in the form XXXXXX or XXXXX.N where N is a version number. The first part becomes the accession, the second the version- Returns:
- a DatabaseEntry representing the genbank accession.
-