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

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 declaration

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

Generated using TypeDoc