Constructor
new TabixUrlSource()
Parameters:
Name | Type | Attributes | Default | Description |
---|---|---|---|---|
config.parser_func |
function | A function that parses a single line of text and returns (usually) a structured object of data fields |
||
config.url_data |
string | The URL for the bgzipped and tabix-indexed file |
||
config.url_tbi |
string |
<optional> |
The URL for the tabix index. Defaults to |
|
config.params.overfetch |
number |
<optional> |
0 | Optionally fetch more data than is required to satisfy the region query. (specified as a fraction of the region size, 0-1). Useful for sources where interesting features might lie near the edges of the plot, eg BED track intervals. |
- Source:
- See:
-
- module:ext/lz-tabix-source for required extension and installation instructions
- module:LocusZoom_Adapters~BaseApiAdapter