grnsight 5.0.0 → 5.1.0

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.
Files changed (189) hide show
  1. package/.travis.yml +1 -1
  2. package/package.json +5 -5
  3. package/server/app.js +4 -2
  4. package/server/controllers/database-controller.js +9 -8
  5. package/server/controllers/exporters/xlsx.js +27 -9
  6. package/test/export-tests.js +2 -2
  7. package/test/test.js +3 -1
  8. package/test-files/expression-data-test-sheets/expression_sheet_missing_data_ok_export_exact.xlsx +0 -0
  9. package/web-client/app.js +1 -1
  10. package/web-client/controllers/main.js +1 -1
  11. package/web-client/public/js/constants.js +4 -1
  12. package/web-client/public/js/update-app.js +8 -11
  13. package/web-client/public/js/upload.js +337 -11
  14. package/web-client/views/{graph.jade → graph.pug} +0 -0
  15. package/web-client/views/{info.jade → info.pug} +1 -5
  16. package/web-client/views/{upload.jade → upload.pug} +47 -4
  17. package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-development-plan.md +0 -71
  18. package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-requirements-specification.md +0 -71
  19. package/documents/SDF/CMSI_402/spring_2014/use-case-diagram-spring-2014.jpg +0 -0
  20. package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Final_Presentation.pptx +0 -0
  21. package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Presentation_Final_Poster.pdf +0 -0
  22. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal-presentation.pptx +0 -0
  23. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal.docx +0 -0
  24. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-development-plan.docx +0 -0
  25. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-requirements-specification.docx +0 -0
  26. package/documents/SDF/CMSI_402/spring_2017/Design Review Presentation.pptx +0 -0
  27. package/documents/SDF/CMSI_402/spring_2018/0402report.docx +0 -0
  28. package/documents/SDF/CMSI_402/spring_2018/0409report.docx +0 -0
  29. package/documents/SDF/CMSI_402/spring_2018/402-gantt.png +0 -0
  30. package/documents/SDF/CMSI_402/spring_2018/402SRS_GRNSightFeedback01.txt +0 -28
  31. package/documents/SDF/CMSI_402/spring_2018/402_SPD.md +0 -223
  32. package/documents/SDF/CMSI_402/spring_2018/ChoeShinCMSI402_Final.pptx +0 -0
  33. package/documents/SDF/CMSI_402/spring_2018/ProjectProposal.md +0 -22
  34. package/documents/SDF/CMSI_402/spring_2018/SoftwareRequirementsSpecification.md +0 -88
  35. package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI 402_HW1.pdf +0 -0
  36. package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI402_HW2.pdf +0 -0
  37. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/402hw2.docx +0 -0
  38. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - 402Hw1.docx +0 -0
  39. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - hw3.docx +0 -0
  40. package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport.docx +0 -0
  41. package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport4 +0 -0
  42. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/Expression Database Schema.pdf +0 -0
  43. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/ExpressionDbLayoutImage.jpg +0 -0
  44. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/ExpressionDbLayoutImageSmall.jpg +0 -0
  45. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/Filler_Patterson_CMSI402_Poster.pptx +0 -0
  46. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/GRNsight Final Presentation.pdf +0 -0
  47. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/Project Proposal Doc.pdf +0 -0
  48. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/Project Proposal Presentation.pdf +0 -0
  49. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/Software Development Plan/GANTT Chart.xlsx +0 -0
  50. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/Software Development Plan/Software Development Plan.pdf +0 -0
  51. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/Software Development Plan (Updated)/GANTT Chart (Updated).xlsx +0 -0
  52. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/Software Development Plan (Updated)/Software Development Plan (Updated).pdf +0 -0
  53. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/Software Requirements Specification (Updated).pdf +0 -0
  54. package/documents/SDF/CMSI_402/spring_2020/Alexia Filler/Software Requirements Specification.pdf +0 -0
  55. package/documents/SDF/CMSI_402/spring_2020/Kevin Patterson/402 GANTT Chart - Sheet1.pdf +0 -0
  56. package/documents/SDF/CMSI_402/spring_2020/Kevin Patterson/402 GRNsight SDP.pdf +0 -0
  57. package/documents/SDF/CMSI_402/spring_2020/Kevin Patterson/402 SRS.pdf +0 -0
  58. package/documents/SDF/CMSI_402/spring_2020/Kevin Patterson/FINAL GRNSIGHT PRESENTATION.pdf +0 -0
  59. package/documents/SDF/CMSI_402/spring_2020/Kevin Patterson/GRNsight Presentation.pdf +0 -0
  60. package/documents/SDF/CMSI_402/spring_2020/Kevin Patterson/Project Proposal 402.pdf +0 -0
  61. package/documents/SDF/CMSI_402/spring_2020/Kevin Patterson/SDP Updated/402 GANTT Chart UPDATED - Sheet1.pdf +0 -0
  62. package/documents/SDF/CMSI_402/spring_2020/Kevin Patterson/SDP Updated/402 GRNsight SDP UPDATED.pdf +0 -0
  63. package/documents/SDF/CMSI_402/spring_2020/Kevin Patterson/SRS Update/402 SRS Final.pdf +0 -0
  64. package/documents/abstracts/Anguiano_Varshneya_Undergraduate-Research-Symposium_2017_abstract.pdf +0 -0
  65. package/documents/abstracts/Dahlquist_Dionisio_et-al_BOSC_2020_abstract.pdf +0 -0
  66. package/documents/abstracts/SIGGRAPH 2017 Abstract/ACM-Reference-Format.bst +0 -3478
  67. package/documents/abstracts/SIGGRAPH 2017 Abstract/Figure1_zoom100.png +0 -0
  68. package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.cls +0 -2352
  69. package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.ins +0 -29
  70. package/documents/abstracts/SIGGRAPH 2017 Abstract/always-weights.png +0 -0
  71. package/documents/abstracts/SIGGRAPH 2017 Abstract/auto.png +0 -0
  72. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkA.png +0 -0
  73. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB-normalized.png +0 -0
  74. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB.png +0 -0
  75. package/documents/abstracts/SIGGRAPH 2017 Abstract/never-weights.png +0 -0
  76. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot.jpg +0 -0
  77. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot3x2.png +0 -0
  78. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/withweights3x2.png +0 -0
  79. package/documents/abstracts/SIGGRAPH 2017 Abstract/screenshot-auto.png +0 -0
  80. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bib +0 -85
  81. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.pdf +0 -0
  82. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.tex +0 -235
  83. package/documents/abstracts/SWE Collegiate Competition 2017.md +0 -9
  84. package/documents/abstracts/Samdarshi_GRNsight_SoCalSysBio_Abstract_2019.docx +0 -0
  85. package/documents/abstracts/Varshneya_Samdarshi_Southern-California-Systems-Biology_2017_abstract.docx +0 -0
  86. package/documents/abstracts/~$mdarshi_SoCalSysBio_Abstract_2019.docx +0 -0
  87. package/documents/developer_documents/State Diagram.graphml +0 -3525
  88. package/documents/developer_documents/graphml/State Diagram.graphml +0 -3115
  89. package/documents/developer_documents/older_versions/GRNsight State Diagram old.png +0 -0
  90. package/documents/developer_documents/older_versions/GRNsight State Diagram.png +0 -0
  91. package/documents/developer_documents/testing_script_generator/GRNsightTestingDocument.md +0 -1016
  92. package/documents/developer_documents/testing_script_generator/edgeFeatures.json +0 -178
  93. package/documents/developer_documents/testing_script_generator/fileFeatures.json +0 -100
  94. package/documents/developer_documents/testing_script_generator/layoutFeatures.json +0 -166
  95. package/documents/developer_documents/testing_script_generator/nodeFeatures.json +0 -195
  96. package/documents/developer_documents/testing_script_generator/speciesFeatures.json +0 -30
  97. package/documents/developer_documents/testing_script_generator/testing-script-generator.js +0 -172
  98. package/documents/developer_documents/testing_script_generator/viewFeatures.json +0 -82
  99. package/documents/developer_documents/testing_script_generator/viewportFeatures.json +0 -50
  100. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_conference-presentations_2016.docx +0 -0
  101. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016.docx +0 -0
  102. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
  103. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_references.rtf +0 -264
  104. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_text-only.docx +0 -0
  105. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/21-genes_31-edges_Schade-data_for-screenshots.xlsx +0 -0
  106. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.jpg +0 -0
  107. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.png +0 -0
  108. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.psd +0 -0
  109. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.jpg +0 -0
  110. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.png +0 -0
  111. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.psd +0 -0
  112. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145_900pix-wide.psd +0 -0
  113. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.jpg +0 -0
  114. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.png +0 -0
  115. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.psd +0 -0
  116. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.jpg +0 -0
  117. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.png +0 -0
  118. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.psd +0 -0
  119. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145_900pix-wide.psd +0 -0
  120. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5A.pdf +0 -0
  121. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5B.pdf +0 -0
  122. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5C.eps +0 -0
  123. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5D.pdf +0 -0
  124. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5E.pdf +0 -0
  125. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5F.eps +0 -0
  126. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5_compiled.png +0 -0
  127. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure1_zoom145_900pix-wide.png +0 -0
  128. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure2_zoom145_900pix-wide.png +0 -0
  129. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure3_GRNsight-Architecture.pdf +0 -0
  130. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure4_GRNsight-Screenshot.pdf +0 -0
  131. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure5_compiled.pdf +12 -5383
  132. package/documents/manuscripts/peerj-computerscience-2016/peerj-reviewing-10823-v0.pdf +0 -0
  133. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_conference-presentations_2016_revised.docx +0 -0
  134. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter-and-response_2016.pdf +0 -0
  135. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.docx +0 -0
  136. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.pdf +0 -0
  137. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
  138. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_references_revised.rtf +0 -385
  139. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised.docx +0 -0
  140. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised_marked.docx +0 -0
  141. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.docx +0 -0
  142. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.pdf +0 -0
  143. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure3_GRNsight-Architecture.pdf +0 -0
  144. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot-auto.pdf +0 -0
  145. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot.pdf +0 -0
  146. package/documents/manuscripts/peerj-computerscience-2016/revisions/peerj-reviewing-10823-v1.pdf +0 -0
  147. package/documents/posters/Anguiano_CMSI402_2017.pptx +0 -0
  148. package/documents/posters/Anguiano_Varshneya_LMU-Symposium_2015.pptx +0 -0
  149. package/documents/posters/Anguiano_Varshneya_SCCUR_2014.pptx +0 -0
  150. package/documents/posters/Choe_Shin_CMSI402_2018.pptx +0 -0
  151. package/documents/posters/Dahlquist-et-al_BOSC_ISMB_2016_poster.pptx +0 -0
  152. package/documents/posters/Filler_Patterson_CMSI402_Poster.pptx +0 -0
  153. package/documents/posters/Igbinedion_Green_Mersaghian_LMU_SYMPOSIUM_2021.pptx +0 -0
  154. package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pdf +0 -0
  155. package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pptx +0 -0
  156. package/documents/posters/Samdarshi-et-al_LMU-Symposium_2017.pptx +0 -0
  157. package/documents/posters/Samdarshi-et-al_LMU-Symposium_2018.pptx +0 -0
  158. package/documents/posters/Samdarshi-et-al_SoCalSysBio_2019.pptx +0 -0
  159. package/documents/posters/Shin-et-al_SCCUR_2017.pptx +0 -0
  160. package/documents/posters/Southwick_CMSI402_2014.pptx +0 -0
  161. package/documents/posters/Varshneya_Samdarshi_LMU-Symposium_2016.pptx +0 -0
  162. package/documents/posters/Varshneya_Samdarshi_SoCalSysBio_2017.pptx +0 -0
  163. package/documents/presentations/Anguiano_402_Final_Presentation.pptx +0 -0
  164. package/documents/presentations/Choe_SWERapidFire2017_final.pptx +0 -0
  165. package/documents/presentations/Dahlquist_BCC2020_20200720_talk.pptx +0 -0
  166. package/documents/presentations/Dahlquist_BOSC_20160709.pptx +0 -0
  167. package/documents/presentations/Dahlquist_ExperimentalBiology_20160404_talk.pptx +0 -0
  168. package/documents/presentations/Dahlquist_GRNsight_BCC2020_20200720_lightning-talk_video.mp4 +0 -0
  169. package/documents/presentations/Dahlquist_SoCalSysBio_20150131_talk.pptx +0 -0
  170. package/documents/presentations/Filler_Patterson_CMSI402_Presentation_20200501.pdf +0 -0
  171. package/documents/presentations/Filler_Patterson_LMU-Symposium_20200418_talk.pdf +0 -0
  172. package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pdf +0 -0
  173. package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pptx +0 -0
  174. package/documents/presentations/Southwick_Anguiano_LMU-Symposium_20140329_talk.pptx +0 -0
  175. package/documents/presentations/Southwick_CMSI402_Presentation_20140508_talk.pptx +0 -0
  176. package/documents/presentations/Varshneya_Anguiano_LMU-Symposium_201703_talk.pptx +0 -0
  177. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_2019_Final.docx +0 -0
  178. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_AnnotatedBibliography.docx +0 -0
  179. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_Outline.docx +0 -0
  180. package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Draft.docx +0 -0
  181. package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Final_Paper_Draft.docx +0 -0
  182. package/documents/reports/Varshneya_Anu_2017/Varshneya-201701-AnnotatedBibliography.docx +0 -0
  183. package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Introduction.docx +0 -0
  184. package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Outline.docx +0 -0
  185. package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-Discussion.docx +0 -0
  186. package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-MMResults.docx +0 -0
  187. package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Draft-1.docx +0 -0
  188. package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Final.docx +0 -0
  189. package/onlysidebar.html +0 -8
