gensplore 0.0.5 → 0.0.8
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 +8 -0
- package/dist/gensplore.cjs +52 -0
- package/dist/gensplore.js +24358 -0
- package/dist/index.d.cts +18 -0
- package/dist/index.d.ts +16 -0
- package/package.json +58 -61
- package/dist/favicon.ico +0 -0
- package/dist/gensplore.es.js +0 -27872
- package/dist/gensplore.umd.js +0 -144
- package/dist/manifest.json +0 -25
- package/dist/robots.txt +0 -3
- package/dist/sequence.gb +0 -910
- package/dist/sequence2.gb +0 -82215
- package/dist/splash.png +0 -0
package/README.md
CHANGED
|
@@ -63,3 +63,11 @@ As a component:
|
|
|
63
63
|
|
|
64
64
|
```
|
|
65
65
|
|
|
66
|
+
|
|
67
|
+
Pass an optional `fastaUrl` string to `GensploreView` to load an alternative DNA
|
|
68
|
+
FASTA for comparison with the GenBank reference. The viewer also offers a local
|
|
69
|
+
file picker and URL input. Alignment runs in a browser worker; results show
|
|
70
|
+
reference-relative DNA differences and translated changes above affected AA
|
|
71
|
+
ribbons. Synonymous changes have no AA label; frameshifts and unsupported
|
|
72
|
+
translation annotations are handled explicitly. Biological function is not predicted. See the root
|
|
73
|
+
README for alignment limits and coordinate conventions.
|