grnsight 4.0.0 → 6.0.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 (458) hide show
  1. package/.travis.yml +3 -1
  2. package/GRNsight - Beta.html +194 -0
  3. package/Gemfile.lock +259 -0
  4. package/README.md +2 -2
  5. package/_gh_pages/about.html +360 -45
  6. package/_gh_pages/assets/css/footer.css +3 -0
  7. package/_gh_pages/assets/css/main.css +28 -14
  8. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary-no-targetless-genes_sif.png +0 -0
  9. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary_sif.png +0 -0
  10. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_3-edges-and-footer.png +0 -0
  11. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_header-and-3-nodes.png +0 -0
  12. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_3-edges-and-footer.png +0 -0
  13. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_header-and-3-nodes.png +0 -0
  14. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary-no-targetless-genes_sif.png +0 -0
  15. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary_sif.png +0 -0
  16. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated-no-targetless-genes_sif.png +0 -0
  17. package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated_sif.png +0 -0
  18. package/_gh_pages/assets/images/Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
  19. package/_gh_pages/assets/images/Choe_SCCUR_2017.jpg +0 -0
  20. package/_gh_pages/assets/images/Dahlquist-Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
  21. package/_gh_pages/assets/images/Dionisio-Dahlquist_GRNsight-shades_20170506.jpg +0 -0
  22. package/_gh_pages/assets/images/Klein_Samdarshi_TriBeta_2018_20180317.jpg +0 -0
  23. package/_gh_pages/assets/images/Shin_SCCUR_2017.jpg +0 -0
  24. package/{documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure1_zoom145_900pix-wide.png → _gh_pages/assets/images/demo-3_network-sheet.png} +0 -0
  25. package/{documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure2_zoom145_900pix-wide.png → _gh_pages/assets/images/demo-4_network-optimized-weights-sheet.png} +0 -0
  26. package/_gh_pages/assets/images/gene-pages-0.png +0 -0
  27. package/_gh_pages/assets/images/gene-pages-1.png +0 -0
  28. package/_gh_pages/assets/images/gene-pages-2.png +0 -0
  29. package/_gh_pages/assets/images/gene-pages-3.png +0 -0
  30. package/_gh_pages/assets/images/grnsight2020.png +0 -0
  31. package/_gh_pages/assets/images/v3demo2-grid+nodecoloring.png +0 -0
  32. package/_gh_pages/assets/images/v3demo2-nodecoloring.png +0 -0
  33. package/_gh_pages/assets/images/v3demo2.png +0 -0
  34. package/_gh_pages/assets/js/ga-report.js +11 -11
  35. package/_gh_pages/assets/js/iframeResizer.min.js +9 -0
  36. package/_gh_pages/assets/js/main.js +43 -43
  37. package/_gh_pages/beta.html +29 -24
  38. package/_gh_pages/contact.html +31 -31
  39. package/_gh_pages/coverage/coverage.json +1 -0
  40. package/_gh_pages/coverage/coverage.raw.json +1 -0
  41. package/_gh_pages/coverage/lcov-report/base.css +223 -0
  42. package/_gh_pages/coverage/lcov-report/block-navigation.js +63 -0
  43. package/_gh_pages/coverage/lcov-report/controllers/additional-sheet-parser.js.html +330 -0
  44. package/_gh_pages/coverage/lcov-report/controllers/constants.js.html +243 -0
  45. package/_gh_pages/coverage/lcov-report/controllers/export-controller.js.html +285 -0
  46. package/_gh_pages/coverage/lcov-report/controllers/exporters/graphml.js.html +405 -0
  47. package/_gh_pages/coverage/lcov-report/controllers/exporters/index.html +110 -0
  48. package/_gh_pages/coverage/lcov-report/controllers/exporters/sif.js.html +150 -0
  49. package/_gh_pages/coverage/lcov-report/controllers/helpers.js.html +114 -0
  50. package/_gh_pages/coverage/lcov-report/controllers/import-controller.js.html +233 -0
  51. package/_gh_pages/coverage/lcov-report/controllers/importers/graphml.js.html +716 -0
  52. package/_gh_pages/coverage/lcov-report/controllers/importers/index.html +106 -0
  53. package/_gh_pages/coverage/lcov-report/controllers/importers/sif.js.html +488 -0
  54. package/_gh_pages/coverage/lcov-report/controllers/index.html +162 -0
  55. package/_gh_pages/coverage/lcov-report/controllers/semantic-checker.js.html +810 -0
  56. package/_gh_pages/coverage/lcov-report/controllers/spreadsheet-controller.js.html +1779 -0
  57. package/_gh_pages/coverage/lcov-report/index.html +136 -0
  58. package/_gh_pages/coverage/lcov-report/prettify.css +1 -0
  59. package/_gh_pages/coverage/lcov-report/prettify.js +1 -0
  60. package/_gh_pages/coverage/lcov-report/server/controllers/additional-sheet-parser.js.html +330 -0
  61. package/_gh_pages/coverage/lcov-report/server/controllers/constants.js.html +243 -0
  62. package/_gh_pages/coverage/lcov-report/server/controllers/export-controller.js.html +285 -0
  63. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/graphml.js.html +405 -0
  64. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/index.html +110 -0
  65. package/_gh_pages/coverage/lcov-report/server/controllers/exporters/sif.js.html +150 -0
  66. package/_gh_pages/coverage/lcov-report/server/controllers/graphml-constants.js.html +585 -0
  67. package/_gh_pages/coverage/lcov-report/server/controllers/helpers.js.html +114 -0
  68. package/_gh_pages/coverage/lcov-report/server/controllers/import-controller.js.html +237 -0
  69. package/_gh_pages/coverage/lcov-report/server/controllers/importers/graphml.js.html +585 -0
  70. package/_gh_pages/coverage/lcov-report/server/controllers/importers/index.html +110 -0
  71. package/_gh_pages/coverage/lcov-report/server/controllers/importers/sif.js.html +492 -0
  72. package/_gh_pages/coverage/lcov-report/server/controllers/index.html +188 -0
  73. package/_gh_pages/coverage/lcov-report/server/controllers/semantic-checker.js.html +810 -0
  74. package/_gh_pages/coverage/lcov-report/server/controllers/spreadsheet-controller.js.html +1779 -0
  75. package/_gh_pages/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  76. package/_gh_pages/coverage/lcov-report/sorter.js +158 -0
  77. package/_gh_pages/coverage/lcov-report/web-client/public/js/grnstate.js.html +225 -0
  78. package/_gh_pages/coverage/lcov-report/web-client/public/js/index.html +97 -0
  79. package/_gh_pages/coverage/lcov.info +49 -0
  80. package/_gh_pages/documentation.html +998 -320
  81. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.aux +47 -0
  82. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bbl +73 -0
  83. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.blg +52 -0
  84. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.log +1056 -0
  85. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.out +7 -0
  86. package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.synctex.gz +0 -0
  87. package/_gh_pages/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised-Dondi.docx +0 -0
  88. package/_gh_pages/encryption/server.cert +21 -0
  89. package/_gh_pages/encryption/server.key +28 -0
  90. package/_gh_pages/favicon.ico +0 -0
  91. package/_gh_pages/index.html +45 -22
  92. package/_gh_pages/links.html +47 -28
  93. package/_gh_pages/news.html +103 -21
  94. package/_gh_pages/onlyfooter.html +78 -0
  95. package/_gh_pages/onlyheader.html +64 -0
  96. package/_gh_pages/onlysidebar.html +73 -0
  97. package/_gh_pages/package-lock.json +14048 -0
  98. package/_gh_pages/people.html +129 -40
  99. package/_gh_pages/privacy.html +23 -17
  100. package/_gh_pages/publications.html +75 -33
  101. package/_gh_pages/robots.txt +1 -0
  102. package/_gh_pages/sitemap.xml +87 -74
  103. package/_gh_pages/test-files/import-samples/attributes.graphml +40 -0
  104. package/_gh_pages/test-files/import-samples/port.graphml +32 -0
  105. package/_gh_pages/test-files/import-samples/simple.graphml +31 -0
  106. package/_gh_pages/web-client/public/js/grnsight.min.js +2347 -0
  107. package/_gh_pages/web-client/public/stylesheets/grnsight.css +443 -0
  108. package/coverage/coverage.json +1 -1
  109. package/coverage/lcov.info +1847 -1142
  110. package/database/README.md +1 -0
  111. package/database/network-database/README.md +44 -0
  112. package/database/network-database/schema.sql +24 -0
  113. package/database/network-database/scripts/filter_genes.py +76 -0
  114. package/database/network-database/scripts/generate_network.py +199 -0
  115. package/database/network-database/scripts/generate_sgd_network_from_yeastract_network.py +120 -0
  116. package/database/network-database/scripts/loader.py +78 -0
  117. package/package.json +20 -11
  118. package/server/app.js +7 -2
  119. package/server/config/config.js +12 -3
  120. package/server/controllers/additional-sheet-parser.js +292 -55
  121. package/server/controllers/constants.js +4 -37
  122. package/server/controllers/custom-workbook-controller.js +66 -0
  123. package/server/controllers/demo-workbooks.js +5973 -0
  124. package/server/controllers/export-constants.js +78 -0
  125. package/server/controllers/export-controller.js +4 -3
  126. package/server/controllers/exporters/graphml.js +15 -15
  127. package/server/controllers/exporters/sif.js +7 -7
  128. package/server/controllers/exporters/xlsx.js +110 -34
  129. package/server/controllers/expression-database-controller.js +19 -0
  130. package/server/controllers/expression-sheet-parser.js +170 -0
  131. package/server/controllers/graphml-constants.js +0 -17
  132. package/server/controllers/helpers.js +25 -1
  133. package/server/controllers/import-controller.js +2 -2
  134. package/server/controllers/importers/graphml.js +17 -20
  135. package/server/controllers/importers/sif.js +22 -18
  136. package/server/controllers/network-database-controller.js +18 -0
  137. package/server/controllers/network-sheet-parser.js +307 -0
  138. package/server/controllers/semantic-checker.js +30 -162
  139. package/server/controllers/sif-constants.js +36 -0
  140. package/server/controllers/spreadsheet-controller.js +277 -425
  141. package/server/controllers/workbook-constants.js +521 -0
  142. package/server/dals/expression-dal.js +122 -0
  143. package/server/dals/network-dal.js +96 -0
  144. package/test/additional-sheet-parser-tests.js +147 -38
  145. package/test/api-tests.js +3 -6
  146. package/test/errors-adjacency-matrix-modifications.js +30 -29
  147. package/test/errors-graph-tests.js +4 -4
  148. package/test/errors-sheet-modifications.js +10 -2
  149. package/test/export-tests.js +187 -60
  150. package/test/expression-data-import-tests.js +113 -0
  151. package/test/grnstate-tests.js +8 -2
  152. package/test/import-graphml-tests.js +59 -40
  153. package/test/import-sif-tests.js +50 -37
  154. package/test/test.js +554 -91
  155. package/test/warnings-adjacency-matrix-modifications.js +8 -7
  156. package/test-files/additional-sheet-test-files/optimization-diagnostics-default.xlsx +0 -0
  157. package/test-files/additional-sheet-test-files/optimization-diagnostics-extraneous-data.xlsx +0 -0
  158. package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-MSE-gene-header.xlsx +0 -0
  159. package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-MSE-header.xlsx +0 -0
  160. package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-column-headers.xlsx +0 -0
  161. package/test-files/additional-sheet-test-files/optimization-diagnostics-invalid-MSE-data.xlsx +0 -0
  162. package/test-files/additional-sheet-test-files/optimization-diagnostics-invalid-value.xlsx +0 -0
  163. package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-MSE-data.xlsx +0 -0
  164. package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-column-headers.xlsx +0 -0
  165. package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-header.xlsx +0 -0
  166. package/test-files/additional-sheet-test-files/optimization-diagnostics-unknown-parameter.xlsx +0 -0
  167. package/test-files/additional-sheet-test-files/optimization-parameters-default.xlsx +0 -0
  168. package/test-files/additional-sheet-test-files/optimization-parameters-incorrect-headers.xlsx +0 -0
  169. package/test-files/additional-sheet-test-files/optimization-parameters-invalid-optimization-parameter.xlsx +0 -0
  170. package/test-files/additional-sheet-test-files/optimization-parameters-missing-headers.xlsx +0 -0
  171. package/test-files/additional-sheet-test-files/optimization-parameters-unknown-parameter.xlsx +0 -0
  172. package/test-files/additional-sheet-test-files/two-column-sheets-extraneous-data.xlsx +0 -0
  173. package/test-files/additional-sheet-test-files/two-column-sheets-incorrect-cell-A1.xlsx +0 -0
  174. package/test-files/additional-sheet-test-files/two-column-sheets-incorrect-column-header.xlsx +0 -0
  175. package/test-files/additional-sheet-test-files/two-column-sheets-invalid-gene-length.xlsx +0 -0
  176. package/test-files/additional-sheet-test-files/two-column-sheets-invalid-gene-type.xlsx +0 -0
  177. package/test-files/additional-sheet-test-files/two-column-sheets-invalid-value.xlsx +0 -0
  178. package/test-files/additional-sheet-test-files/two-column-sheets-missing-column-header.xlsx +0 -0
  179. package/test-files/additional-sheet-test-files/two-column-sheets-special-character.xlsx +0 -0
  180. package/test-files/adjacency-matrix-modifications/asymmetric-gene-order-input.xlsx +0 -0
  181. package/test-files/adjacency-matrix-modifications/asymmetric-gene-order-output.xlsx +0 -0
  182. package/test-files/adjacency-matrix-modifications/extra-column-adjacent-input.xlsx +0 -0
  183. package/test-files/adjacency-matrix-modifications/extra-column-adjacent-output.xlsx +0 -0
  184. package/test-files/adjacency-matrix-modifications/extra-column-end-of-sheet-input.xlsx +0 -0
  185. package/test-files/adjacency-matrix-modifications/extra-column-end-of-sheet-output.xlsx +0 -0
  186. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-both-output.xlsx +0 -0
  187. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-only-input.xlsx +0 -0
  188. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-only-output.xlsx +0 -0
  189. package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-optimized-only-output.xlsx +0 -0
  190. package/test-files/adjacency-matrix-modifications/extra-row-end-of-sheet-input.xlsx +0 -0
  191. package/test-files/adjacency-matrix-modifications/extra-row-end-of-sheet-output.xlsx +0 -0
  192. package/test-files/adjacency-matrix-modifications/incorrect-network-cell-A1.xlsx +0 -0
  193. package/test-files/adjacency-matrix-modifications/missing-column-end-input.xlsx +0 -0
  194. package/test-files/adjacency-matrix-modifications/missing-column-end-output.xlsx +0 -0
  195. package/test-files/adjacency-matrix-modifications/missing-data-input.xlsx +0 -0
  196. package/test-files/adjacency-matrix-modifications/missing-data-output.xlsx +0 -0
  197. package/test-files/adjacency-matrix-modifications/missing-row-end-input.xlsx +0 -0
  198. package/test-files/adjacency-matrix-modifications/missing-row-end-output.xlsx +0 -0
  199. package/test-files/adjacency-matrix-modifications/missing-row-middle-input.xlsx +0 -0
  200. package/test-files/adjacency-matrix-modifications/missing-row-middle-output.xlsx +0 -0
  201. package/test-files/adjacency-matrix-modifications/missing-value-bottom-corner-input.xlsx +0 -0
  202. package/test-files/adjacency-matrix-modifications/missing-value-bottom-corner-output.xlsx +0 -0
  203. package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-both-output.xlsx +0 -0
  204. package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-net-only-input.xlsx +0 -0
  205. package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-net-op-only-output.xlsx +0 -0
  206. package/test-files/adjacency-matrix-modifications/value-replaced/342/200/223w-spaces-net-only-output.xlsx +0 -0
  207. package/test-files/demo-files/15-genes_28-edges_db5_Dahlquist-data_estimation_output.xlsx +0 -0
  208. package/test-files/demo-files/15-genes_28-edges_db5_Dahlquist-data_input.xlsx +0 -0
  209. package/test-files/expression-data-test-sheets/expression_sheet_correct_numbering.xlsx +0 -0
  210. package/test-files/expression-data-test-sheets/expression_sheet_different_number_of_columns.xlsx +0 -0
  211. package/test-files/expression-data-test-sheets/expression_sheet_empty_column.xlsx +0 -0
  212. package/test-files/expression-data-test-sheets/expression_sheet_empty_row.xlsx +0 -0
  213. package/test-files/expression-data-test-sheets/expression_sheet_erroneous_data.xlsx +0 -0
  214. package/test-files/expression-data-test-sheets/expression_sheet_extra_gene_name.xlsx +0 -0
  215. package/test-files/expression-data-test-sheets/expression_sheet_incorrectly_ordered_time_points.xlsx +0 -0
  216. package/test-files/expression-data-test-sheets/expression_sheet_mismatched_case_gene_names.xlsx +0 -0
  217. package/test-files/expression-data-test-sheets/expression_sheet_mismatched_gene_names.xlsx +0 -0
  218. package/test-files/expression-data-test-sheets/expression_sheet_missing_column_header.xlsx +0 -0
  219. package/test-files/expression-data-test-sheets/expression_sheet_missing_data_error.xlsx +0 -0
  220. package/test-files/expression-data-test-sheets/expression_sheet_missing_data_ok.xlsx +0 -0
  221. package/test-files/expression-data-test-sheets/expression_sheet_missing_data_ok_export_exact.xlsx +0 -0
  222. package/test-files/expression-data-test-sheets/expression_sheet_missing_gene_name.xlsx +0 -0
  223. package/test-files/expression-data-test-sheets/expression_sheet_name_not_in_optparams.xlsx +0 -0
  224. package/test-files/expression-data-test-sheets/expression_sheet_name_not_present.xlsx +0 -0
  225. package/test-files/expression-data-test-sheets/expression_sheet_negative_time_points.xlsx +0 -0
  226. package/test-files/expression-data-test-sheets/expression_sheet_non_numerical_time_points.xlsx +0 -0
  227. package/test-files/expression-data-test-sheets/expression_sheet_not_existing.xlsx +0 -0
  228. package/test-files/expression-data-test-sheets/expression_sheet_wrong_id_label.xlsx +0 -0
  229. package/test-files/expression-data-test-sheets/expression_sheet_wrong_order_gene_names.xlsx +0 -0
  230. package/test-files/expression-data-test-sheets/expression_sheet_wrong_sheet_name_case.xlsx +0 -0
  231. package/test-files/expression-data-test-sheets/expression_sheet_wrong_sheet_name_convention.xlsx +0 -0
  232. package/test-files/gene-name-modifications/NaN-as-gene-name-input.xlsx +0 -0
  233. package/test-files/gene-name-modifications/NaN-as-gene-name-output.xlsx +0 -0
  234. package/test-files/gene-name-modifications/mismatched-case-related-input.xlsx +0 -0
  235. package/test-files/gene-name-modifications/mismatched-case-related-output.xlsx +0 -0
  236. package/test-files/gene-name-modifications/mismatched-case-unrelated-input.xlsx +0 -0
  237. package/test-files/gene-name-modifications/mismatched-case-unrelated-output.xlsx +0 -0
  238. package/test-files/graph-tests/different-sized-networks/{80-genes-0-edges.xlsx → 134-genes-0-edges.xlsx} +0 -0
  239. package/test-files/graph-tests/different-sized-networks/{45-genes-max-edges.xlsx → 44-source-genes-45-target-genes-max-edges.xlsx} +0 -0
  240. package/test-files/graph-tests/different-sized-networks/{1-gene-0-edges.xlsx → unused-files/1-gene-0-edges.xlsx} +0 -0
  241. package/test-files/graph-tests/different-sized-networks/{1-gene-1-edges.xlsx → unused-files/1-gene-1-edges.xlsx} +0 -0
  242. package/test-files/graph-tests/different-sized-networks/{10-genes-50-edges.xlsx → unused-files/10-genes-50-edges.xlsx} +0 -0
  243. package/test-files/graph-tests/different-sized-networks/{10-genes-90-edges.xlsx → unused-files/10-genes-90-edges.xlsx} +0 -0
  244. package/test-files/graph-tests/different-sized-networks/{100-genes-0-edges.xlsx → unused-files/100-genes-0-edges.xlsx} +0 -0
  245. package/test-files/graph-tests/different-sized-networks/{110-genes-0-edges.xlsx → unused-files/110-genes-0-edges.xlsx} +0 -0
  246. package/test-files/graph-tests/different-sized-networks/{120-genes-0-edges.xlsx → unused-files/120-genes-0-edges.xlsx} +0 -0
  247. package/test-files/graph-tests/different-sized-networks/{130-genes-0-edges.xlsx → unused-files/130-genes-0-edges.xlsx} +0 -0
  248. package/test-files/graph-tests/different-sized-networks/{140-genes-0-edges.xlsx → unused-files/140-genes-0-edges.xlsx} +0 -0
  249. package/test-files/graph-tests/different-sized-networks/{150-genes-10000-edges.xlsx → unused-files/150-genes-10000-edges.xlsx} +0 -0
  250. package/test-files/graph-tests/different-sized-networks/{150-genes-20000-edges.xlsx → unused-files/150-genes-20000-edges.xlsx} +0 -0
  251. package/test-files/graph-tests/different-sized-networks/{150-genes-max-edges.xlsx → unused-files/150-genes-max-edges.xlsx} +0 -0
  252. package/test-files/graph-tests/different-sized-networks/{160-genes-max-edges.xlsx → unused-files/160-genes-max-edges.xlsx} +0 -0
  253. package/test-files/graph-tests/different-sized-networks/{20-genes-max-edges.xlsx → unused-files/20-genes-max-edges.xlsx} +0 -0
  254. package/test-files/graph-tests/different-sized-networks/{25-genes-max-edges.xlsx → unused-files/25-genes-max-edges.xlsx} +0 -0
  255. package/test-files/graph-tests/different-sized-networks/{30-genes-max-edges.xlsx → unused-files/30-genes-max-edges.xlsx} +0 -0
  256. package/test-files/graph-tests/different-sized-networks/{34-genes-0-edges.xlsx → unused-files/34-genes-0-edges.xlsx} +0 -0
  257. package/test-files/graph-tests/different-sized-networks/{34-genes-40-edges.xlsx → unused-files/34-genes-40-edges.xlsx} +0 -0
  258. package/test-files/graph-tests/different-sized-networks/{34-genes-65-edges.xlsx → unused-files/34-genes-65-edges.xlsx} +0 -0
  259. package/test-files/graph-tests/different-sized-networks/{34-genes-90-edges.xlsx → unused-files/34-genes-90-edges.xlsx} +0 -0
  260. package/test-files/graph-tests/different-sized-networks/{5-genes-max-edges.xlsx → unused-files/5-genes-max-edges.xlsx} +0 -0
  261. package/test-files/graph-tests/different-sized-networks/{51-genes-max-edges.xlsx → unused-files/51-genes-max-edges.xlsx} +0 -0
  262. package/test-files/graph-tests/different-sized-networks/{52-genes-max-edges.xlsx → unused-files/52-genes-max-edges.xlsx} +0 -0
  263. package/test-files/graph-tests/different-sized-networks/{55-genes-0-edges.xlsx → unused-files/55-genes-0-edges.xlsx} +0 -0
  264. package/test-files/graph-tests/different-sized-networks/{55-genes-max-edges.xlsx → unused-files/55-genes-max-edges.xlsx} +0 -0
  265. package/test-files/graph-tests/different-sized-networks/{65-genes-0-edges.xlsx → unused-files/65-genes-0-edges.xlsx} +0 -0
  266. package/test-files/graph-tests/different-sized-networks/{7-genes-max-edges.xlsx → unused-files/7-genes-max-edges.xlsx} +0 -0
  267. package/test-files/graph-tests/different-sized-networks/{70-genes-0-edges.xlsx → unused-files/70-genes-0-edges.xlsx} +0 -0
  268. package/test-files/graph-tests/different-sized-networks/{9-genes-max-edges.xlsx → unused-files/9-genes-max-edges.xlsx} +0 -0
  269. package/test-files/graph-tests/different-sized-networks/{90-genes-0-edges.xlsx → unused-files/90-genes-0-edges.xlsx} +0 -0
  270. package/test-files/graph-tests/different-sized-networks/{regulation-matrix-documented-20140709-AllTF-all-targets.xlsx → unused-files/regulation-matrix-documented-20140709-AllTF-all-targets.xlsx} +0 -0
  271. package/test-files/node-tests/long-gene-name-no-spaces-first.xlsx +0 -0
  272. package/test-files/node-tests/long-gene-name-no-spaces-second.xlsx +0 -0
  273. package/test-files/node-tests/long-gene-name-spaces.xlsx +0 -0
  274. package/test-files/species-test-data/15-genes_28-edges_db5_Dahlquist-data_input_no-species.xlsx +0 -0
  275. package/test-files/species-test-data/15-genes_28-edges_db5_Dahlquist-data_input_with-species.xlsx +0 -0
  276. package/test-files/species-test-data/3-gene_7-edge_elegans.xlsx +0 -0
  277. package/test-files/species-test-data/3-gene_7-edge_melanogaster.xlsx +0 -0
  278. package/test-files/species-test-data/3-gene_7-edge_musculus.xlsx +0 -0
  279. package/test-files/species-test-data/3-gene_7-edge_sapiens.xlsx +0 -0
  280. package/test-files/species-test-data/kev-fake-data-sapiens-no-exp-data.xlsx +0 -0
  281. package/test-files/spreadsheet-controller-test-files/sheet-name-capitalized-network-optimized-weights.xlsx +0 -0
  282. package/test-files/spreadsheet-controller-test-files/sheet-name-capitalized-network.xlsx +0 -0
  283. package/web-client/app.js +1 -1
  284. package/web-client/controllers/main.js +1 -1
  285. package/web-client/public/favicon.ico +0 -0
  286. package/web-client/public/gene/api.js +76 -14
  287. package/web-client/public/gene/info.js +19 -8
  288. package/web-client/public/js/api/grnsight-api.js +124 -0
  289. package/web-client/public/js/constants.js +90 -17
  290. package/web-client/public/js/createNetwork.js +195 -0
  291. package/web-client/public/js/graph-statistics.js +7 -7
  292. package/web-client/public/js/graph.js +369 -324
  293. package/web-client/public/js/grnsight.js +2 -2
  294. package/web-client/public/js/grnsight.min.js +128 -59
  295. package/web-client/public/js/grnstate.js +54 -30
  296. package/web-client/public/js/iframe-coordination.js +55 -0
  297. package/web-client/public/js/setup-handlers.js +358 -18
  298. package/web-client/public/js/setup-load-and-import-handlers.js +105 -66
  299. package/web-client/public/js/update-app.js +483 -93
  300. package/web-client/public/js/upload.js +349 -32
  301. package/web-client/public/js/warnings.js +13 -51
  302. package/web-client/public/lib/iframeSizer.contentWindow.min.js +10 -0
  303. package/web-client/public/stylesheets/grnsight.styl +323 -28
  304. package/web-client/views/components/demo.pug +10 -0
  305. package/web-client/views/{graph.jade → graph.pug} +0 -0
  306. package/web-client/views/{info.jade → info.pug} +1 -5
  307. package/web-client/views/upload.pug +580 -0
  308. package/_gh_pages/Gemfile +0 -7
  309. package/_gh_pages/Gemfile.lock +0 -129
  310. package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-development-plan.md +0 -71
  311. package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-requirements-specification.md +0 -71
  312. package/documents/SDF/CMSI_402/spring_2014/use-case-diagram-spring-2014.jpg +0 -0
  313. package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Final_Presentation.pptx +0 -0
  314. package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Presentation_Final_Poster.pdf +0 -0
  315. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal-presentation.pptx +0 -0
  316. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal.docx +0 -0
  317. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-development-plan.docx +0 -0
  318. package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-requirements-specification.docx +0 -0
  319. package/documents/SDF/CMSI_402/spring_2017/Design Review Presentation.pptx +0 -0
  320. package/documents/SDF/CMSI_402/spring_2018/0402report.docx +0 -0
  321. package/documents/SDF/CMSI_402/spring_2018/0409report.docx +0 -0
  322. package/documents/SDF/CMSI_402/spring_2018/402-gantt.png +0 -0
  323. package/documents/SDF/CMSI_402/spring_2018/402SRS_GRNSightFeedback01.txt +0 -28
  324. package/documents/SDF/CMSI_402/spring_2018/402_SPD.md +0 -223
  325. package/documents/SDF/CMSI_402/spring_2018/ChoeShinCMSI402_Final.pptx +0 -0
  326. package/documents/SDF/CMSI_402/spring_2018/ProjectProposal.md +0 -22
  327. package/documents/SDF/CMSI_402/spring_2018/SoftwareRequirementsSpecification.md +0 -88
  328. package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI 402_HW1.pdf +0 -0
  329. package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI402_HW2.pdf +0 -0
  330. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/402hw2.docx +0 -0
  331. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - 402Hw1.docx +0 -0
  332. package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - hw3.docx +0 -0
  333. package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport.docx +0 -0
  334. package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport4 +0 -0
  335. package/documents/abstracts/Anguiano_Varshneya_Undergraduate-Research-Symposium_2017_abstract.pdf +0 -0
  336. package/documents/abstracts/SIGGRAPH 2017 Abstract/ACM-Reference-Format.bst +0 -3478
  337. package/documents/abstracts/SIGGRAPH 2017 Abstract/Figure1_zoom100.png +0 -0
  338. package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.cls +0 -2352
  339. package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.ins +0 -29
  340. package/documents/abstracts/SIGGRAPH 2017 Abstract/always-weights.png +0 -0
  341. package/documents/abstracts/SIGGRAPH 2017 Abstract/auto.png +0 -0
  342. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkA.png +0 -0
  343. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB-normalized.png +0 -0
  344. package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB.png +0 -0
  345. package/documents/abstracts/SIGGRAPH 2017 Abstract/never-weights.png +0 -0
  346. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot.jpg +0 -0
  347. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot3x2.png +0 -0
  348. package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/withweights3x2.png +0 -0
  349. package/documents/abstracts/SIGGRAPH 2017 Abstract/screenshot-auto.png +0 -0
  350. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bib +0 -85
  351. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.pdf +0 -0
  352. package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.tex +0 -235
  353. package/documents/abstracts/SWE Collegiate Competition 2017.md +0 -9
  354. package/documents/abstracts/Samdarshi_GRNsight_SoCalSysBio_Abstract_2019.docx +0 -0
  355. package/documents/abstracts/Varshneya_Samdarshi_Southern-California-Systems-Biology_2017_abstract.docx +0 -0
  356. package/documents/abstracts/~$mdarshi_SoCalSysBio_Abstract_2019.docx +0 -0
  357. package/documents/developer_documents/State Diagram.graphml +0 -3525
  358. package/documents/developer_documents/graphml/State Diagram.graphml +0 -3115
  359. package/documents/developer_documents/older_versions/GRNsight State Diagram old.png +0 -0
  360. package/documents/developer_documents/older_versions/GRNsight State Diagram.png +0 -0
  361. package/documents/developer_documents/testing_script_generator/GRNsightTestingDocument.md +0 -998
  362. package/documents/developer_documents/testing_script_generator/featureList.json +0 -496
  363. package/documents/developer_documents/testing_script_generator/testing-script-generator.js +0 -149
  364. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_conference-presentations_2016.docx +0 -0
  365. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016.docx +0 -0
  366. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
  367. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_references.rtf +0 -264
  368. package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_text-only.docx +0 -0
  369. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/21-genes_31-edges_Schade-data_for-screenshots.xlsx +0 -0
  370. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.jpg +0 -0
  371. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.png +0 -0
  372. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.psd +0 -0
  373. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.jpg +0 -0
  374. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.png +0 -0
  375. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.psd +0 -0
  376. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145_900pix-wide.psd +0 -0
  377. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.jpg +0 -0
  378. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.png +0 -0
  379. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.psd +0 -0
  380. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.jpg +0 -0
  381. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.png +0 -0
  382. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.psd +0 -0
  383. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145_900pix-wide.psd +0 -0
  384. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5A.pdf +0 -0
  385. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5B.pdf +0 -0
  386. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5C.eps +0 -0
  387. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5D.pdf +0 -0
  388. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5E.pdf +0 -0
  389. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5F.eps +0 -0
  390. package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5_compiled.png +0 -0
  391. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure3_GRNsight-Architecture.pdf +0 -0
  392. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure4_GRNsight-Screenshot.pdf +0 -0
  393. package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure5_compiled.pdf +12 -5383
  394. package/documents/manuscripts/peerj-computerscience-2016/peerj-reviewing-10823-v0.pdf +0 -0
  395. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_conference-presentations_2016_revised.docx +0 -0
  396. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter-and-response_2016.pdf +0 -0
  397. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.docx +0 -0
  398. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.pdf +0 -0
  399. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
  400. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_references_revised.rtf +0 -385
  401. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised.docx +0 -0
  402. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised_marked.docx +0 -0
  403. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.docx +0 -0
  404. package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.pdf +0 -0
  405. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure3_GRNsight-Architecture.pdf +0 -0
  406. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot-auto.pdf +0 -0
  407. package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot.pdf +0 -0
  408. package/documents/manuscripts/peerj-computerscience-2016/revisions/peerj-reviewing-10823-v1.pdf +0 -0
  409. package/documents/posters/Anguiano_CMSI402_2017.pptx +0 -0
  410. package/documents/posters/Anguiano_Varshneya_LMU-Symposium_2015.pptx +0 -0
  411. package/documents/posters/Anguiano_Varshneya_SCCUR_2014.pptx +0 -0
  412. package/documents/posters/Choe_Shin_CMSI402_2018.pptx +0 -0
  413. package/documents/posters/Dahlquist-et-al_BOSC_ISMB_2016_poster.pptx +0 -0
  414. package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pdf +0 -0
  415. package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pptx +0 -0
  416. package/documents/posters/Samdarshi-et-al_LMU-Symposium_2017.pptx +0 -0
  417. package/documents/posters/Samdarshi-et-al_LMU-Symposium_2018.pptx +0 -0
  418. package/documents/posters/Samdarshi-et-al_SoCalSysBio_2019.pptx +0 -0
  419. package/documents/posters/Shin-et-al_SCCUR_2017.pptx +0 -0
  420. package/documents/posters/Southwick_CMSI402_2014.pptx +0 -0
  421. package/documents/posters/Varshneya_Samdarshi_LMU-Symposium_2016.pptx +0 -0
  422. package/documents/posters/Varshneya_Samdarshi_SoCalSysBio_2017.pptx +0 -0
  423. package/documents/presentations/Anguiano_402_Final_Presentation.pptx +0 -0
  424. package/documents/presentations/Choe_SWERapidFire2017_final.pptx +0 -0
  425. package/documents/presentations/Dahlquist_BOSC_20160709.pptx +0 -0
  426. package/documents/presentations/Dahlquist_ExperimentalBiology_20160404_talk.pptx +0 -0
  427. package/documents/presentations/Dahlquist_SoCalSysBio_20150131_talk.pptx +0 -0
  428. package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pdf +0 -0
  429. package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pptx +0 -0
  430. package/documents/presentations/Southwick_Anguiano_LMU-Symposium_20140329_talk.pptx +0 -0
  431. package/documents/presentations/Southwick_CMSI402_Presentation_20140508_talk.pptx +0 -0
  432. package/documents/presentations/Varshneya_Anguiano_LMU-Symposium_201703_talk.pptx +0 -0
  433. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_2019_Final.docx +0 -0
  434. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_AnnotatedBibliography.docx +0 -0
  435. package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_Outline.docx +0 -0
  436. package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Draft.docx +0 -0
  437. package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Final_Paper_Draft.docx +0 -0
  438. package/documents/reports/Varshneya_Anu_2017/Varshneya-201701-AnnotatedBibliography.docx +0 -0
  439. package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Introduction.docx +0 -0
  440. package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Outline.docx +0 -0
  441. package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-Discussion.docx +0 -0
  442. package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-MMResults.docx +0 -0
  443. package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Draft-1.docx +0 -0
  444. package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Final.docx +0 -0
  445. package/onlysidebar.html +0 -8
  446. package/test/graph-library-tests.js +0 -165
  447. package/test-files/demo-files/21-genes_50-edges_Dahlquist-data_estimation_output.xlsx +0 -0
  448. package/test-files/demo-files/21-genes_50-edges_Dahlquist-data_input.xlsx +0 -0
  449. package/test-files/graph-tests/different-sized-networks/10-genes-max-edges.xlsx +0 -0
  450. package/test-files/graph-tests/different-sized-networks/12-genes-max-edges.xlsx +0 -0
  451. package/test-files/graph-tests/different-sized-networks/35-genes-max-edges.xlsx +0 -0
  452. package/test-files/graph-tests/different-sized-networks/40-genes-0-edges.xlsx +0 -0
  453. package/test-files/graph-tests/different-sized-networks/40-genes-max-edges.xlsx +0 -0
  454. package/test-files/graph-tests/different-sized-networks/42-genes-max-edges.xlsx +0 -0
  455. package/test-files/graph-tests/different-sized-networks/50-genes-max-edges.xlsx +0 -0
  456. package/test-files/graph-tests/different-sized-networks/75-genes-150-edges.xlsx +0 -0
  457. package/web-client/public/js/container.js +0 -121
  458. package/web-client/views/upload.jade +0 -464
