@genome-spy/app 0.16.0 → 0.18.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +9 -0
- package/dist/index.js +67 -67
- package/dist/style.css +1 -1
- package/package.json +5 -4
package/README.md
ADDED
@@ -0,0 +1,9 @@
|
|
1
|
+
# GenomeSpy App
|
2
|
+
|
3
|
+

|
4
|
+
|
5
|
+

|
6
|
+
|
7
|
+
This package provides a user interface for interactive analysis of multiple
|
8
|
+
samples, which can be filtered, sorted, and grouped flexibly. A session handling
|
9
|
+
with provenance, url hashes, and bookmarks is included.
|