Skip to content

Commit

Permalink
Switch the example to one with significant results
Browse files Browse the repository at this point in the history
(for APOE gene in LDL phenotype)

See related bug that impacts release:
 statgen/LDServer#11
  • Loading branch information
abought committed May 6, 2019
1 parent 6e91e82 commit d71684e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/js/aggregation-tests-example-page.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ function createDisplayWidgets(label_store, context) {
var stateUrlMapping = {chr: 'chrom', start: 'start', end: 'end'};
var initialState = LocusZoom.ext.DynamicUrls.paramsFromUrl(stateUrlMapping);
if (!Object.keys(initialState).length) {
initialState = { chr: '22', start: 50276998, end: 50357719 };
initialState = { chr: '19', start: 45409039, end: 45412650 };
}

var layout = LocusZoom.Layouts.get('plot', 'standard_association', { state: initialState });
Expand Down

0 comments on commit d71684e

Please sign in to comment.