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

    Type Alias AlleleLocationSearchFunction

    AlleleLocationSearchFunction: (
        identifier: string,
        abortSignal?: AbortSignal,
    ) => Promise<{ chromosome: string; end: number; start: number }>

    Data needed to search for genes to get coordinates.

    Type declaration

      • (
            identifier: string,
            abortSignal?: AbortSignal,
        ): Promise<{ chromosome: string; end: number; start: number }>
      • Parameters

        Returns Promise<{ chromosome: string; end: number; start: number }>