Skip to content

Commit 03fc214

Browse files
committed
Merge branch 'release/0.13.4'
2 parents e129500 + b8fed64 commit 03fc214

File tree

127 files changed

+277
-233
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

127 files changed

+277
-233
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ LocusZoom is a Javascript/d3 embeddable plugin for interactively visualizing sta
44

55
![Build Status](https://github.com/statgen/locuszoom/workflows/Unit%20tests/badge.svg?branch=develop)
66

7-
See [github.com/statgen/locuszoom/wiki](https://github.com/statgen/locuszoom/wiki) for full documentation and API reference.
7+
See [https://statgen.github.io/locuszoom/docs/](https://statgen.github.io/locuszoom/docs/) for full documentation and API reference.
88

99
To see functional examples of plots generated with LocusZoom.js see [statgen.github.io/locuszoom](http://statgen.github.io/locuszoom/) and [statgen.github.io/locuszoom/#examples](http://statgen.github.io/locuszoom/#examples).
1010

@@ -32,7 +32,7 @@ Instead of copying the files to your project, **we recommend using CDN links are
3232
```javascript
3333
import LocusZoom from 'locuszoom';
3434
import 'locuszoom/dist/locuszoom.css';
35-
````
35+
```
3636

3737
### 2. Define Data Sources
3838

citation.cff

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
# YAML 1.2
2+
---
3+
abstract: "LocusZoom.js is a JavaScript library for creating interactive web-based visualizations of genetic association study results. It can display one or more traits in the context of relevant biological data (such as gene models and other genomic annotation), and allows interactive refinement of analysis models (by selecting linkage disequilibrium reference panels, identifying sets of likely causal variants, or comparisons to the GWAS catalog). It can be embedded in web pages to enable data sharing and exploration. Views can be customized and extended to display other data types such as phenome-wide association study (PheWAS) results, chromatin co-accessibility, or eQTL measurements. A new web upload service harmonizes datasets, adds annotations, and makes it easy to explore user-provided result sets."
4+
authors:
5+
-
6+
family-names: Boughton
7+
given-names: Andrew
8+
orcid: "https://orcid.org/0000-0002-0318-4912"
9+
-
10+
family-names: Welch
11+
given-names: Ryan
12+
-
13+
family-names: Matthew
14+
given-names: Flickinger
15+
-
16+
family-names: VandeHaar
17+
given-names: Peter
18+
-
19+
family-names: Taliun
20+
given-names: Daniel
21+
-
22+
family-names: Abecasis
23+
given-names: "Gonçalo"
24+
-
25+
family-names: Boehnke
26+
given-names: Michael
27+
cff-version: "1.1.0"
28+
date-published: "2021-03-18"
29+
doi: "10.1093/bioinformatics/btab186"
30+
journal: "Bioinformatics"
31+
message: "If you use this software, please cite the paper."
32+
title: " LocusZoom.js: interactive and embeddable visualization of genetic association study results"
33+
# Insert dummy version b/c the paper reports ongoing efforts
34+
version: 1.0

dist/ext/lz-aggregation-tests.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ext/lz-credible-sets.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ext/lz-dynamic-urls.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/ext/lz-forest-track.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)