@legumeinfo/web-components
Preparing search index...
user components
AlleleLocationSearchFunction
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
identifier
:
string
Optional
abortSignal
:
AbortSignal
Returns
Promise
<
{
chromosome
:
string
;
end
:
number
;
start
:
number
}
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@legumeinfo/web-components
Loading...
Data needed to search for genes to get coordinates.