Class BigBedFeatureSource

feature source for "bed like" files (tab delimited files with 1 feature per line: bed, gff, vcf, etc)

Hierarchy (View Summary)

Constructors

Properties

config: any
feature_source: BWSource
header: boolean
is_indexed: undefined | boolean
time: undefined | number

Methods

  • Required function fo all data source objects. Fetches features for the range requested and passes them on to the success function. Usually this is a function that renders the features on the canvas

    Parameters

    • chr: any
    • bpStart: any
    • bpEnd: any
    • force: any
    • data: any

    Returns Promise<any>

  • Parameters

    • chr: any
    • bpStart: any
    • bpEnd: any
    • force: any
    • data: any

    Returns Promise<any>