GeneSearchResult: {
    description: string;
    geneFamilyAssignments: string[];
    genus: string;
    identifier: string;
    locations: string[];
    name: string;
    panGeneSets: string[];
    species: string;
    strain: string;
}

A single result of a gene search performed by the LisGeneSearchElement class.

Type declaration

  • description: string
  • geneFamilyAssignments: string[]
  • genus: string
  • identifier: string
  • locations: string[]
  • name: string
  • panGeneSets: string[]
  • species: string
  • strain: string

Generated using TypeDoc