@legumeinfo/web-components
Preparing search index...
user components
AlleleVariant
Type Alias AlleleVariant
One variant from the alleles API with genotypes per sample.
type
AlleleVariant
=
{
alt
:
string
;
genotypes
:
Record
<
string
,
string
>
;
position
:
number
;
ref
:
string
;
}
Index
Properties
alt
genotypes
position
ref
Properties
alt
alt
:
string
genotypes
genotypes
:
Record
<
string
,
string
>
position
position
:
number
ref
ref
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
alt
genotypes
position
ref
@legumeinfo/web-components
Loading...
One variant from the alleles API with genotypes per sample.