@legumeinfo/web-components
    Preparing search index...

    Type Alias GeneSearchResult

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

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

    Properties

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