Constructors
Properties
color_function
color_function: any
Static
custom_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
Static
calculateLabel
- calculateLabel(url: any): any
Returns any
Static
getTrack
- getTrack(config: any): any
Returns any
Static
getTypeFromURL
- getTypeFromURL(url: any): { format: string; type: string }
Returns { format: string; type: string }
Static
parseConfig
- parseConfig(con: any): any
Returns any
Retrieves the features requested, the default is just to get the features from the feature source