@legumeinfo/web-components
Preparing search index...
user components
AlleleVariantSearchFunction
Type Alias AlleleVariantSearchFunction
AlleleVariantSearchFunction
:
(
params
:
{
chromosome
:
string
;
collection
:
string
;
encoding
?:
AlleleEncoding
;
end
:
number
;
fileName
:
string
;
start
:
number
;
strains
?:
string
[]
;
}
,
abortSignal
?:
AbortSignal
,
)
=>
Promise
<
AlleleVariantsResponse
>
Data needed to search for variants.
Type declaration
(
params
:
{
chromosome
:
string
;
collection
:
string
;
encoding
?:
AlleleEncoding
;
end
:
number
;
fileName
:
string
;
start
:
number
;
strains
?:
string
[]
;
}
,
abortSignal
?:
AbortSignal
,
)
:
Promise
<
AlleleVariantsResponse
>
Parameters
params
:
{
chromosome
:
string
;
collection
:
string
;
encoding
?:
AlleleEncoding
;
end
:
number
;
fileName
:
string
;
start
:
number
;
strains
?:
string
[]
;
}
Optional
abortSignal
:
AbortSignal
Returns
Promise
<
AlleleVariantsResponse
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@legumeinfo/web-components
Loading...
Data needed to search for variants.