@@ -3,27 +3,23 @@
3
3
 
4
4
  <head>
5
5
  <title>GRNsight - People</title>
6
- <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/bootstrap.min.css">
6
+ <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
7
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
7
8
  <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/main.css">
8
9
  <meta charset="utf-8">
9
- <!-- Begin Jekyll SEO tag v2.0.0 -->
10
+ <!-- Begin Jekyll SEO tag v2.6.1 -->
11
+ <meta name="generator" content="Jekyll v3.9.0" />
10
12
  <meta property="og:title" content="People" />
11
- <meta name="description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
12
- <meta property="og:description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
13
- <link rel="canonical" href="http://dondi.github.io/GRNsight/people.html" />
14
- <meta property="og:url" content="http://dondi.github.io/GRNsight/people.html" />
13
+ <meta property="og:locale" content="en_US" />
14
+ <meta name="description" content="Principal Investigators, current and former undergraduate research assistants for the GRNsight gene regulatory network visualization web app." />
15
+ <meta property="og:description" content="Principal Investigators, current and former undergraduate research assistants for the GRNsight gene regulatory network visualization web app." />
16
+ <link rel="canonical" href="http://localhost:3001/GRNsight/people.html" />
17
+ <meta property="og:url" content="http://localhost:3001/GRNsight/people.html" />
15
18
  <meta property="og:site_name" content="GRNsight" />
