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

    Type Alias TraitAssociationSearchResult

    A single result of a trait association search performed by the LisTraitAssociationSearchElement class. Contains the name of the trait and either a GWAS or QTL study object.

    type TraitAssociationSearchResult = {
        description: string;
        genotypes: string;
        identifier: string;
        name: string;
        synopsis: string;
        type: string;
    }
    Index

    Properties

    description: string
    genotypes: string
    identifier: string
    name: string
    synopsis: string
    type: string