Constructors
 Properties
color_function
color_function: any
Staticcustom_tracks
custom_tracks: {}
 Methods
_setFeatureSource
- _setFeatureSource(): void
- Returns void
addExtraControls
- addExtraControls(div: any, panel: any): void
- Returns void
drawMessage
- drawMessage(options: any): void
- Returns void
drawScale
- drawScale(ctx: any): void
- Returns void
getConfig
- getConfig(): any
- Returns any
getFeatureAt
- getFeatureAt(
 genomicLocation: any,
 chr: any,
 yOffset: any,
 bpPerPixel: any,
 ): null
- Parameters- genomicLocation: any
- chr: any
- yOffset: any
- bpPerPixel: any
 
- Returns null
getFeatures
- getFeatures(
 chr: string,
 bpStart: integer,
 bpEnd: integer,
 force: boolean,
 data: Object,
 ): any
- Parameters- chr: string
- bpStart: integer
- bpEnd: integer
- force: boolean
- data: Object
 
- Returns any
getSettings
- getSettings(
 panel: any,
 ): (
 | {
 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;
 }
 )[]
- 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;
 }
 )[]
setColorFunction
- setColorFunction(func: any): void
- Returns void
setConfig
- setConfig(config: any): void
- Returns void
setConfigAttribute
- setConfigAttribute(attribute: any, value: any): void
- Returns void
StaticcalculateLabel
- calculateLabel(url: any): any
- Returns any
StaticgetTrack
- getTrack(config: any): any
- Returns any
StaticgetTypeFromURL
- getTypeFromURL(url: any): { format: string; type: string }
- Returns { format: string; type: string }
StaticparseConfig
- parseConfig(con: any): any
- Returns any
Retrieves the features requested, the default is just to get the features from the feature source