Genotype API Documentation - v0.1.0
    Preparing search index...

    Interface BAIBin

    BAI bin containing chunks for efficient range queries Each bin represents a genomic coordinate range using UCSC binning scheme

    interface BAIBin {
        binId: BAIBinNumber;
        chunks: readonly BAIChunk[];
    }
    Index

    Properties

    Properties

    Bin identifier using UCSC binning scheme

    chunks: readonly BAIChunk[]

    Array of chunks within this bin sorted by begin offset