16
19
  <script type="application/ld+json">
17
- {
18
- "@context": "http://schema.org",
19
- "@type": "WebPage",
20
- "headline": "People",
21
- "description": "GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks.",
22
- "logo": "http://dondi.github.io/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg",
23
- "url": "http://dondi.github.io/GRNsight/people.html"
24
- }
25
- </script>
20
+ {"@type":"WebPage","url":"http://localhost:3001/GRNsight/people.html","description":"Principal Investigators, current and former undergraduate research assistants for the GRNsight gene regulatory network visualization web app.","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:3001/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg"}},"headline":"People","@context":"https://schema.org"}</script>
26
21
  <!-- End Jekyll SEO tag -->
22
+
27
23
  </head>
28
24
 
29
25
 
@@ -38,7 +34,7 @@
38
34
  </div>
39
35
  <p id="title"><a href="/GRNsight">GRNsight</a></p>
40
36
  <p id="subtext">Web app and service for visualizing models of gene regulatory networks.</p>
41
- <div class="alert alert-success hidden" id="cookie-notice" role="alert">
37
+ <div class="alert alert-success d-none" id="cookie-notice" role="alert">
42
38
  <div>This site uses Google Analytics to count pageviews and file uploads to demonstrate usage of our software to interested parties such as our employers and funding agencies. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies.</div>
