Constructors

Properties

bufferedReader: BufferedReader
create_feature: any
decodeFunction:
    | undefined
    | (
        data: any,
        chr: any,
        chrIdx: any,
        bpStart: any,
        bpEnd: any,
        featureArray: any,
    ) => void
    | (
        data: any,
        chr: any,
        chrIdx: any,
        bpStart: any,
        bpEnd: any,
        featureArray: any,
    ) => void
    | (
        data: any,
        chr: any,
        chrIdx: any,
        bpStart: any,
        bpEnd: any,
        featureArray: any,
    ) => void
features: any
reader: BWReader
st: undefined | number

Methods

  • Parameters

    • data: any
    • chr: any
    • chrIdx: any
    • bpStart: any
    • bpEnd: any
    • featureArray: any

    Returns void

  • Returns undefined | { max: number; min: number }

  • Creates a panel

    Parameters

    • chr: string

      The chromosome

    • bpStart: int

      The starting postition

    • bpEnd: int

      The end of the region to show

    • use_existing: boolean

      If true then the cached feature will be used- only used if the co-oridinates have not changed. Although, the BWreader has a cache, it is sometimes ignored and features are re-fetched for the same region

    • data: object

      Should contain pixelWidth- the width of the entire canvas and bpPerPixel.

    Returns Promise<any>

  • Parameters

    • tokens: any
    • feature: any

    Returns void

  • Parameters

    • data: any
    • chr: any
    • chrIdx: any
    • bpStart: any
    • bpEnd: any
    • featureArray: any

    Returns void

  • Parameters

    • data: any
    • chr: any
    • chrIdx: any
    • bpStart: any
    • bpEnd: any
    • featureArray: any

    Returns void

  • Parameters

    • bpPerPixel: any
    • zoomLevelHeaders: any

    Returns any