Interface ChromosomeService
- All Superinterfaces:
BaseReadOnlyService<Chromosome>
- All Known Implementing Classes:
ChromosomeServiceImpl
- Author:
- kelsey
-
Method Summary
Modifier and TypeMethodDescriptionLocate by name e.g.Methods inherited from interface ubic.gemma.persistence.service.BaseReadOnlyService
countAll, find, findOrFail, getElementClass, load, load, loadAll, loadOrFail, loadOrFail, loadOrFail, loadOrFail, streamAll, streamAll
-
Method Details
-
find
Locate by name e.g. 'X'.- Parameters:
name
- the name to look for, e.g. 'X'taxon
- taxon to look at- Returns:
- all matching chromosomes
-