Hierarchy (View Summary)

Constructors

Properties

alignmentTrack: undefined | AlignmentTrack
bigwig_track: undefined | MLVWigTrack
bottom: any
color: any
color_function: any
config: any
coverageTrack: undefined | CoverageTrack
display_alignments: boolean
draw_bigwig: undefined | boolean
feature_source: undefined | BamSource
filterOption: any
pairsSupported: boolean
sortDirection: boolean
sortOption: any
top: any
viewAsPairs: boolean
visibilityWindow: any
custom_tracks: {}
filters: {
    mappingQuality: (lower: any, upper: any) => (alignment: any) => boolean;
    noop: () => (alignment: any) => boolean;
    strand: (strand: any) => (alignment: any) => boolean;
}

Methods

  • Optional method to compute pixel height to accomodate the list of features. The implementation below has side effects (modifiying the samples hash). This is unfortunate, but harmless.

    Parameters

    • alignmentContainer: any

    Returns number

  • Retrieves the features requested, the default is just to get the features from the feature source

    Parameters

    • chr: any

      The chromosome

    • bpStart: any

      The start of the range from which to obtain features

    • bpEnd: any

      The end of the range from which to obtain features

    • force: any

      If true then cached features should not be used but fresh features retrieved

    • data: any

      contains bp ber pixel and width of the canvas

    Returns any

  • Parameters

    • panel: any

    Returns (
        | {
            current_value: any;
            func: (x: any) => void;
            label: string;
            max?: undefined;
            min?: undefined;
            type: string;
        }
        | {
            current_value: any;
            func: (x: any) => void;
            label: string;
            max: number;
            min: number;
            type: string;
        }
        | {
            current_value?: undefined;
            func: () => void;
            label: string;
            max?: undefined;
            min?: undefined;
            type: string;
        }
    )[]

  • Parameters

    • ctx: any
    • pixelWidth: any
    • pixelHeight: any

    Returns void

  • Parameters

    • genomicLocation: any
    • xOffset: any
    • yOffset: any

    Returns any