Package ubic.gemma.core.loader.genome
Interface FastaCmd
- All Known Implementing Classes:
SimpleFastaCmd
public interface FastaCmd
Interface representing a class that can retrieve sequences from Blast databases. (In later versions of BLAST this is
known as Blastdbcmd)
- Author:
- pavlidis
-
Method Summary
Modifier and TypeMethodDescriptiongetBatchAccessions(Collection<String> accessions, String database) getBatchIdentifiers(Collection<Integer> identifiers, String database) getByAccession(String accession, String database) getByIdentifier(int identifier, String database)
-
Method Details
-
getByAccession
-
getByIdentifier
-
getBatchAccessions
-
getBatchIdentifiers
-