Interface GeneCoreService
-
public interface GeneCoreServicecore service for Gene- Author:
- nicolas
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Collection<GeneValueObject>searchGenes(String query, Long taxonId)Search for genes (by name or symbol)
-
-
-
Method Detail
-
searchGenes
Collection<GeneValueObject> searchGenes(String query, Long taxonId)
Search for genes (by name or symbol)- Parameters:
query- querytaxonId- , can be null to not constrain by taxon- Returns:
- Collection of Gene entity objects
-
-