Skip to content

Commit

Permalink
Merge branch 'release/0.13.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
abought committed Sep 21, 2021
2 parents e129500 + b8fed64 commit 03fc214
Show file tree
Hide file tree
Showing 127 changed files with 277 additions and 233 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ LocusZoom is a Javascript/d3 embeddable plugin for interactively visualizing sta

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

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

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).

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

### 2. Define Data Sources

Expand Down
34 changes: 34 additions & 0 deletions citation.cff
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# YAML 1.2
---
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."
authors:
-
family-names: Boughton
given-names: Andrew
orcid: "https://orcid.org/0000-0002-0318-4912"
-
family-names: Welch
given-names: Ryan
-
family-names: Matthew
given-names: Flickinger
-
family-names: VandeHaar
given-names: Peter
-
family-names: Taliun
given-names: Daniel
-
family-names: Abecasis
given-names: "Gonçalo"
-
family-names: Boehnke
given-names: Michael
cff-version: "1.1.0"
date-published: "2021-03-18"
doi: "10.1093/bioinformatics/btab186"
journal: "Bioinformatics"
message: "If you use this software, please cite the paper."
title: " LocusZoom.js: interactive and embeddable visualization of genetic association study results"
# Insert dummy version b/c the paper reports ongoing efforts
version: 1.0
2 changes: 1 addition & 1 deletion dist/ext/lz-aggregation-tests.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ext/lz-credible-sets.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ext/lz-dynamic-urls.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/ext/lz-forest-track.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 03fc214

Please sign in to comment.