Interface GeneCoreService
public interface GeneCoreService
core service for Gene
- Author:
- nicolas
-
Method Summary
Modifier and TypeMethodDescriptionsearchGenes
(String query, Long taxonId) Search for genes (by name or symbol)
-
Method Details
-
searchGenes
Search for genes (by name or symbol)- Parameters:
query
- querytaxonId
- , can be null to not constrain by taxon- Returns:
- Collection of Gene entity objects
-