Interface GeneCoreService


public interface GeneCoreService
core service for Gene
Author:
nicolas
  • Method Details

    • searchGenes

      Collection<GeneValueObject> searchGenes(String query, Long taxonId)
      Search for genes (by name or symbol)
      Parameters:
      query - query
      taxonId - , can be null to not constrain by taxon
      Returns:
      Collection of Gene entity objects