43
39
  <button class="cookie-action" data-dismiss="alert" aria-label="Got It">
44
40
  <strong>Got It</strong>
@@ -68,51 +64,140 @@
68
64
 
69
65
  </ul>
70
66
  <p id="modText" class="modNav">
71
- Last modified: 6/4/15
67
+ Last modified: 9/17/20
72
68
  </p>
73
69
  </div>
70
+
74
71
  </div>
75
72
 
76
73
  <div id="mainContent">
77
- <div class="fixWidthforImage">
78
- <div class="pull-left">
79
- <p id="pageTitle">People</p>
74
+ <div class="container carousel-container">
75
+ <div class="row">
76
+ <div id="carouselControls" class="carousel slide" data-ride="carousel">
77
+ <div class="carousel-inner" role="listbox">
78
+ <div class="item carousel-item active">
79
+ <!-- Temporary hardcoded width pending final carousel styles. -->
80
+ <img
81
+ class="w-100"
82
+ style="width: 1024px"
83
+ src="/GRNsight/assets/images/grnsight2020.png"
84
+ alt="GRNsight 2020"
85
+ />
86
+
87
+ <div class="carousel-caption d-none d-mid-block">
88
+ <p>
89
+ The remote/online GRNsight team at one of our weekly meetings
90
+ on 11 September 2020<!-- 10:43 am -->. <em>Clockwise from top left:</em>
91
+ Ian M. Green, John David N. Dionisio, Kam Dahlquist, Ona O. Igbinedion,
92
+ and Lauren L. Amparo.
93
+ </p>
94
+ </div>
95
+ </div>
96
+ <!-- TODO Full Bootstrap CSS must be activated for this to work.
97
+ <div class="item carousel-item">
98
+ <img
99
+ class="w-100"
100
+ src="/GRNsight/assets/images/LMUSymposium_Group_20150321-2_resized.jpg"
101
+ alt="UGRS 7"
102
+ />
103
+
104
+ <div class="carousel-caption d-none d-mid-block">
105
+ <p>
106
+ The Dahlquist Lab along with the LMU Bioinformatics and
107
+ Biomathematics Groups at the
108
+ <a href="http://academics.lmu.edu/symposium/"
109
+ >7th Annual Loyola Marymount University Undergraduate Research
110
+ Symposium</a
111
+ >
112
+ on 21 March 2015. <em>Back row, left to right:</em> Juan Carrillo,
113
+ Natalie Williams, K. Grace Johnson, Kevin Wyllie, Kevin McGee, Kam
114
+ Dahlquist, Ben Fitzpatrick.
115
+ <em>Front row, left to right:</em> Monica Hong, Nicole Anguiano,
116
+ Anindita Varshneya, Trixie Roque, John David N. Dionisio.
117
+ </p>
118
+ </div>
119
+ </div>
120
+ <div class="item carousel-item">
121
+ <img class="w-100"
122
+ src="/GRNsight/assets/images/Choe-Shin_CMSI402-poster-session_20180430.jpg"
123
+ alt="Eileen Choe and Jen Shin"/>
124
+
125
+ <div class="carousel-caption d-none d-mid-block">
126
+ <p>
127
+ Eileen Choe and Jen Shin
128
+ </p>
129
+ </div>
130
+ </div>
131
+ -->
132
+ </div>
133
+
134
+ <a
135
+ class="left carousel-control carousel-control-prev"
136
+ href="#carouselControls"
137
+ role="button"
138
+ data-slide="prev"
139
+ >
140
+ <span class="glyphicon glyphicon-chevron-left carousel-control-prev-icon" aria-hidden="true"></span>
141
+ <span class="sr-only">Previous</span>
142
+ </a>
143
+ <a
144
+ class="right carousel-control carousel-control-next"
145
+ href="#carouselControls"
146
+ role="button"
147
+ data-slide="next"
148
+ >
149
+ <span class="glyphicon glyphicon-chevron-right carousel-control-next-icon" aria-hidden="true"></span>
150
+ <span class="sr-only">Next</span>
151
+ </a>
152
+ </div>
153
+ </div>
154
+ </div>
155
+
156
+ <div class="people-section">
157
+ <p id="pageTitle">People</p>
80
158
 
