Constructor
new AssociationLZ()
Parameters:
Name | Type | Description | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
config.url |
string | The base URL for the remote data. |
|||||||||||||||
config.params |
object |
Properties
|
- Source:
- See:
Methods
getURL()
Add query parameters to the URL to construct a query for the specified region
- Source:
(protected) normalizeResponse(data) → {Object}
Some association sources do not sort their data in a predictable order, which makes it hard to reliably align with other sources (such as LD). For performance reasons, sorting is an opt-in argument. TODO: Consider more fine grained sorting control in the future. This was added as a very specific workaround for the original T2D portal.
Parameters:
Name | Type | Description |
---|---|---|
data |
- Source:
Returns:
- Type
- Object