icn3d 3.10.0 → 3.11.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/CHANGELOG.md +6 -0
- package/README.md +4 -1
- package/build/icn3d.js +1463 -465
- package/build/icn3d.min.js +1 -1
- package/build/icn3d.module.js +1463 -465
- package/cpes5.sh +1 -1
- package/dist/CHANGELOG.md +6 -0
- package/dist/README.md +4 -1
- package/dist/full.html +4 -7
- package/dist/full2.html +7 -7
- package/dist/{full2_3.10.0.html → full2_3.11.1.html} +7 -7
- package/dist/{full_3.10.0.html → full_3.11.1.html} +4 -7
- package/dist/icn3d-3.11.1.zip +0 -0
- package/dist/icn3d.html +19 -2
- package/dist/icn3d.js +1463 -465
- package/dist/icn3d.min.js +1 -1
- package/dist/icn3d.module.js +1463 -465
- package/dist/{icn3d_3.10.0.css → icn3d_3.11.1.css} +0 -0
- package/dist/icn3d_3.11.1.min.js +2 -0
- package/dist/index.html +4 -7
- package/dist/module.html +7 -0
- package/es5/icn3d.min.js +1 -1
- package/es5/icn3d_all_full.min.js +1 -1
- package/es5/icn3d_all_full_3.10.0.min.js +1 -1
- package/es5/icn3d_all_full_3.10.1.min.js +14 -0
- package/es5/icn3d_all_full_3.11.0.min.js +14 -0
- package/es5/icn3d_all_full_3.11.1.min.js +14 -0
- package/full.html +1 -4
- package/full2.html +4 -4
- package/icn3d.html +19 -2
- package/index.html +1 -4
- package/jupyternotebook/setup.py +1 -1
- package/module.html +7 -0
- package/package.json +1 -1
- package/src/html/clickMenu.js +31 -8
- package/src/html/dialog.js +3 -0
- package/src/html/events.js +137 -36
- package/src/html/setDialog.js +48 -5
- package/src/html/setMenu.js +37 -20
- package/src/icn3d/analysis/scap.js +1 -1
- package/src/icn3d/analysis/symd.js +2 -2
- package/src/icn3d/annotations/addTrack.js +5 -3
- package/src/icn3d/annotations/annoCddSite.js +1 -1
- package/src/icn3d/annotations/annoDomain.js +11 -70
- package/src/icn3d/annotations/annoSnpClinVar.js +20 -7
- package/src/icn3d/annotations/domain3d.js +129 -19
- package/src/icn3d/annotations/showAnno.js +2 -2
- package/src/icn3d/annotations/showSeq.js +4 -4
- package/src/icn3d/display/alternate.js +4 -2
- package/src/icn3d/display/setColor.js +38 -3
- package/src/icn3d/display/setOption.js +13 -0
- package/src/icn3d/export/saveFile.js +6 -0
- package/src/icn3d/highlight/hlSeq.js +16 -2
- package/src/icn3d/icn3d.js +2 -0
- package/src/icn3d/interaction/contactMap.js +1 -1
- package/src/icn3d/interaction/lineGraph.js +29 -25
- package/src/icn3d/interaction/showInter.js +32 -19
- package/src/icn3d/interaction/viewInterPairs.js +1 -1
- package/src/icn3d/parsers/alignParser.js +2 -2
- package/src/icn3d/parsers/chainalignParser.js +555 -76
- package/src/icn3d/parsers/loadAtomData.js +41 -47
- package/src/icn3d/parsers/loadPDB.js +36 -41
- package/src/icn3d/parsers/mmcifParser.js +4 -4
- package/src/icn3d/parsers/mmdbParser.js +7 -7
- package/src/icn3d/parsers/opmParser.js +2 -2
- package/src/icn3d/parsers/parserUtils.js +8 -2
- package/src/icn3d/parsers/pdbParser.js +26 -11
- package/src/icn3d/parsers/realignParser.js +94 -23
- package/src/icn3d/parsers/sdfParser.js +1 -1
- package/src/icn3d/parsers/setSeqAlign.js +64 -28
- package/src/icn3d/selection/applyCommand.js +4 -2
- package/src/icn3d/selection/definedSets.js +1 -1
- package/src/icn3d/selection/loadScript.js +51 -0
- package/src/icn3d/selection/selection.js +1 -1
- package/src/icn3dui.js +18 -4
- package/src/utils/parasCls.js +4 -0
- package/dist/icn3d-3.10.0.zip +0 -0
- package/dist/icn3d_3.10.0.min.js +0 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,4 +1,10 @@
|
|
|
1
1
|
## Change Log
|
|
2
|
+
[icn3d-3.11.1](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.11.1.zip) was release on April 13, 2022. Users can input multiple PDB, MMDB, or AlphaFold IDs with the menu "File > Retrieve by ID > MMDB or AlphaFold IDs". Users can also load multiple PDB files at the same time with the menu "File > Open File > PDB Files (appendable)". The color legend became draggable.
|
|
3
|
+
|
|
4
|
+
[icn3d-3.11.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.11.0.zip) was release on March 28, 2022. Users can align AlphaFold structures or PDB structures with the menu "File > Align > Multiple Chains" or "File > Align > Structure to Structure > Two AlphaFold Structures". Users can also load any structures as usual, then load your custom PDB file with the menu "File > Open File > PDB File (appendable)", then relaign these structures with the meu "File > Realign Selection > by Structure Alignment".
|
|
5
|
+
|
|
6
|
+
[icn3d-3.10.1](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.10.1.zip) was release on March 9, 2022. Added the color option "Structure" and the style option "Hydrogens". Fixed some bugs on loading PDB files without headers.
|
|
7
|
+
|
|
2
8
|
[icn3d-3.10.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.10.0.zip) was release on March 7, 2022. Showed SNP and ClinVar annotations for AlphaFold structures.
|
|
3
9
|
|
|
4
10
|
[icn3d-3.9.0](https://www.ncbi.nlm.nih.gov/Structure/icn3d/icn3d-3.9.0.zip) was release on February 28, 2022. Showed 3D domains for AlphaFold structures or any custom structures.
|
package/README.md
CHANGED
|
@@ -31,7 +31,10 @@
|
|
|
31
31
|
You can download [npm "icn3d" package](https://www.npmjs.com/package/icn3d) to write Node.js scripts by calling iCn3D functions. These scripts can be used to process 3D structures (e.g., calculate interactions) in batch mode. The example scripts are at [icn3dnode](https://github.com/ncbi/icn3d/tree/master/icn3dnode).
|
|
32
32
|
|
|
33
33
|
* <b>Annotations for AlphaFold structures</b>:
|
|
34
|
-
For any custom structures such as AlphaFold structures, you can show
|
|
34
|
+
For any custom structures such as AlphaFold structures, you can show [conserved domain and 3D domain annotations](https://structure.ncbi.nlm.nih.gov/icn3d/share.html?bPSkpeshtiH1TxbP8). For AlphaFold structures, you can also show [SNP and ClinVar annotations](https://structure.ncbi.nlm.nih.gov/icn3d/share.html?XSQ5oqDCTfEQ3iAY7).
|
|
35
|
+
|
|
36
|
+
* <b>Align AlphaFold structures</b>:
|
|
37
|
+
You can align [AlphaFold structures or PDB structures](https://www.ncbi.nlm.nih.gov/Structure/icn3d/full.html?chainalign=P69905_A,P01942_A,1HHO_A&showalignseq=1&bu=0) with the menu "File > Align > Multiple Chains" or "File > Align > Structure to Structure > Two AlphaFold Structures". You can also load any structures as usual, then load your custom PDB file with the menu "File > Open File > PDB File (appendable)", then relaign these structures with the meu "File > Realign Selection > by Structure Alignment".
|
|
35
38
|
|
|
36
39
|
* <b>Alternate SNPs in 3D</b>:
|
|
37
40
|
You can [alternate in 3D wild type and mutant of SNPs](https://structure.ncbi.nlm.nih.gov/icn3d/share.html?fNpzDuUE287SBFtz8) by clicking the menu "Analysis > Sequences & Annotations", the tab "Details", the checkbox "SNP", and mouseover on SNPs.
|