81
- <div id="pageContent">
159
+ <div id="pageContent" class="people-columns">
160
+ <section>
82
161
  <h2>Principal Investigators</h2>
83
162
  <p class="name">Kam D. Dahlquist, Ph.D.</p>
84
163
  <p class="personInfo">
85
- <a href="http://myweb.lmu.edu/kdahlqui" target="_blank">http://myweb.lmu.edu/kdahlqui</a> <br>
164
+ <a href="http://kdahlquist.github.io/DahlquistLab/" target="_blank">http://kdahlquist.github.io/DahlquistLab/</a> <br>
86
165
  Department of Biology</p><br>
87
166
  <p class="name">John David N. Dionisio, Ph.D.</p>
88
167
  <p class="personInfo">
89
- <a href="http://myweb.lmu.edu/dondi" target="_blank">http://myweb.lmu.edu/dondi</a> <br>
90
- Department of Electrical Engineering and Computer Science</p> <br>
168
+ <a href="http://dondi.lmu.build/" target="_blank">http://dondi.lmu.build/</a> <br>
169
+ Department of Computer Science</p> <br>
91
170
  <p class="name">Ben G. Fitzpatrick, Ph.D.</p>
92
171
  <p class="personInfo">
93
- <a href="http://myweb.lmu.edu/bfitzpatrick/" target="_blank">http://myweb.lmu.edu/bfitzpatrick</a> <br>
94
172
  Department of Mathematics
95
173
  </p>
96
174
 
97
175
  <h2>Manager of Laboratory Facilities</h2>
98
176
  <p class="name">Masao Kitamura</p>
99
- <p class="personInfo">Department of Electrical Engineering and Computer Science</p>
177
+ <p class="personInfo">Department of Computer Science</p>
178
+ </section>
100
179
 
180
+ <section>
101
181
  <h2>Research Assistants</h2>
102
182
  <p class="name">Current Students</p>
