Class ExternalDatabaseUtils
java.lang.Object
ubic.gemma.core.loader.util.parser.ExternalDatabaseUtils
Provides convenience methods to provide ExternalDatabases and DatabaseEntries for common cases, such as Genbank.
- Author:
- pavlidis
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ExternalDatabaseUtils
public ExternalDatabaseUtils()
-
-
Method Details
-
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.
-