@@ -1,178 +0,0 @@
1
- [
2
- {
3
- "id": "e1",
4
- "title": "Dropdown Menu: Edge -> Enable Edge Coloring Based on Weight Value",
5
- "text": "GRNsight should",
6
- "options": {
7
- "Check": "enable edge coloring and set the sidebar menu 'Enable Edge Coloring' to checked",
8
- "Uncheck": "disable edge coloring and set the sidebar menu 'Enable Edge Coloring' to unchecked"
9
- },
10
- "included": false,
11
- "availability": {
12
- "NoGraphLoaded": true,
13
- "WeightedGraphLoaded": true,
14
- "UnWeightedGraphLoaded": true
15
- }
16
- },
17
- {
18
- "id": "e2",
19
- "title": "Sidebar Menu: Enable Edge Coloring",
20
- "text": "GRNsight should",
21
- "options": {
22
- "Check": "enable edge coloring and set the dropdown menu 'Enable Edge Coloring Based on Weight Value' to checked",
23
- "Uncheck": "disable edge coloring and set the dropdown menu 'Enable Edge Coloring Based on Weight Value' to unchecked"
24
- },
25
- "included": false,
26
- "availability": {
27
- "NoGraphLoaded": true,
28
- "WeightedGraphLoaded": true,
29
- "UnWeightedGraphLoaded": true
30
- }
31
- },
32
- {
33
- "id": "e3",
34
- "title": "Sidebar Menu: Hide/Show Edge Weights",
35
- "text": "",
36
- "options": {
37
- "Select \"Show With Mouse Over\"": "A single edge weight should display when user mouses over a single edge.",
38
- "Select \"Always Show Edge Weights\"": "All edge weights should always be visible.",
39
- "Select \"Never Show Edge Weights\"": "No edge weights should be visible."
40
- },
41
- "included": false,
42
- "availability": {
43
- "NoGraphLoaded": false,
44
- "WeightedGraphLoaded": true,
45
- "UnWeightedGraphLoaded": false
46
- }
47
- },
48
- {
49
- "id": "e4",
50
- "title": "Dropdown Menu: Edge -> Hide/Show Edge Weights",
51
- "text": "",
52
- "options": {
53
- "Check \"Show With Mouse Over\"": "A single edge weight should display when user mouses over a single edge.",
54
- "Check \"Always Show Edge Weights\"": "All edge weights should always be visible.",
55
- "Check \"Never Show Edge Weights\"": "No edge weights should be visible."
56
- },
57
- "included": false,
58
- "availability": {
59
- "NoGraphLoaded": false,
60
- "WeightedGraphLoaded": true,
61
- "UnWeightedGraphLoaded": false
62
- }
63
- },
64
- {
65
- "id": "e5",
66
- "title": "Sidebar Menu: Edge Weight Normalization Factor",
67
- "text": "The graph should",
68
- "options": {
69
- "Enter a Number in the Box and Click \"Set Factor\" button": "reload with the new normalization factor applied to its edge weight thicknesses"
70
- },
71
- "included": false,
72
- "availability": {
73
- "NoGraphLoaded": false,
74
- "WeightedGraphLoaded": true,
75
- "UnWeightedGraphLoaded": false
76
- }
77
- },
78
- {
79
- "id": "e6",
80
- "title": "Dropdown Menu: Edge -> Edge Weight Normalization Factor",
81
- "text": "The graph should",
82
- "options": {
83
- "Enter a Number in the Box and Press Enter": "reload with the new normalization factor applied to its edge weight thicknesses"
84
- },
85
- "included": false,
86
- "availability": {
87
- "NoGraphLoaded": false,
88
- "WeightedGraphLoaded": true,
89
- "UnWeightedGraphLoaded": false
90
- }
91
- },
92
- {
93
- "id": "e7",
94
- "title": "Sidebar Menu: Reset Factor Button",
95
- "text": "The graph should",
96
- "options": {
97
- "Click": "reset to its default normalization factor and reload the graph"
98
- },
99
- "included": false,
100
- "availability": {
101
- "NoGraphLoaded": false,
102
- "WeightedGraphLoaded": true,
103
- "UnWeightedGraphLoaded": false
104
- }
105
- },
106
- {
107
- "id": "e8",
108
- "title": "Dropdown Menu: Edge -> Reset Edge Weight Normalization",
109
- "text": "The graph should",
110
- "options": {
111
- "Click": "reset to its default normalization factor and reload the graph"
112
- },
113
- "included": false,
114
- "availability": {
115
- "NoGraphLoaded": false,
116
- "WeightedGraphLoaded": true,
117
- "UnWeightedGraphLoaded": false
118
- }
119
- },
120
- {
121
- "id": "e9",
122
- "title": "Sidebar Menu: Gray Threshold Slider",
123
- "text": "The graph should reload, with",
124
- "options": {
125
- "Change the Grey Threshold Value": "edges that fall below the threshold value colored gray"
126
- },
127
- "included": false,
128
- "availability": {
129
- "NoGraphLoaded": false,
130
- "WeightedGraphLoaded": true,
131
- "UnWeightedGraphLoaded": false
132
- }
133
- },
134
- {
135
- "id": "e10",
136
- "title": "Dropdown Menu: Edge -> Gray Threshold Input Box",
137
- "text": "The graph should reload, with",
138
- "options": {
139
- "Change the Grey Threshold Value and Press Enter": "edges that fall below the threshold value colored gray"
140
- },
141
- "included": false,
142
- "availability": {
143
- "NoGraphLoaded": false,
144
- "WeightedGraphLoaded": true,
145
- "UnWeightedGraphLoaded": false
146
- }
147
- },
148
- {
149
- "id": "e11",
150
- "title": "Sidebar Menu: Show Grey Edges as Dashed Checkbox",
151
- "text": "The graph should",
152
- "options": {
153
- "Uncheck": "show gray lines as solid lines",
154
- "Check": "show gray lines as dashed lines"
155
- },
156
- "included": false,
157
- "availability": {
158
- "NoGraphLoaded": false,
159
- "WeightedGraphLoaded": true,
160
- "UnWeightedGraphLoaded": false
161
- }
162
- },
163
- {
164
- "id": "e12",
165
- "title": "Dropdown Menu: Edge -> Show Grey Edges as Dashed",
166
- "text": "The graph should",
167
- "options": {
168
- "Uncheck": "show gray lines as solid lines",
169
- "Check": "show gray lines as dashed lines"
170
- },
171
- "included": false,
172
- "availability": {
173
- "NoGraphLoaded": false,
174
- "WeightedGraphLoaded": true,
175
- "UnWeightedGraphLoaded": false
176
- }
177
- }
178
- ]
@@ -1,100 +0,0 @@
1
- [
2
- {
3
- "id":"f1",
4
- "title": "Dropdown Menu: Help",
5
- "text": "GRNsight should",
6
- "options": {
7
- "Select \"Getting Started\"": "open the GRNsight documentation page",
8
- "Select \"GRNsight Wiki\"": "open the GRNsight wiki page",
9
- "Select \"About GRNsight\"": "open the About GRNsight page"
10
- },
11
- "included": false,
12
- "availability": {
13
- "NoGraphLoaded": true,
14
- "WeightedGraphLoaded": true,
15
- "UnWeightedGraphLoaded": true
16
- }
17
- },
18
- {
19
- "id":"f2",
20
- "title": "Load Graph",
21
- "text": "GRNsight should",
22
- "options": {
23
- "None": "have no graph in the viewport",
24
- "Dropdown Menu: File -> Open File": "lay out a network graph from the Excel, SIF, or GraphML network if there are no errors in the file",
25
- "Dropdown Menu: Demo -> Demo #1": "lay out an unweighted network graph from Demo #1",
26
- "Dropdown Menu: Demo -> Demo #2": "lay out a weighted network graph from Demo #2",
27
- "Dropdown Menu: Demo -> Demo #3": "lay out an unweighted network graph from Demo #3",
28
- "Dropdown Menu: Demo -> Demo #4": "lay out a weighted network graph from Demo #4"
29
- },
30
- "included": false,
31
- "availability": {
32
- "NoGraphLoaded": true,
33
- "WeightedGraphLoaded": true,
34
- "UnWeightedGraphLoaded": true
35
- }
36
- },
37
- {
38
- "id":"f3",
39
- "title": "Dropdown Menu: File -> Reload",
40
- "text": "The graph should",
41
- "options": {
42
- "Select": "center, zoom to 100%, and reapply the force graph parameters"
43
- },
44
- "included": false,
45
- "availability": {
46
- "NoGraphLoaded": false,
47
- "WeightedGraphLoaded": true,
48
- "UnWeightedGraphLoaded": true
49
- }
50
- },
51
- {
52
- "id":"f4",
53
- "title": "Dropdown Menu: File -> Export Data",
54
- "text": "GRNsight should",
55
- "options": {
56
- "Select \"To Unweighted SIF\"": "export an unweighted SIF file from the graph currently loaded",
57
- "Select \"To Weighted SIF\"": "export a weighted SIF file from the graph currently loaded",
58
- "Select \"To Unweighted GraphML\"": "export an unweighted GraphML file from the graph currently loaded",
59
- "Select \"To Weighted GraphML\"": "export a weighted GraphML file from the graph currently loaded",
60
- "Select \"To Unweighted Excel\"": "export an unweighted Excel file from the graph currently loaded",
61
- "Select \"To Weighted Excel\"": "export a weighted Excel file from the graph currently loaded"
62
- },
63
- "included": false,
64
- "availability": {
65
- "NoGraphLoaded": false,
66
- "WeightedGraphLoaded": true,
67
- "UnWeightedGraphLoaded": true
68
- }
69
- },
70
- {
71
- "id":"f5",
72
- "title": "Dropdown Menu: File -> Export Image",
73
- "text": "GRNsight should",
74
- "options": {
75
- "Select \"To PNG\"": "export a PNG image from the graph currently loaded",
76
- "Select \"To SVG\"": "export a SVG image from the graph currently loaded",
77
- "Select \"To PDF\"": "export a PDF file from the graph currently loaded"
78
- },
79
- "included": false,
80
- "availability": {
81
- "NoGraphLoaded": false,
82
- "WeightedGraphLoaded": true,
83
- "UnWeightedGraphLoaded": true
84
- }
85
- },
86
- {
87
- "id":"f6",
88
- "title": "Dropdown Menu: File -> Print",
89
- "text": "GRNsight should",
90
- "options": {
91
- "Select": "open the Print Dialogue Box"
92
- },
93
- "included": false,
94
- "availability": {
95
- "NoGraphLoaded": false,
96
- "WeightedGraphLoaded": true,
97
- "UnWeightedGraphLoaded": true
98
- }
99
- }
100
- ]
@@ -1,166 +0,0 @@
1
- [
2
- {
3
- "id":"l1",
4
- "title": "Sidebar Menu: Grid Layout",
5
- "text": "The graph should",
6
- "options": {
7
- "Keep at Default": "default to force graph layout",
8
- "Click Grid Layout Button": "change to grid layout",
9
- "Click Force Graph Layout Button": "change to force graph layout"
10
- },
11
- "included": true,
12
- "availability": {
13
- "NoGraphLoaded": true,
14
- "WeightedGraphLoaded": true,
15
- "UnWeightedGraphLoaded": true
16
- }
17
- },
18
- {
19
- "id":"l2",
20
- "title": "Dropdown Menu: Layout -> Graph Options",
21
- "text": "The graph should",
22
- "options": {
23
- "Keep at Default": "be in force graph layout by default",
24
- "Grid Layout": "apply grid layout",
25
- "Force Graph": "apply force graph layout"
26
- },
27
- "included": false,
28
- "availability": {
29
- "NoGraphLoaded": false,
30
- "WeightedGraphLoaded": true,
31
- "UnWeightedGraphLoaded": true
32
- }
33
- },
34
- {
35
- "id":"l3",
36
- "title": "Dropdown Menu: Layout -> Lock Force Graph Parameters",
37
- "text": "The Force Graph Parameter sliders should",
38
- "options": {
39
- "Check \"Lock Force Graph Parameters\"": "be disabled.",
40
- "Uncheck \"Lock Force Graph Parameters\"": "be enabled."
41
- },
42
- "included": false,
43
- "availability": {
44
- "NoGraphLoaded": false,
45
- "WeightedGraphLoaded": true,
46
- "UnWeightedGraphLoaded": true
47
- }
48
- },
49
- {
50
- "id":"l4",
51
- "title": "Dropdown Menu: Layout -> Reset Force Graph Parameters",
52
- "text": "The force graph parameters should",
53
- "options": {
54
- "Click \"Reset Force Graph Parameters\"": "revert to the default values, if Lock Force Graph Parameters is unchecked"
55
- },
56
- "included": false,
57
- "availability": {
58
- "NoGraphLoaded": true,
59
- "WeightedGraphLoaded": true,
60
- "UnWeightedGraphLoaded": true
61
- }
62
- },
63
- {
64
- "id":"l5",
65
- "title": "Dropdown Menu: Layout -> Undo Reset",
66
- "text": "The force graph parameters should",
67
- "options": {
68
- "Click \"Undo Reset\"": "return to the values they had before the Undo Reset button (or menu item) was selected, if Undo Reset is enabled."
69
- },
70
- "included": false,
71
- "availability": {
72
- "NoGraphLoaded": true,
73
- "WeightedGraphLoaded": true,
74
- "UnWeightedGraphLoaded": true
75
- }
76
- },
77
- {
78
- "id":"l6",
79
- "title": "Dropdown Menu: Layout -> Link Distance",
80
- "text": "",
81
- "options": {
82
- "Input Value, then Press Enter": "The graph's edges should visibly change in length to the value entered if Lock Force Graph Parameters is unchecked"
83
- },
84
- "included": false,
85
- "availability": {
86
- "NoGraphLoaded": true,
87
- "WeightedGraphLoaded": true,
88
- "UnWeightedGraphLoaded": true
89
- }
90
- },
91
- {
92
- "id":"l7",
93
- "title": "Dropdown Menu: Layout -> Charge",
94
- "text": "",
95
- "options": {
96
- "Input Value, then Press Enter": "The graph's nodes should visibly change it's level of attraction to each other to the value entered if Lock Force Graph Parameters is unchecked"
97
- },
98
- "included": false,
99
- "availability": {
100
- "NoGraphLoaded": true,
101
- "WeightedGraphLoaded": true,
102
- "UnWeightedGraphLoaded": true
103
- }
104
- },
105
- {
106
- "id":"l8",
107
- "title": "Sidebar Menu: Force Graph Parameter Sliders",
108
- "text": "",
109
- "options": {
110
- "Keep at Default Values": "The graph should be laid out according to the default values of the force graph parameter sliders",
111
- "Decrease Link Distance": "The graph's edges should visibly decrease in length if Lock Force Graph Parameters is unchecked",
112
- "Increase Link Distance": "The graph's edges should visibly increase in length if Lock Force Graph Parameters is unchecked",
113
- "Increase Charge": "The graph's nodes should visibly increase attraction to each other if Lock Force Graph Parameters is unchecked",
114
- "Decrease Charge": "The graph's nodes should visibly decrease attraction to each other if Lock Force Graph Parameters is unchecked"
115
- },
116
- "included": false,
117
- "availability": {
118
- "NoGraphLoaded": true,
119
- "WeightedGraphLoaded": true,
120
- "UnWeightedGraphLoaded": true
121
- }
122
- },
123
- {
124
- "id":"l9",
125
- "title": "Sidebar Menu: Lock Force Graph Parameters Checkbox",
126
- "text": "The Force Graph Parameter sliders should",
127
- "options": {
128
- "Check": "be disabled.",
129
- "Uncheck": "be enabled."
130
- },
131
- "included": false,
132
- "availability": {
133
- "NoGraphLoaded": true,
134
- "WeightedGraphLoaded": true,
135
- "UnWeightedGraphLoaded": true
136
- }
137
- },
138
- {
139
- "id":"l10",
140
- "title": "Sidebar Menu: Reset Force Graph Parameters Button",
141
- "text": "The Force Graph Parameter sliders should",
142
- "options": {
143
- "Click": "revert to the default values, if Lock Force Graph Parameters is unchecked."
144
- },
145
- "included": false,
146
- "availability": {
147
- "NoGraphLoaded": true,
148
- "WeightedGraphLoaded": true,
149
- "UnWeightedGraphLoaded": true
150
- }
151
- },
152
- {
153
- "id":"l11",
154
- "title": "Sidebar Menu: Undo Reset Button",
155
- "text": "The Force Graph Parameter sliders should",
156
- "options": {
157
- "Click": "return to the values they had before the Undo Reset button (or menu item) was selected, if the Undo Reset button is enabled."
158
- },
159
- "included": false,
160
- "availability": {
161
- "NoGraphLoaded": true,
162
- "WeightedGraphLoaded": true,
163
- "UnWeightedGraphLoaded": true
164
- }
165
- }
166
- ]
@@ -1,195 +0,0 @@
1
- [
2
- {
3
- "id":"n1",
4
- "title": "Sidebar Menu: Top Dataset",
5
- "text": "The top half of each node should be colored using data from",
6
- "options": {
7
- "Keep Default Selection": "the first expression dataset detected in the input workbook",
8
- "Select Top Dataset from Dropdown List": "the selected dataset"
9
- },
10
- "included": false,
11
- "conditional": "if expression data sheets are present in input workbook",
12
- "availability": {
13
- "NoGraphLoaded": false,
14
- "WeightedGraphLoaded": true,
15
- "UnWeightedGraphLoaded": true
16
- }
17
- },
18
- {
19
- "id":"n2",
20
- "title": "Dropdown Menu: Node -> Select Top Dataset",
21
- "text": "The top half of each node should be colored using data from",
22
- "options": {
23
- "Keep Default Selection": "the first expression dataset detected in the input workbook",
24
- "Check New Top Dataset from Dropdown List": "the selected dataset"
25
- },
26
- "included": false,
27
- "conditional": "if expression data sheets are present in input workbook",
28
- "availability": {
29
- "NoGraphLoaded": false,
30
- "WeightedGraphLoaded": true,
31
- "UnWeightedGraphLoaded": true
32
- }
33
- },
34
- {
35
- "id":"n3",
36
- "title": "Sidebar Menu: Bottom Dataset",
37
- "text": "The bottom half of each node should be colored using data from",
38
- "options": {
39
- "Keep Default Selection": "the same dataset as the top dataset",
40
- "Select Bottom Dataset from Dropdown List": "the selected dataset"
41
- },
42
- "included": false,
43
- "conditional": "if expression data sheets are present in input workbook",
44
- "availability": {
45
- "NoGraphLoaded": false,
46
- "WeightedGraphLoaded": true,
47
- "UnWeightedGraphLoaded": true
48
- }
49
- },
50
- {
51
- "id":"n4",
52
- "title": "Dropdown Menu: Node -> Select Bottom Dataset",
53
- "text": "The bottom half of each node should be colored using data from",
54
- "options": {
55
- "Keep Default Selection": "the same dataset as the top dataset",
56
- "Check New Bottom Dataset from Dropdown List": "the selected dataset"
57
- },
58
- "included": false,
59
- "conditional": "if expression data sheets are present in input workbook",
60
- "availability": {
61
- "NoGraphLoaded": false,
62
- "WeightedGraphLoaded": true,
63
- "UnWeightedGraphLoaded": true
64
- }
65
- },
66
- {
67
- "id":"n5",
68
- "title": "Sidebar Menu: Log Fold Change Max Value",
69
- "text": "The node coloring visualization's color intensity should",
70
- "options": {
71
- "Keep Default Value": "default to having a Log Fold Change Max Value of 3",
72
- "Increase Log Fold Change Max Value": "decrease",
73
- "Decrease Log Fold Change Max Value": "increase"
74
- },
75
- "included": false,
76
- "conditional": "if expression data sheets are present in input workbook",
77
- "availability": {
78
- "NoGraphLoaded": false,
79
- "WeightedGraphLoaded": true,
80
- "UnWeightedGraphLoaded": true
81
- }
82
- },
83
- {
84
- "id":"n6",
85
- "title": "Dropdown Menu: Node -> Log Fold Change Max Value",
86
- "text": "The node coloring visualization's color intensity should",
87
- "options": {
88
- "Keep Default Value": "default to having a Log Fold Change Max Value of 3",
89
- "Increase Log Fold Change Max Value": "decrease",
90
- "Decrease Log Fold Change Max Value": "increase"
91
- },
92
- "included": false,
93
- "conditional": "if expression data sheets are present in input workbook",
94
- "availability": {
95
- "NoGraphLoaded": false,
96
- "WeightedGraphLoaded": true,
97
- "UnWeightedGraphLoaded": true
98
- }
99
- },
100
- {
101
- "id":"n7",
102
- "title": "Sidebar Menu: Average Replicates Values (Top Dataset)",
103
- "text": "GRNsight should",
104
- "options": {
105
- "Check": "average replicate values for top dataset",
106
- "Uncheck": "not average replicate values for top dataset"
107
- },
108
- "included": false,
109
- "conditional": "if expression data sheets are present in input workbook",
110
- "availability": {
111
- "NoGraphLoaded": false,
112
- "WeightedGraphLoaded": true,
113
- "UnWeightedGraphLoaded": true
114
- }
115
- },
116
- {
117
- "id":"n8",
118
- "title": "Dropdown Menu: Node -> Average Replicates Values (Top Dataset)",
119
- "text": "GRNsight should",
120
- "options": {
121
- "Check": "average replicate values for top dataset",
122
- "Uncheck": "not average replicate values for top dataset"
123
- },
124
- "included": false,
125
- "conditional": "if expression data sheets are present in input workbook",
126
- "availability": {
127
- "NoGraphLoaded": false,
128
- "WeightedGraphLoaded": true,
129
- "UnWeightedGraphLoaded": true
130
- }
131
- },
132
- {
133
- "id":"n9",
134
- "title": "Sidebar Menu: Average Replicates Values (Bottom Dataset)",
135
- "text": "GRNsight should",
136
- "options": {
137
- "Check": "average replicate values for bottom dataset",
138
- "Uncheck": "not average replicate values for bottom dataset"
139
- },
140
- "included": false,
141
- "conditional": "if expression data sheets are present in input workbook",
142
- "availability": {
143
- "NoGraphLoaded": false,
144
- "WeightedGraphLoaded": true,
145
- "UnWeightedGraphLoaded": true
146
- }
147
- },
148
- {
149
- "id":"n10",
150
- "title": "Dropdown Menu: Node -> Average Replicates Values (Bottom Dataset)",
151
- "text": "GRNsight should",
152
- "options": {
153
- "Check": "average replicate values for bottom dataset",
154
- "Uncheck": "not average replicate values for bottom dataset"
155
- },
156
- "included": false,
157
- "conditional": "if expression data sheets are present in input workbook",
158
- "availability": {
159
- "NoGraphLoaded": false,
160
- "WeightedGraphLoaded": true,
161
- "UnWeightedGraphLoaded": true
162
- }
163
- },
164
- {
165
- "id":"n11",
166
- "title": "Sidebar Menu: Node Coloring Toggle Button",
167
- "text": "",
168
- "options": {
169
- "Click": "Node coloring should toggle between on and off, with default being on"
170
- },
171
- "included": false,
172
- "conditional": "if expression data sheets are present in input workbook",
173
- "availability": {
174
- "NoGraphLoaded": false,
175
- "WeightedGraphLoaded": true,
176
- "UnWeightedGraphLoaded": true
177
- }
178
- },
179
- {
180
- "id":"n12",
181
- "title": "Dropdown Menu: Node -> Enable Node Coloring",
182
- "text": "",
183
- "options": {
184
- "Check": "Node coloring should become enabled, and Node Coloring Toggle Button text in sidebar menu should toggle on",
185
- "Uncheck": "Node coloring should become disabled, and Node Coloring Toggle Button text in sidebar menu should toggle off"
186
- },
187
- "included": true,
188
- "conditional": "if expression data sheets are present in input workbook",
189
- "availability": {
190
- "NoGraphLoaded": false,
191
- "WeightedGraphLoaded": true,
192
- "UnWeightedGraphLoaded": true
193
- }
194
- }
195
- ]
@@ -1,30 +0,0 @@
1
- [
2
- {
3
- "id":"s1",
4
- "title": "Dropdown Menu: Species -> Current Species",
5
- "text": "",
6
- "options": {
7
- "Select a species": "Opening gene information pages will use information of the selected species."
8
- },
9
- "included": false,
10
- "availability": {
11
- "NoGraphLoaded": true,
12
- "WeightedGraphLoaded": true,
13
- "UnWeightedGraphLoaded": true
14
- }
15
- },
16
- {
17
- "id":"s2",
18
- "title": "Sidebar Menu: Species -> Current Species",
19
- "text": "",
20
- "options": {
21
- "Select a species from a dropdown list": "Opening gene information pages will use information of the selected species."
22
- },
23
- "included": false,
24
- "availability": {
25
- "NoGraphLoaded": true,
26
- "WeightedGraphLoaded": true,
27
- "UnWeightedGraphLoaded": true
28
- }
29
- }
30
- ]