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

    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: string
    genotypes: Record<string, string>
    position: number
    ref: string