103
- <p class="studentName">Mihir Samdarshi (LMU Biology '19) Fall 2015 - Present</p>
104
- <p class="studentName">Anindita Varshneya (LMU Biology '17), Fall 2014 - Present</p>
183
+ <p class="studentName">Ona O. Igbinedion (LMU Computer Science '22) Spring 2020 - Present</p>
184
+ <p class="studentName">Ian M. Green (LMU Computer Science '22) Fall 2020 - Present</p>
185
+ <p class="studentName">Lauren L. Amparo (LMU Biology '24) Fall 2020 - Present</p>
105
186
  <p class="name">Former Students</p>
106
- <p class="studentName">Nicole Anguiano (LMU Computer Science '16), Spring 2014 - Fall 2015</p>
187
+ <p class="studentName">Alexia M. Filler (LMU Computer Science '20) Spring 2019 - Spring 2020</p>
188
+ <p class="studentName">Kevin B. Patterson (LMU Computer Science '20) Spring 2020 - Spring 2020</p>
189
+ <p class="studentName">Mihir Samdarshi (LMU Biology '19) Fall 2015 - Fall 2019</p>
190
+ <p class="studentName">John L. Lopez (LMU Computer Science '20) Spring 2018 - Spring 2019</p>
191
+ <p class="studentName">Justin Kyle T. Torres (LMU Computer Science '19) Fall 2018</p>
192
+ <p class="studentName">Eileen J. Choe (LMU Computer Science '18) Spring 2017 - Spring 2018</p>
193
+ <p class="studentName">Yeon-Soo (Jen) Shin (LMU Computer Science '19), Fall 2016 - Spring 2018</p>
194
+ <p class="studentName">Edward B. Bachoura (LMU Computer Science '19) Spring 2017 - Fall 2017</p>
195
+ <p class="studentName">Nicole A. Anguiano (LMU Computer Science '16), Spring 2014 - Spring 2017</p>
196
+ <p class="studentName">Anindita Varshneya (LMU Biology '17), Fall 2014 - Spring 2017</p>
107
197
  <p class="studentName">Katrina Sherbina (LMU Biomathematics, '14), Spring 2014</p>
108
- <p class="studentName">Britain Southwick (LMU Computer Science '14), Spring 2014</p>
109
- </div>
110
- </div>
111
-
112
- <div class="pull-right">
113
- <img src="/GRNsight/assets/images/LMUSymposium_Group_20150321-2_resized.jpg"/>
114
- <p>The Dahlquist Lab along with the LMU Bioinformatics and Biomathematics Groups at the <a href="http://academics.lmu.edu/symposium/">7th Annual Loyola Marymount University Undergraduate Research Symposium</a> on 21 March 2015. <em>Back row, left to right:</em> Juan Carrillo, Natalie Williams, K. Grace Johnson, Kevin Wyllie, Kevin McGee, Kam Dahlquist, Ben Fitzpatrick. <em>Front row, left to right:</em> Monica Hong, Nicole Anguiano, Anindita Varshneya, Trixie Roque, John David N. Dionisio.</p>
115
- </div>
198
+ <p class="studentName">Britain J. Southwick (LMU Computer Science '14), Spring 2014</p>
199
+ </section>
200
+ </div>
116
201
  </div>
117
202
 
118
203
  <div id="footer">
@@ -151,7 +236,7 @@
151
236
  </div>
152
237
  </div>
153
238
 
154
- <script>
239
+ <script>
155
240
  (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
156
241
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
157
242
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
@@ -160,10 +245,14 @@
160
245
  ga("create", "UA-54882218-1", "auto");
161
246
  ga("send", "pageview");
162
247
  </script>
163
- <script src="https://code.jquery.com/jquery.js"></script>
164
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
248
+ <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
249
+ <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
250
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
165
251
  <script src="/GRNsight/assets/js/main.js"></script>
166
252
  <script src="/GRNsight/assets/js/ga-report.js"></script>
253
+
254
+
255
+
167
256
 
168
257
 
169
258
  </body>
@@ -3,27 +3,23 @@
3
3
 
4
4
  <head>
5
5
  <title>GRNsight - Beta</title>
6
- <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/bootstrap.min.css">
6
+ <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
7
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
7
8
  <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/main.css">
8
9
  <meta charset="utf-8">
9
- <!-- Begin Jekyll SEO tag v2.0.0 -->
10
+ <!-- Begin Jekyll SEO tag v2.6.1 -->
11
+ <meta name="generator" content="Jekyll v3.9.0" />
10
12
  <meta property="og:title" content="Beta" />
13
+ <meta property="og:locale" content="en_US" />
11
14
  <meta name="description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
12
15
  <meta property="og:description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
13
- <link rel="canonical" href="http://dondi.github.io/GRNsight/privacy.html" />
14
- <meta property="og:url" content="http://dondi.github.io/GRNsight/privacy.html" />
16
+ <link rel="canonical" href="http://localhost:3001/GRNsight/privacy.html" />
17
+ <meta property="og:url" content="http://localhost:3001/GRNsight/privacy.html" />
15
18
  <meta property="og:site_name" content="GRNsight" />
16
19
  <script type="application/ld+json">
17
- {
18
- "@context": "http://schema.org",
19
- "@type": "WebPage",
20
- "headline": "Beta",
21
- "description": "GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks.",
22
- "logo": "http://dondi.github.io/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg",
23
- "url": "http://dondi.github.io/GRNsight/privacy.html"
24
- }
25
- </script>
20
+ {"@type":"WebPage","url":"http://localhost:3001/GRNsight/privacy.html","description":"GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks.","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:3001/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg"}},"headline":"Beta","@context":"https://schema.org"}</script>
26
21
  <!-- End Jekyll SEO tag -->
22
+
27
23
  </head>
28
24
 
29
25
 
@@ -38,7 +34,7 @@
38
34
  </div>
39
35
  <p id="title"><a href="/GRNsight">GRNsight</a></p>
40
36
  <p id="subtext">Web app and service for visualizing models of gene regulatory networks.</p>
41
- <div class="alert alert-success hidden" id="cookie-notice" role="alert">
37
+ <div class="alert alert-success d-none" id="cookie-notice" role="alert">
42
38
  <div>This site uses Google Analytics to count pageviews and file uploads to demonstrate usage of our software to interested parties such as our employers and funding agencies. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies.</div>
43
39
  <button class="cookie-action" data-dismiss="alert" aria-label="Got It">
44
40
  <strong>Got It</strong>
@@ -71,6 +67,7 @@
71
67
  Last modified: 3/9/15
72
68
  </p>
73
69
  </div>
70
+
74
71
  </div>
75
72
 
76
73
  <div id="mainContent">
@@ -121,7 +118,7 @@
121
118
  </div>
122
119
  </div>
123
120
 
124
- <script>
121
+ <script>
125
122
  (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
126
123
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
127
124
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
@@ -130,10 +127,19 @@
130
127
  ga("create", "UA-54882218-1", "auto");
131
128
  ga("send", "pageview");
132
129
  </script>
133
- <script src="https://code.jquery.com/jquery.js"></script>
134
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
130
+ <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
131
+ <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
132
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
135
133
  <script src="/GRNsight/assets/js/main.js"></script>
136
134
  <script src="/GRNsight/assets/js/ga-report.js"></script>
135
+
136
+ <!-- Placeholder for whatever the final iframe management solution will be. -->
137
+
138
+
139
+
140
+ <script src="/GRNsight/assets/js/iframeResizer.min.js"></script>
141
+ <script src="https://grnsight.cs.lmu.edu/beta/client/js/iframe-coordination.js"></script>
142
+
137
143
 
138
144
 
139
145
  </body>
@@ -3,27 +3,23 @@
3
3
 
4
4
  <head>
5
5
  <title>GRNsight - Publications</title>
6
- <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/bootstrap.min.css">
6
+ <link rel="shortcut icon" type="image/x-icon" href="favicon.ico">
7
+ <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
7
8
  <link rel="stylesheet" type="text/css" href="/GRNsight/assets/css/main.css">
8
9
  <meta charset="utf-8">
9
- <!-- Begin Jekyll SEO tag v2.0.0 -->
10
+ <!-- Begin Jekyll SEO tag v2.6.1 -->
11
+ <meta name="generator" content="Jekyll v3.9.0" />
10
12
  <meta property="og:title" content="Publications" />
11
- <meta name="description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
12
- <meta property="og:description" content="GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
13
- <link rel="canonical" href="http://dondi.github.io/GRNsight/publications.html" />
14
- <meta property="og:url" content="http://dondi.github.io/GRNsight/publications.html" />
13
+ <meta property="og:locale" content="en_US" />
14
+ <meta name="description" content="Papers, talks, and posters about GRNsight, a web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
15
+ <meta property="og:description" content="Papers, talks, and posters about GRNsight, a web application and service for visualizing models of small- to medium-scale gene regulatory networks." />
16
+ <link rel="canonical" href="http://localhost:3001/GRNsight/publications.html" />
17
+ <meta property="og:url" content="http://localhost:3001/GRNsight/publications.html" />
15
18
  <meta property="og:site_name" content="GRNsight" />
16
19
  <script type="application/ld+json">
17
- {
18
- "@context": "http://schema.org",
19
- "@type": "WebPage",
20
- "headline": "Publications",
21
- "description": "GRNsight is an open source web application and service for visualizing models of small- to medium-scale gene regulatory networks.",
22
- "logo": "http://dondi.github.io/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg",
23
- "url": "http://dondi.github.io/GRNsight/publications.html"
24
- }
25
- </script>
20
+ {"@type":"WebPage","url":"http://localhost:3001/GRNsight/publications.html","description":"Papers, talks, and posters about GRNsight, a web application and service for visualizing models of small- to medium-scale gene regulatory networks.","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"http://localhost:3001/GRNsight/assets/images/GRNsight_logo_20140710_main_resized.jpg"}},"headline":"Publications","@context":"https://schema.org"}</script>
26
21
  <!-- End Jekyll SEO tag -->
22
+
27
23
  </head>
28
24
 
29
25
 
@@ -38,7 +34,7 @@
38
34
  </div>
39
35
  <p id="title"><a href="/GRNsight">GRNsight</a></p>
40
36
  <p id="subtext">Web app and service for visualizing models of gene regulatory networks.</p>
41
- <div class="alert alert-success hidden" id="cookie-notice" role="alert">
37
+ <div class="alert alert-success d-none" id="cookie-notice" role="alert">
42
38
  <div>This site uses Google Analytics to count pageviews and file uploads to demonstrate usage of our software to interested parties such as our employers and funding agencies. Information about your use of this site is shared with Google. By using this site, you agree to its use of cookies.</div>
43
39
  <button class="cookie-action" data-dismiss="alert" aria-label="Got It">
44
40
  <strong>Got It</strong>
@@ -68,9 +64,10 @@
68
64
 
69
65
  </ul>
70
66
  <p id="modText" class="modNav">
71
- Last modified: 6/7/16
67
+ Last modified: 6/24/18
72
68
  </p>
73
69
  </div>
70
+
74
71
  </div>
75
72
 
76
73
  <div id="mainContent">
@@ -89,16 +86,21 @@
89
86
 
90
87
  <div id="papers" class="panel-collapse collapse in">
91
88
  <div class="panel-body">
89
+
92
90
  <p class="publication">
93
- <b>May 23, 2016</b><br>
94
- Kam D. Dahlquist, John David N. Dionisio, Ben G. Fitzpatrick, Nicole A. Anguiano, Anindita Varshneya, Britain J. Southwick, Mihir Samdarshi. (2016) GRNsight: a web application and service for visualizing models of small- to medium-scale gene regulatory networks. <em>PeerJ Preprints</em> 4:e2068v1 <a href="https://doi.org/10.7287/peerj.preprints.2068v1">https://doi.org/10.7287/peerj.preprints.2068v1</a><br><br>
91
+ <b>September 12, 2016</b><br>
92
+ Kam D. Dahlquist, John David N. Dionisio, Ben G. Fitzpatrick, Nicole A. Anguiano, Anindita Varshneya, Britain J. Southwick, Mihir Samdarshi. (2016) GRNsight: a web application and service for visualizing models of small- to medium-scale gene regulatory networks. <em>PeerJ Computer Science</em> 2:e85 <a href="https://doi.org/10.7717/peerj-cs.85" target="_blank">https://doi.org/10.7717/peerj-cs.85</a><br><br>
95
93
 
96
- <a href="https://peerj.com/preprints/2068v1/">View HTML with embedded PDF</a><br>
97
- <a href="https://peerj.com/preprints/2068v1.pdf">Download PDF (2.4 MB)</a><br><br>
94
+ <a href="https://doi.org/10.7717/peerj-cs.85" target="_blank">View HTML with embedded PDF</a><br>
95
+ <a href="https://peerj.com/articles/cs-85.pdf" target="_blank">Download PDF (2.7 MB)</a><br>
96
+ <a href="https://peerj.com/articles/cs-85/reviews/" target="_blank">See peer review history</a><br><br>
97
+
98
+ <i>Note that preprints of this article were posted in PeerJ Preprints on <a href="https://peerj.com/preprints/2068v1/" target="_blank">May 23</a> and <a href="https://peerj.com/preprints/2068v2/" target="_blank">August 18</a>, 2016.</i><br><br>
98
99
 
99
100
  <b>Abstract</b><br>
100
- GRNsight is a web application and service for visualizing models of gene regulatory networks (GRNs). A gene regulatory network consists of genes, transcription factors, and the regulatory connections between them which govern the level of expression of mRNA and protein from genes. The original motivation to create GRNsight came from our efforts to perform parameter estimation and forward simulation of the dynamics of a differential equations model of a small GRN with 21 nodes and 31 edges. We wanted a quick and easy way to visualize the weight parameters from the model which represent the direction and magnitude of the influence of a transcription factor on its target gene, so we created GRNsight. GRNsight automatically lays out either an unweighted or weighted network graph based on an Excel input spreadsheet containing an adjacency matrix where regulators are named in the columns and target genes in the rows. When a user uploads a spreadsheet with an unweighted adjacency matrix, GRNsight automatically lays out the graph using black lines and pointed arrowheads. When a user uploads a spreadsheet with a weighted adjacency matrix, GRNsight uses pointed and blunt arrowheads, and colors the edges and adjusts their thicknesses based on the sign (positive for activation or negative for repression) and magnitude of the weight parameter. GRNsight is written in JavaScript, with diagrams facilitated by D3.js, a data visualization library. Node.js and the Express framework handle server-side functions. GRNsight’s diagrams are based on D3.js’s force graph layout algorithm, which was then extensively customized to support the specific needs of GRN visualization. Nodes are rectangular and support gene labels of up to 12 characters. The edges are arcs, which become straight lines when the nodes are close together. Self-regulatory edges are indicated by a loop on the lower-right side of a node. When a user mouses over an edge, the numerical value of the weight parameter is displayed. Visualizations can be modified by sliders that adjust D3.js’s force graph layout parameters and through manual node dragging. GRNsight is best-suited for visualizing networks of fewer than 35 nodes and 70 edges, although it accepts networks of up to 75 nodes or 150 edges. Although originally designed for GRNs, GRNsight has general applicability for displaying any small, unweighted or weighted network with directed edges for systems biology or other application domains. GRNsight serves as an example of following and teaching best practices for scientific computing, using an open and test-driven development model with rigorous documentation of requirements and issues on GitHub. An exhaustive unit testing framework using Mocha and the Chai assertion library consists of over 130 automated unit tests that examine over 520 test files to ensure that the program is running as expected. GRNsight is available under the open source BSD license at <a href="http://dondi.github.io/GRNsight/">http://dondi.github.io/GRNsight/</a>.
101
+ GRNsight is a web application and service for visualizing models of gene regulatory networks (GRNs). A gene regulatory network consists of genes, transcription factors, and the regulatory connections between them which govern the level of expression of mRNA and protein from genes. The original motivation came from our efforts to perform parameter estimation and forward simulation of the dynamics of a differential equations model of a small GRN with 21 nodes and 31 edges. We wanted a quick and easy way to visualize the weight parameters from the model which represent the direction and magnitude of the influence of a transcription factor on its target gene, so we created GRNsight. GRNsight automatically lays out either an unweighted or weighted network graph based on an Excel spreadsheet containing an adjacency matrix where regulators are named in the columns and target genes in the rows, a Simple Interaction Format (SIF) text file, or a GraphML XML file. When a user uploads an input file specifying an unweighted network, GRNsight automatically lays out the graph using black lines and pointed arrowheads. For a weighted network, GRNsight uses pointed and blunt arrowheads, and colors the edges and adjusts their thicknesses based on the sign (positive for activation or negative for repression) and magnitude of the weight parameter. GRNsight is written in JavaScript, with diagrams facilitated by D3.js, a data visualization library. Node.js and the Express framework handle server-side functions. GRNsight’s diagrams are based on D3.js’s force graph layout algorithm, which was then extensively customized to support the specific needs of GRNs. Nodes are rectangular and support gene labels of up to 12 characters. The edges are arcs, which become straight lines when the nodes are close together. Self-regulatory edges are indicated by a loop. When a user mouses over an edge, the numerical value of the weight parameter is displayed. Visualizations can be modified by sliders that adjust the force graph layout parameters and through manual node dragging. GRNsight is best-suited for visualizing networks of fewer than 35 nodes and 70 edges, although it accepts networks of up to 75 nodes or 150 edges. GRNsight has general applicability for displaying any small, unweighted or weighted network with directed edges for systems biology or other application domains. GRNsight serves as an example of following and teaching best practices for scientific computing and complying with FAIR Principles, using an open and test-driven development model with rigorous documentation of requirements and issues on GitHub. An exhaustive unit testing framework using Mocha and the Chai assertion library consists of around 160 automated unit tests that examine nearly 530 test files to ensure that the program is running as expected. The GRNsight application (<a href="http://dondi.github.io/GRNsight/">http://dondi.github.io/GRNsight/</a>) and code (<a href="https://github.com/dondi/GRNsight">https://github.com/dondi/GRNsight</a>) are available under the open source BSD license.
101
102
  </p>
103
+
102
104
  </div>
103
105
  </div>
104
106
  </div>
@@ -114,6 +116,32 @@
114
116
 
115
117
  <div id="presentations" class="panel-collapse collapse">
116
118
  <div class="panel-body">
119
+
120
+ <p class="abstract">
121
+ <b>LMU Department of Biology Seminar Series</b><br><br>
122
+ September 16, 2016<br>
123
+ GRNmap and GRNsight: Using the power of genomics, mathematics,and open source visualization software to understand gene regulatory networks in yeast<br>
124
+ <b>Kam D. Dahlquist</b><br><br>
125
+
126
+ </p>
127
+ <br>
128
+
129
+ <p class="abstract">
130
+ <b><a href="https://www.open-bio.org/wiki/BOSC_2016">Bioinformatics Open Source Conference (BOSC) 2016, Orlando, FL</a></b><br><br>
131
+ July 9, 2016<br>
132
+ GRNmap and GRNsight: open source software for dynamical systems modeling and visualization of medium-scale gene regulatory networks<br>
133
+ <b>Kam D. Dahlquist</b>, Ben G. Fitzpatrick, John David N. Dionisio, Nicole A. Anguiano, Juan S. Carrillo, Trixie Anne M. Roque, Anindita Varshneya, Mihir Samdarshi, and Chukwuemeka Azinge<br><br>
134
+
135
+ Abstract: A gene regulatory network (GRN) consists of genes, transcription factors, and the regulatory connections between them that govern the level of expression of mRNA and proteins from those genes. Over a period of several years, our group has developed a MATLAB software package, called GRNmap, that uses ordinary differential equations to model the dynamics of medium-scale GRNs. The program uses a penalized least squares approach (Dahlquist et al. 2015, DOI: 10.1007/s11538-015-0092-6) to estimate production rates, expression thresholds, and regulatory weights for each transcription factor in the network based on gene expression data, and then performs a forward simulation of the dynamics of the network. GRNmap has options for using a sigmoidal or Michaelis-Menten production function. The large number of developers and time span of development led to a code base that was difficult to revise and adjust. We therefore brought the code under version control in a GitHub repository and refactored the script-based software with global variables into a function-based package that uses an object to carry relevant information from function to function. This modular approach allows for cleaner, less ambiguous code and increased maintainability. We standardized the format of the input and output Excel workbooks, making them more readable. We also added an optimization diagnostics output worksheet which includes both the actual and theoretical minimum least squared error overall, and the mean squared errors for the individual genes. The MATLAB compiler was used to create an executable that can be run on any Windows machine without the need of a MATLAB license, increasing the accessibility of our program. Finally, we have implemented test-driven development, creating unit tests for all new features to speed up debugging and to prevent future code regressions. We are improving the test coverage of previous code.<br><br>
136
+ GRNsight is an open source web application for visualizing such models of gene regulatory networks. GRNsight accepts GRNmap- or user-generated spreadsheets containing an adjacency matrix representation of the GRN and automatically lays out the graph of the GRN model. It is written in JavaScript, with diagrams facilitated by D3.js. Node.js and the Express framework handle server-side functions. GRNsight’s diagrams are based on D3.js’s force graph layout algorithm, which was then extensively customized. GRNsight uses pointed and blunt arrowheads, and colors the edges and adjusts their thicknesses based on the sign (activation or repression) and magnitude of the GRNmap weight parameter. Visualizations can be modified through manual node dragging and sliders that adjust the force graph parameters. From the early stages, GRNsight has had a unit testing framework using Mocha and the Chai assertion library to perform test-driven development where unit tests are written before new functionality is coded. This framework consists of over 160 automated unit tests that examine over 450 test files to ensure that the program is running as expected. Error and warning messages inform the user what happened, the source of the problem, and possible solutions. <br><br>
137
+ Together, the life cycle of these two programs illustrate the differences between the cultures of mathematics and computing, the challenges and benefits of bringing an existing code base up to open development standards (GRNmap), and the advantages of starting a project using best practices from the beginning (GRNsight). Our goal is to facilitate reproducible research.<br><br>
138
+ <a href="http://f1000research.com/slides/5-1637">Click here to view the slides on F1000Research.</a><br><br>
139
+
140
+ <iframe src="//www.slideshare.net/GRNsight/slideshelf" width="615px" height="470px" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:none;" allowfullscreen webkitallowfullscreen mozallowfullscreen></iframe>
141
+
142
+ <!--<figcaption><a href="http://www.slideshare.net/GRNsight/dahlquist-bosc-20160709-64224474" target="_blank">Slides</a> from <a href="//www.slideshare.net/GRNsight" target="_blank">GRNsight</a> on SlideShare</figcaption>-->
143
+ </p>
144
+ <br>
117
145
  <p class="abstract">
118
146
  <b><a href="http://experimentalbiology.org/PDFS/2016/EB-2016-Program-Web-FullProgram.aspx">Experimental Biology 2016, San Diego, CA</a></b><br><br>
119
147
  April 4, 2016<br>
@@ -139,7 +167,7 @@
139
167
  </p>
140
168
 
141
169
  <figure class="publication">
142
- <iframe src="http://www.slideshare.net/slideshow/embed_code/44236648" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen></iframe>
170
+ <iframe src="//www.slideshare.net/slideshow/embed_code/44236648" width="425" height="355" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" style="border:1px solid #CCC; border-width:1px; margin-bottom:5px; max-width: 100%;" allowfullscreen></iframe>
143
171
  <figcaption><a href="http://www.slideshare.net/GRNsight/dahlquist-so-calsysbio20140131" title="Dahlquist so calsysbio_20140131" target="_blank">Presentation slides</a> from <a href="//www.slideshare.net/GRNsight" target="_blank">GRNsight</a> on SlideShare</figcaption>
144
172
  </figure>
145
173
 
@@ -151,7 +179,7 @@
151
179
  </p>
152
180
 
153
181
  <figure class="publication">
154
- <iframe src="http://www.slideshare.net/slideshow/embed_code/35811802" width="427" height="356" allowfullscreen></iframe>
182
+ <iframe src="//www.slideshare.net/slideshow/embed_code/35811802" width="427" height="356" allowfullscreen></iframe>
155
183
 
156
184
  <figcaption><a href="https://www.slideshare.net/GRNsight/southwick-britain-grnsightcmsi402presentation20140508" title="Southwick britain gr_nsight_cmsi402-presentation_20140508" target="_blank">Presentation slides</a> from <a href="http://www.slideshare.net/GRNsight" target="_blank">GRNsight</a> on SlideShare</figcaption>
157
185
  </figure>
@@ -167,7 +195,7 @@
167
195
  </p>
168
196
 
169
197
  <figure class="publication">
170
- <iframe src="http://www.slideshare.net/slideshow/embed_code/35811669" width="427" height="356" allowfullscreen></iframe>
198
+ <iframe src="//www.slideshare.net/slideshow/embed_code/35811669" width="427" height="356" allowfullscreen></iframe>
171
199
  <figcaption><a href="https://www.slideshare.net/GRNsight/southwick-anguiano-lmusymposiumpresentation20140329" title="Southwick anguiano lmu-symposium_presentation_20140329" target="_blank">Presentation slides</a> from <a href="http://www.slideshare.net/GRNsight" target="_blank">GRNsight</a> on SlideShare</figcaption>
172
200
  </figure>
173
201
  </div>
@@ -185,6 +213,16 @@
185
213
 
186
214
  <div id="posters" class="panel-collapse collapse">
187
215
  <div class="panel-body">
216
+ <p class="abstract">
217
+ <b><a href="https://www.open-bio.org/wiki/BOSC_2016">Bioinformatics Open Source Conference (BOSC) 2016</a> and <a href="http://www.iscb.org/ismb2016">Intelligent Systems for Molecular Biology (ISMB) 2016</a>, Orlando, FL</a></b><br><br>
218
+ July 8-12, 2016<br>
219
+ GRNmap and GRNsight: open source software for dynamical systems modeling and visualization of medium-scale gene regulatory networks<br>
220
+ <b>Kam D. Dahlquist</b>, Ben G. Fitzpatrick, John David N. Dionisio, Nicole A. Anguiano, Juan S. Carrillo, Tessa A. Morris, Anindita Varshneya, Natalie E. Williams, K. Grace Johnson, Trixie Anne M. Roque, Kristen M. Horstmann, Mihir Samdarshi, Chukwuemeka E. Azinge, Brandon J. Klein, Margaret J. O’Neil1<br><br>
221
+
222
+ Abstract: A gene regulatory network (GRN) consists of genes, transcription factors, and the regulatory connections between them that govern the level of expression of mRNA and proteins from those genes. Our open source MATLAB software package, GRNmap (<a href="http://kdahlquist.github.io/GRNmap/">http://kdahlquist.github.io/GRNmap/</a>), uses ordinary differential equations to model the dynamics of medium-scale GRNs. The program uses a penalized least squares approach (Dahlquist et al. 2015, DOI: 10.1007/s11538-015-0092-6) to estimate production rates, expression thresholds, and regulatory weights for each transcription factor in the network based on gene expression data, and then performs a forward simulation of the dynamics of the network. GRNmap has options for using a sigmoidal or Michaelis-Menten production function. Parameters for a series of related networks, ranging in size from 15 to 35 genes, were optimized against DNA microarray data measuring the transcriptional response to cold shock in budding yeast, Saccharomyces cerevisiae, for the wild type strain and strains deleted for the transcription factors Cin5, Gln3, Hap4, Hmo1, and Zap1, giving biological insights into this process. GRNsight is an open source web application for visualizing such models of gene regulatory networks (<a href="http://dondi.github.io/GRNsight/index.html">http://dondi.github.io/GRNsight/index.html</a>). GRNsight accepts GRNmap- or user-generated Excel spreadsheets containing an adjacency matrix representation of the GRN and automatically lays out the graph. The application colors the edges and adjusts their thicknesses based on the sign (activation or repression) and the strength (magnitude) of the regulatory relationship, respectively. Users can then modify the graph to define the best visual layout for the network. This work was partially supported by NSF award 0921038.<br><br>
223
+ <a href="http://f1000research.com/posters/5-1618">Click here</a> to view the poster on F1000Research. <a href="//www.slideshare.net/GRNsight/dahlquist-etal-boscismb2016poster-64224013" title="Dahlquist et-al bosc-ismb_2016_poster" target="_blank">Click here</a> to view poster from <a href="//www.slideshare.net/GRNsight" target="_blank">GRNsight</a> on SlideShare.<br><br>
224
+
225
+ </p>
188
226
  <p class="abstract">
189
227
  <b><a href="http://experimentalbiology.org/PDFS/2016/EB-2016-Program-Web-FullProgram.aspx">Experimental Biology 2016, San Diego, CA</a></b><br><br>
190
228
  April 4, 2016<br>
@@ -199,7 +237,7 @@
199
237
 
200
238
  <figcaption><a href="//www.slideshare.net/GRNsight/varshneya-samdarshi-lmusymposium2016" title="Varshneya samdarshi lmu_symposium_2016" target="_blank">Poster</a> from <a href="//www.slideshare.net/GRNsight" target="_blank">GRNsight</a> on SlideShare</figcaption>
201
239
  </figure>
202
-
240
+ <br><br>
203
241
  <p class="abstract">
204
242
  <b><a href="http://academics.lmu.edu/media/lmuacademics/undergraduateresearchsymposium/documents/ei8ht_Symposium_Long_Program_16_Secured.pdf">Loyola Marymount University 8<sup>th</sup> Annual Undergraduate Research Symposium</a></b><br><br>
205
243
  March 19, 2016<br>
@@ -225,7 +263,7 @@
225
263
  </p>
226
264
 
227
265
  <figure class="publication">
228
- <iframe src="http://www.slideshare.net/slideshow/embed_code/46240444" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
266
+ <iframe src="//www.slideshare.net/slideshow/embed_code/46240444" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
229
267
 
230
268
  <figcaption><a href="http://www.slideshare.net/GRNsight/anguiano-varshneya-lmusymposium2015" title="Anguiano varshneya lmu_symposium_2015" target="_blank">Poster</a> from <a href="http://www.slideshare.net/GRNsight" target="_blank">GRNsight</a> on SlideShare</figcaption>
231
269
  </figure>
@@ -240,7 +278,7 @@
240
278
  </p>
241
279
 
242
280
  <figure class="publication">
243
- <iframe src="http://www.slideshare.net/slideshow/embed_code/46240444" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
281
+ <iframe src="//www.slideshare.net/slideshow/embed_code/46240444" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
244
282
 
245
283
  <figcaption><a href="http://www.slideshare.net/GRNsight/anguiano-varshneya-lmusymposium2015" title="Anguiano varshneya lmu_symposium_2015" target="_blank">Poster</a> from <a href="http://www.slideshare.net/GRNsight" target="_blank">GRNsight</a> on SlideShare</div>
246
284
  </figure>
@@ -255,7 +293,7 @@
255
293
  </p>
256
294
 
257
295
  <figure class="publication">
258
- <iframe src="http://www.slideshare.net/slideshow/embed_code/42279842" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
296
+ <iframe src="//www.slideshare.net/slideshow/embed_code/42279842" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
259
297
 
260
298
  <figcaption><a href="http://www.slideshare.net/GRNsight/anguiano-varshneya-sccurposter20141122" title="Anguiano varshneya sccur-poster_20141122" target="_blank">Poster</a> from <a href="http://www.slideshare.net/GRNsight" target="_blank">GRNsight</a> on SlideShare</figcaption>
261
299
  </figure>
@@ -270,7 +308,7 @@
270
308
  </p>
271
309
 
272
310
  <figure class="publication">
273
- <iframe src="http://www.slideshare.net/slideshow/embed_code/42279842" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
311
+ <iframe src="//www.slideshare.net/slideshow/embed_code/42279842" width="476" height="400" frameborder="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
274
312
 
275
313
  <figcaption><a href="http://www.slideshare.net/GRNsight/anguiano-varshneya-sccurposter20141122" title="Anguiano varshneya sccur-poster_20141122" target="_blank">Poster</a> from <a href="http://www.slideshare.net/GRNsight" target="_blank">GRNsight</a> on SlideShare</figcaption>
276
314
  </figure>
@@ -316,7 +354,7 @@
316
354
  </div>
317
355
  </div>
318
356
 
319
- <script>
357
+ <script>
320
358
  (function(i,s,o,g,r,a,m){i["GoogleAnalyticsObject"]=r;i[r]=i[r]||function(){
321
359
  (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
322
360
  m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
@@ -325,10 +363,14 @@
325
363
  ga("create", "UA-54882218-1", "auto");
326
364
  ga("send", "pageview");
327
365
  </script>
328
- <script src="https://code.jquery.com/jquery.js"></script>
329
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
366
+ <script src="https://code.jquery.com/jquery-3.5.1.min.js"></script>
367
+ <script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.1/dist/umd/popper.min.js" integrity="sha384-9/reFTGAW83EW2RDu2S0VKaIzap3H66lZH81PoYlFhbGU+6BZp6G7niu735Sk7lN" crossorigin="anonymous"></script>
368
+ <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/js/bootstrap.min.js" integrity="sha384-B4gt1jrGC7Jh4AgTPSdUtOBvfO8shuf57BaghqFfPlYxofvL8/KUEfYiJOMMV+rV" crossorigin="anonymous"></script>
330
369
  <script src="/GRNsight/assets/js/main.js"></script>
331
370
  <script src="/GRNsight/assets/js/ga-report.js"></script>
371
+
372
+
373
+
332
374
 
333
375
 
334
376
  </body>
@@ -0,0 +1 @@
1
+ Sitemap: http://localhost:3001/GRNsight/sitemap.xml