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.
- package/.travis.yml +3 -1
- package/GRNsight - Beta.html +194 -0
- package/Gemfile.lock +259 -0
- package/README.md +2 -2
- package/_gh_pages/about.html +360 -45
- package/_gh_pages/assets/css/footer.css +3 -0
- package/_gh_pages/assets/css/main.css +28 -14
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary-no-targetless-genes_sif.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_estimation_output_binary_sif.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_3-edges-and-footer.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_header-and-3-nodes.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_3-edges-and-footer.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_graphml_output_header-and-3-nodes.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary-no-targetless-genes_sif.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_binary_sif.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated-no-targetless-genes_sif.png +0 -0
- package/_gh_pages/assets/images/21-genes_31-edges_Schade-data_input_concatenated_sif.png +0 -0
- package/_gh_pages/assets/images/Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
- package/_gh_pages/assets/images/Choe_SCCUR_2017.jpg +0 -0
- package/_gh_pages/assets/images/Dahlquist-Choe-Shin_CMSI402-poster-session_20180430.jpg +0 -0
- package/_gh_pages/assets/images/Dionisio-Dahlquist_GRNsight-shades_20170506.jpg +0 -0
- package/_gh_pages/assets/images/Klein_Samdarshi_TriBeta_2018_20180317.jpg +0 -0
- package/_gh_pages/assets/images/Shin_SCCUR_2017.jpg +0 -0
- 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
- 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
- package/_gh_pages/assets/images/gene-pages-0.png +0 -0
- package/_gh_pages/assets/images/gene-pages-1.png +0 -0
- package/_gh_pages/assets/images/gene-pages-2.png +0 -0
- package/_gh_pages/assets/images/gene-pages-3.png +0 -0
- package/_gh_pages/assets/images/grnsight2020.png +0 -0
- package/_gh_pages/assets/images/v3demo2-grid+nodecoloring.png +0 -0
- package/_gh_pages/assets/images/v3demo2-nodecoloring.png +0 -0
- package/_gh_pages/assets/images/v3demo2.png +0 -0
- package/_gh_pages/assets/js/ga-report.js +11 -11
- package/_gh_pages/assets/js/iframeResizer.min.js +9 -0
- package/_gh_pages/assets/js/main.js +43 -43
- package/_gh_pages/beta.html +29 -24
- package/_gh_pages/contact.html +31 -31
- package/_gh_pages/coverage/coverage.json +1 -0
- package/_gh_pages/coverage/coverage.raw.json +1 -0
- package/_gh_pages/coverage/lcov-report/base.css +223 -0
- package/_gh_pages/coverage/lcov-report/block-navigation.js +63 -0
- package/_gh_pages/coverage/lcov-report/controllers/additional-sheet-parser.js.html +330 -0
- package/_gh_pages/coverage/lcov-report/controllers/constants.js.html +243 -0
- package/_gh_pages/coverage/lcov-report/controllers/export-controller.js.html +285 -0
- package/_gh_pages/coverage/lcov-report/controllers/exporters/graphml.js.html +405 -0
- package/_gh_pages/coverage/lcov-report/controllers/exporters/index.html +110 -0
- package/_gh_pages/coverage/lcov-report/controllers/exporters/sif.js.html +150 -0
- package/_gh_pages/coverage/lcov-report/controllers/helpers.js.html +114 -0
- package/_gh_pages/coverage/lcov-report/controllers/import-controller.js.html +233 -0
- package/_gh_pages/coverage/lcov-report/controllers/importers/graphml.js.html +716 -0
- package/_gh_pages/coverage/lcov-report/controllers/importers/index.html +106 -0
- package/_gh_pages/coverage/lcov-report/controllers/importers/sif.js.html +488 -0
- package/_gh_pages/coverage/lcov-report/controllers/index.html +162 -0
- package/_gh_pages/coverage/lcov-report/controllers/semantic-checker.js.html +810 -0
- package/_gh_pages/coverage/lcov-report/controllers/spreadsheet-controller.js.html +1779 -0
- package/_gh_pages/coverage/lcov-report/index.html +136 -0
- package/_gh_pages/coverage/lcov-report/prettify.css +1 -0
- package/_gh_pages/coverage/lcov-report/prettify.js +1 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/additional-sheet-parser.js.html +330 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/constants.js.html +243 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/export-controller.js.html +285 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/exporters/graphml.js.html +405 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/exporters/index.html +110 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/exporters/sif.js.html +150 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/graphml-constants.js.html +585 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/helpers.js.html +114 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/import-controller.js.html +237 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/importers/graphml.js.html +585 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/importers/index.html +110 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/importers/sif.js.html +492 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/index.html +188 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/semantic-checker.js.html +810 -0
- package/_gh_pages/coverage/lcov-report/server/controllers/spreadsheet-controller.js.html +1779 -0
- package/_gh_pages/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/_gh_pages/coverage/lcov-report/sorter.js +158 -0
- package/_gh_pages/coverage/lcov-report/web-client/public/js/grnstate.js.html +225 -0
- package/_gh_pages/coverage/lcov-report/web-client/public/js/index.html +97 -0
- package/_gh_pages/coverage/lcov.info +49 -0
- package/_gh_pages/documentation.html +998 -320
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.aux +47 -0
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bbl +73 -0
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.blg +52 -0
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.log +1056 -0
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.out +7 -0
- package/_gh_pages/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.synctex.gz +0 -0
- package/_gh_pages/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised-Dondi.docx +0 -0
- package/_gh_pages/encryption/server.cert +21 -0
- package/_gh_pages/encryption/server.key +28 -0
- package/_gh_pages/favicon.ico +0 -0
- package/_gh_pages/index.html +45 -22
- package/_gh_pages/links.html +47 -28
- package/_gh_pages/news.html +103 -21
- package/_gh_pages/onlyfooter.html +78 -0
- package/_gh_pages/onlyheader.html +64 -0
- package/_gh_pages/onlysidebar.html +73 -0
- package/_gh_pages/package-lock.json +14048 -0
- package/_gh_pages/people.html +129 -40
- package/_gh_pages/privacy.html +23 -17
- package/_gh_pages/publications.html +75 -33
- package/_gh_pages/robots.txt +1 -0
- package/_gh_pages/sitemap.xml +87 -74
- package/_gh_pages/test-files/import-samples/attributes.graphml +40 -0
- package/_gh_pages/test-files/import-samples/port.graphml +32 -0
- package/_gh_pages/test-files/import-samples/simple.graphml +31 -0
- package/_gh_pages/web-client/public/js/grnsight.min.js +2347 -0
- package/_gh_pages/web-client/public/stylesheets/grnsight.css +443 -0
- package/coverage/coverage.json +1 -1
- package/coverage/lcov.info +1847 -1142
- package/database/README.md +1 -0
- package/database/network-database/README.md +44 -0
- package/database/network-database/schema.sql +24 -0
- package/database/network-database/scripts/filter_genes.py +76 -0
- package/database/network-database/scripts/generate_network.py +199 -0
- package/database/network-database/scripts/generate_sgd_network_from_yeastract_network.py +120 -0
- package/database/network-database/scripts/loader.py +78 -0
- package/package.json +20 -11
- package/server/app.js +7 -2
- package/server/config/config.js +12 -3
- package/server/controllers/additional-sheet-parser.js +292 -55
- package/server/controllers/constants.js +4 -37
- package/server/controllers/custom-workbook-controller.js +66 -0
- package/server/controllers/demo-workbooks.js +5973 -0
- package/server/controllers/export-constants.js +78 -0
- package/server/controllers/export-controller.js +4 -3
- package/server/controllers/exporters/graphml.js +15 -15
- package/server/controllers/exporters/sif.js +7 -7
- package/server/controllers/exporters/xlsx.js +110 -34
- package/server/controllers/expression-database-controller.js +19 -0
- package/server/controllers/expression-sheet-parser.js +170 -0
- package/server/controllers/graphml-constants.js +0 -17
- package/server/controllers/helpers.js +25 -1
- package/server/controllers/import-controller.js +2 -2
- package/server/controllers/importers/graphml.js +17 -20
- package/server/controllers/importers/sif.js +22 -18
- package/server/controllers/network-database-controller.js +18 -0
- package/server/controllers/network-sheet-parser.js +307 -0
- package/server/controllers/semantic-checker.js +30 -162
- package/server/controllers/sif-constants.js +36 -0
- package/server/controllers/spreadsheet-controller.js +277 -425
- package/server/controllers/workbook-constants.js +521 -0
- package/server/dals/expression-dal.js +122 -0
- package/server/dals/network-dal.js +96 -0
- package/test/additional-sheet-parser-tests.js +147 -38
- package/test/api-tests.js +3 -6
- package/test/errors-adjacency-matrix-modifications.js +30 -29
- package/test/errors-graph-tests.js +4 -4
- package/test/errors-sheet-modifications.js +10 -2
- package/test/export-tests.js +187 -60
- package/test/expression-data-import-tests.js +113 -0
- package/test/grnstate-tests.js +8 -2
- package/test/import-graphml-tests.js +59 -40
- package/test/import-sif-tests.js +50 -37
- package/test/test.js +554 -91
- package/test/warnings-adjacency-matrix-modifications.js +8 -7
- package/test-files/additional-sheet-test-files/optimization-diagnostics-default.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-extraneous-data.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-MSE-gene-header.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-MSE-header.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-incorrect-column-headers.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-invalid-MSE-data.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-invalid-value.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-MSE-data.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-column-headers.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-missing-header.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-diagnostics-unknown-parameter.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-parameters-default.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-parameters-incorrect-headers.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-parameters-invalid-optimization-parameter.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-parameters-missing-headers.xlsx +0 -0
- package/test-files/additional-sheet-test-files/optimization-parameters-unknown-parameter.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-extraneous-data.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-incorrect-cell-A1.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-incorrect-column-header.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-invalid-gene-length.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-invalid-gene-type.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-invalid-value.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-missing-column-header.xlsx +0 -0
- package/test-files/additional-sheet-test-files/two-column-sheets-special-character.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/asymmetric-gene-order-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/asymmetric-gene-order-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-column-adjacent-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-column-adjacent-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-column-end-of-sheet-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-column-end-of-sheet-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-data-random-cell-both-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-only-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-only-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-data-random-cell-network-optimized-only-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-row-end-of-sheet-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/extra-row-end-of-sheet-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/incorrect-network-cell-A1.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-column-end-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-column-end-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-data-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-data-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-row-end-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-row-end-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-row-middle-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-row-middle-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-value-bottom-corner-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/missing-value-bottom-corner-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-both-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-net-only-input.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/value-replaced-w-spaces-net-op-only-output.xlsx +0 -0
- package/test-files/adjacency-matrix-modifications/value-replaced/342/200/223w-spaces-net-only-output.xlsx +0 -0
- package/test-files/demo-files/15-genes_28-edges_db5_Dahlquist-data_estimation_output.xlsx +0 -0
- package/test-files/demo-files/15-genes_28-edges_db5_Dahlquist-data_input.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_correct_numbering.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_different_number_of_columns.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_empty_column.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_empty_row.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_erroneous_data.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_extra_gene_name.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_incorrectly_ordered_time_points.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_mismatched_case_gene_names.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_mismatched_gene_names.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_missing_column_header.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_missing_data_error.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_missing_data_ok.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_missing_data_ok_export_exact.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_missing_gene_name.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_name_not_in_optparams.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_name_not_present.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_negative_time_points.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_non_numerical_time_points.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_not_existing.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_wrong_id_label.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_wrong_order_gene_names.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_wrong_sheet_name_case.xlsx +0 -0
- package/test-files/expression-data-test-sheets/expression_sheet_wrong_sheet_name_convention.xlsx +0 -0
- package/test-files/gene-name-modifications/NaN-as-gene-name-input.xlsx +0 -0
- package/test-files/gene-name-modifications/NaN-as-gene-name-output.xlsx +0 -0
- package/test-files/gene-name-modifications/mismatched-case-related-input.xlsx +0 -0
- package/test-files/gene-name-modifications/mismatched-case-related-output.xlsx +0 -0
- package/test-files/gene-name-modifications/mismatched-case-unrelated-input.xlsx +0 -0
- package/test-files/gene-name-modifications/mismatched-case-unrelated-output.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/{80-genes-0-edges.xlsx → 134-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{45-genes-max-edges.xlsx → 44-source-genes-45-target-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{1-gene-0-edges.xlsx → unused-files/1-gene-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{1-gene-1-edges.xlsx → unused-files/1-gene-1-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{10-genes-50-edges.xlsx → unused-files/10-genes-50-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{10-genes-90-edges.xlsx → unused-files/10-genes-90-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{100-genes-0-edges.xlsx → unused-files/100-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{110-genes-0-edges.xlsx → unused-files/110-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{120-genes-0-edges.xlsx → unused-files/120-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{130-genes-0-edges.xlsx → unused-files/130-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{140-genes-0-edges.xlsx → unused-files/140-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{150-genes-10000-edges.xlsx → unused-files/150-genes-10000-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{150-genes-20000-edges.xlsx → unused-files/150-genes-20000-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{150-genes-max-edges.xlsx → unused-files/150-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{160-genes-max-edges.xlsx → unused-files/160-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{20-genes-max-edges.xlsx → unused-files/20-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{25-genes-max-edges.xlsx → unused-files/25-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{30-genes-max-edges.xlsx → unused-files/30-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{34-genes-0-edges.xlsx → unused-files/34-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{34-genes-40-edges.xlsx → unused-files/34-genes-40-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{34-genes-65-edges.xlsx → unused-files/34-genes-65-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{34-genes-90-edges.xlsx → unused-files/34-genes-90-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{5-genes-max-edges.xlsx → unused-files/5-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{51-genes-max-edges.xlsx → unused-files/51-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{52-genes-max-edges.xlsx → unused-files/52-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{55-genes-0-edges.xlsx → unused-files/55-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{55-genes-max-edges.xlsx → unused-files/55-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{65-genes-0-edges.xlsx → unused-files/65-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{7-genes-max-edges.xlsx → unused-files/7-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{70-genes-0-edges.xlsx → unused-files/70-genes-0-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{9-genes-max-edges.xlsx → unused-files/9-genes-max-edges.xlsx} +0 -0
- package/test-files/graph-tests/different-sized-networks/{90-genes-0-edges.xlsx → unused-files/90-genes-0-edges.xlsx} +0 -0
- 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
- package/test-files/node-tests/long-gene-name-no-spaces-first.xlsx +0 -0
- package/test-files/node-tests/long-gene-name-no-spaces-second.xlsx +0 -0
- package/test-files/node-tests/long-gene-name-spaces.xlsx +0 -0
- package/test-files/species-test-data/15-genes_28-edges_db5_Dahlquist-data_input_no-species.xlsx +0 -0
- package/test-files/species-test-data/15-genes_28-edges_db5_Dahlquist-data_input_with-species.xlsx +0 -0
- package/test-files/species-test-data/3-gene_7-edge_elegans.xlsx +0 -0
- package/test-files/species-test-data/3-gene_7-edge_melanogaster.xlsx +0 -0
- package/test-files/species-test-data/3-gene_7-edge_musculus.xlsx +0 -0
- package/test-files/species-test-data/3-gene_7-edge_sapiens.xlsx +0 -0
- package/test-files/species-test-data/kev-fake-data-sapiens-no-exp-data.xlsx +0 -0
- package/test-files/spreadsheet-controller-test-files/sheet-name-capitalized-network-optimized-weights.xlsx +0 -0
- package/test-files/spreadsheet-controller-test-files/sheet-name-capitalized-network.xlsx +0 -0
- package/web-client/app.js +1 -1
- package/web-client/controllers/main.js +1 -1
- package/web-client/public/favicon.ico +0 -0
- package/web-client/public/gene/api.js +76 -14
- package/web-client/public/gene/info.js +19 -8
- package/web-client/public/js/api/grnsight-api.js +124 -0
- package/web-client/public/js/constants.js +90 -17
- package/web-client/public/js/createNetwork.js +195 -0
- package/web-client/public/js/graph-statistics.js +7 -7
- package/web-client/public/js/graph.js +369 -324
- package/web-client/public/js/grnsight.js +2 -2
- package/web-client/public/js/grnsight.min.js +128 -59
- package/web-client/public/js/grnstate.js +54 -30
- package/web-client/public/js/iframe-coordination.js +55 -0
- package/web-client/public/js/setup-handlers.js +358 -18
- package/web-client/public/js/setup-load-and-import-handlers.js +105 -66
- package/web-client/public/js/update-app.js +483 -93
- package/web-client/public/js/upload.js +349 -32
- package/web-client/public/js/warnings.js +13 -51
- package/web-client/public/lib/iframeSizer.contentWindow.min.js +10 -0
- package/web-client/public/stylesheets/grnsight.styl +323 -28
- package/web-client/views/components/demo.pug +10 -0
- package/web-client/views/{graph.jade → graph.pug} +0 -0
- package/web-client/views/{info.jade → info.pug} +1 -5
- package/web-client/views/upload.pug +580 -0
- package/_gh_pages/Gemfile +0 -7
- package/_gh_pages/Gemfile.lock +0 -129
- package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-development-plan.md +0 -71
- package/documents/SDF/CMSI_402/spring_2014/Southwick_CMSI402_Spring2014_software-requirements-specification.md +0 -71
- package/documents/SDF/CMSI_402/spring_2014/use-case-diagram-spring-2014.jpg +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Final_Presentation.pptx +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_402_Presentation_Final_Poster.pdf +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal-presentation.pptx +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_project-proposal.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-development-plan.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Anguiano_CMSI402_Spring2017_software-requirements-specification.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2017/Design Review Presentation.pptx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/0402report.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/0409report.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/402-gantt.png +0 -0
- package/documents/SDF/CMSI_402/spring_2018/402SRS_GRNSightFeedback01.txt +0 -28
- package/documents/SDF/CMSI_402/spring_2018/402_SPD.md +0 -223
- package/documents/SDF/CMSI_402/spring_2018/ChoeShinCMSI402_Final.pptx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/ProjectProposal.md +0 -22
- package/documents/SDF/CMSI_402/spring_2018/SoftwareRequirementsSpecification.md +0 -88
- package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI 402_HW1.pdf +0 -0
- package/documents/SDF/CMSI_402/spring_2018/homework/choe_eileen/Choe_Eileen_CMSI402_HW2.pdf +0 -0
- package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/402hw2.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - 402Hw1.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/homework/shin_jen/Jen - hw3.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport.docx +0 -0
- package/documents/SDF/CMSI_402/spring_2018/writtenStatusReport4 +0 -0
- package/documents/abstracts/Anguiano_Varshneya_Undergraduate-Research-Symposium_2017_abstract.pdf +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/ACM-Reference-Format.bst +0 -3478
- package/documents/abstracts/SIGGRAPH 2017 Abstract/Figure1_zoom100.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.cls +0 -2352
- package/documents/abstracts/SIGGRAPH 2017 Abstract/acmart.ins +0 -29
- package/documents/abstracts/SIGGRAPH 2017 Abstract/always-weights.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/auto.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/networkA.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB-normalized.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/networkB.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/never-weights.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot.jpg +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/screenshot3x2.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/representative-image/withweights3x2.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/screenshot-auto.png +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.bib +0 -85
- package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.pdf +0 -0
- package/documents/abstracts/SIGGRAPH 2017 Abstract/siggraph-abstract-review.tex +0 -235
- package/documents/abstracts/SWE Collegiate Competition 2017.md +0 -9
- package/documents/abstracts/Samdarshi_GRNsight_SoCalSysBio_Abstract_2019.docx +0 -0
- package/documents/abstracts/Varshneya_Samdarshi_Southern-California-Systems-Biology_2017_abstract.docx +0 -0
- package/documents/abstracts/~$mdarshi_SoCalSysBio_Abstract_2019.docx +0 -0
- package/documents/developer_documents/State Diagram.graphml +0 -3525
- package/documents/developer_documents/graphml/State Diagram.graphml +0 -3115
- package/documents/developer_documents/older_versions/GRNsight State Diagram old.png +0 -0
- package/documents/developer_documents/older_versions/GRNsight State Diagram.png +0 -0
- package/documents/developer_documents/testing_script_generator/GRNsightTestingDocument.md +0 -998
- package/documents/developer_documents/testing_script_generator/featureList.json +0 -496
- package/documents/developer_documents/testing_script_generator/testing-script-generator.js +0 -149
- package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_conference-presentations_2016.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_references.rtf +0 -264
- package/documents/manuscripts/peerj-computerscience-2016/GRNsight_PeerJ-CS_manuscript_2016_text-only.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/21-genes_31-edges_Schade-data_for-screenshots.xlsx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.jpg +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.png +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom100.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.jpg +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.png +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure1_zoom145_900pix-wide.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.jpg +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.png +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom100.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.jpg +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.png +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure2_zoom145_900pix-wide.psd +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5A.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5B.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5C.eps +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5D.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5E.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5F.eps +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/other-versions/Figure5_compiled.png +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure3_GRNsight-Architecture.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure4_GRNsight-Screenshot.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/figures/submitted-versions/Figure5_compiled.pdf +12 -5383
- package/documents/manuscripts/peerj-computerscience-2016/peerj-reviewing-10823-v0.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_conference-presentations_2016_revised.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter-and-response_2016.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_cover-letter_2016.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_Table1.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_references_revised.rtf +0 -385
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_manuscript_2016_text-only_revised_marked.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.docx +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/GRNsight_PeerJ-CS_response-to-reviewers_2016.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure3_GRNsight-Architecture.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot-auto.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/figures/Figure4_GRNsight-Screenshot.pdf +0 -0
- package/documents/manuscripts/peerj-computerscience-2016/revisions/peerj-reviewing-10823-v1.pdf +0 -0
- package/documents/posters/Anguiano_CMSI402_2017.pptx +0 -0
- package/documents/posters/Anguiano_Varshneya_LMU-Symposium_2015.pptx +0 -0
- package/documents/posters/Anguiano_Varshneya_SCCUR_2014.pptx +0 -0
- package/documents/posters/Choe_Shin_CMSI402_2018.pptx +0 -0
- package/documents/posters/Dahlquist-et-al_BOSC_ISMB_2016_poster.pptx +0 -0
- package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pdf +0 -0
- package/documents/posters/Lopez_Filler_LMU_Symposium_2019.pptx +0 -0
- package/documents/posters/Samdarshi-et-al_LMU-Symposium_2017.pptx +0 -0
- package/documents/posters/Samdarshi-et-al_LMU-Symposium_2018.pptx +0 -0
- package/documents/posters/Samdarshi-et-al_SoCalSysBio_2019.pptx +0 -0
- package/documents/posters/Shin-et-al_SCCUR_2017.pptx +0 -0
- package/documents/posters/Southwick_CMSI402_2014.pptx +0 -0
- package/documents/posters/Varshneya_Samdarshi_LMU-Symposium_2016.pptx +0 -0
- package/documents/posters/Varshneya_Samdarshi_SoCalSysBio_2017.pptx +0 -0
- package/documents/presentations/Anguiano_402_Final_Presentation.pptx +0 -0
- package/documents/presentations/Choe_SWERapidFire2017_final.pptx +0 -0
- package/documents/presentations/Dahlquist_BOSC_20160709.pptx +0 -0
- package/documents/presentations/Dahlquist_ExperimentalBiology_20160404_talk.pptx +0 -0
- package/documents/presentations/Dahlquist_SoCalSysBio_20150131_talk.pptx +0 -0
- package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pdf +0 -0
- package/documents/presentations/Samdarshi_LMU-Symposium_20190323_talk.pptx +0 -0
- package/documents/presentations/Southwick_Anguiano_LMU-Symposium_20140329_talk.pptx +0 -0
- package/documents/presentations/Southwick_CMSI402_Presentation_20140508_talk.pptx +0 -0
- package/documents/presentations/Varshneya_Anguiano_LMU-Symposium_201703_talk.pptx +0 -0
- package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_2019_Final.docx +0 -0
- package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_AnnotatedBibliography.docx +0 -0
- package/documents/reports/Samdarshi_Mihir_2019/Samdarshi_Mihir_2019_Outline.docx +0 -0
- package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Draft.docx +0 -0
- package/documents/reports/Samdarshi_Mihir_2019/~$mdarshi_2019_Final_Paper_Draft.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201701-AnnotatedBibliography.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Introduction.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201702-Outline.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-Discussion.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201703-MMResults.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Draft-1.docx +0 -0
- package/documents/reports/Varshneya_Anu_2017/Varshneya-201704-Final.docx +0 -0
- package/onlysidebar.html +0 -8
- package/test/graph-library-tests.js +0 -165
- package/test-files/demo-files/21-genes_50-edges_Dahlquist-data_estimation_output.xlsx +0 -0
- package/test-files/demo-files/21-genes_50-edges_Dahlquist-data_input.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/10-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/12-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/35-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/40-genes-0-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/40-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/42-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/50-genes-max-edges.xlsx +0 -0
- package/test-files/graph-tests/different-sized-networks/75-genes-150-edges.xlsx +0 -0
- package/web-client/public/js/container.js +0 -121
- package/web-client/views/upload.jade +0 -464
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
%
|
|
2
|
-
% Doctrip file for acmart
|
|
3
|
-
% This file is in public domain
|
|
4
|
-
% $Id: acmart.ins,v 1.1 2015/11/23 22:42:55 boris Exp $
|
|
5
|
-
%
|
|
6
|
-
\def\batchfile{acmart.ins}
|
|
7
|
-
\input docstrip
|
|
8
|
-
\keepsilent
|
|
9
|
-
\showprogress
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
\askforoverwritefalse
|
|
13
|
-
|
|
14
|
-
\generate{%
|
|
15
|
-
\file{acmart.cls}{\from{acmart.dtx}{class}}}
|
|
16
|
-
|
|
17
|
-
\obeyspaces
|
|
18
|
-
\Msg{*****************************************************}%
|
|
19
|
-
\Msg{* Congratulations! You successfully generated the *}%
|
|
20
|
-
\Msg{* acmart package. *}%
|
|
21
|
-
\Msg{* *}%
|
|
22
|
-
\Msg{* Please move the file acmart.cls to where LaTeX *}%
|
|
23
|
-
\Msg{* files are stored in your system. The manual is *}%
|
|
24
|
-
\Msg{* acmart.pdf. *}%
|
|
25
|
-
\Msg{* *}%
|
|
26
|
-
\Msg{* The package is released under LPPL *}%
|
|
27
|
-
\Msg{* *}%
|
|
28
|
-
\Msg{* Happy TeXing! *}%
|
|
29
|
-
\Msg{*****************************************************}%
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
@article{doi:10.1186/s13742-015-0077-2,
|
|
2
|
-
author = {Pavlopoulos, Georgios A and Malliarakis, Dimitris and Papanikolaou, Nikolas and Theodosiou, Theodosis and Enright, Anton J and Iliopoulos, Ioannis},
|
|
3
|
-
title = {Visualizing genome and systems biology: technologies, tools, implementation techniques and trends, past, present and future},
|
|
4
|
-
journal = {GigaScience},
|
|
5
|
-
volume = {4},
|
|
6
|
-
number = {1},
|
|
7
|
-
pages = {1},
|
|
8
|
-
year = {2015},
|
|
9
|
-
doi = {10.1186/s13742-015-0077-2},
|
|
10
|
-
URL = { + http://dx.doi.org/10.1186/s13742-015-0077-2}
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@article{d3,
|
|
14
|
-
author={Bostock, Michael and Ogievetsky, Vadim and Heer, Jeffrey},
|
|
15
|
-
journal={IEEE Transactions on Visualization and Computer Graphics},
|
|
16
|
-
title={D3; Data-Driven Documents},
|
|
17
|
-
year={2011},
|
|
18
|
-
volume={17},
|
|
19
|
-
number={12},
|
|
20
|
-
pages={2301-2309},
|
|
21
|
-
doi={10.1109/TVCG.2011.185},
|
|
22
|
-
ISSN={1077-2626},
|
|
23
|
-
month={Dec}
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
@book{norman2013design,
|
|
27
|
-
title={The design of everyday things: Revised and expanded edition},
|
|
28
|
-
author={Norman, Donald A},
|
|
29
|
-
year={2013},
|
|
30
|
-
publisher={Basic books}
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@book{shneiderman2010designing,
|
|
34
|
-
title={Designing the user interface: strategies for effective human-computer interaction},
|
|
35
|
-
author={Shneiderman, Ben},
|
|
36
|
-
year={2010},
|
|
37
|
-
publisher={Pearson Education India}
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
@book{nielsen1994usability,
|
|
41
|
-
title={Usability engineering},
|
|
42
|
-
author={Nielsen, Jakob},
|
|
43
|
-
year={1994},
|
|
44
|
-
publisher={Elsevier}
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
@article{Schade01122004,
|
|
48
|
-
author = {Schade, Babette and Jansen, Gregor and Whiteway, Malcolm and Entian, Karl D and Thomas, David Y},
|
|
49
|
-
title = {Cold Adaptation in Budding Yeast},
|
|
50
|
-
volume = {15},
|
|
51
|
-
number = {12},
|
|
52
|
-
pages = {5492-5502},
|
|
53
|
-
year = {2004},
|
|
54
|
-
doi = {10.1091/mbc.E04-03-0167},
|
|
55
|
-
abstract ={We have determined the transcriptional response of the budding yeast Saccharomyces cerevisiae to cold. Yeast cells were exposed to 10°C for different lengths of time, and DNA microarrays were used to characterize the changes in transcript abundance. Two distinct groups of transcriptionally modulated genes were identified and defined as the early cold response and the late cold response. A detailed comparison of the cold response with various environmental stress responses revealed a substantial overlap between environmental stress response genes and late cold response genes. In addition, the accumulation of the carbohydrate reserves trehalose and glycogen is induced during late cold response. These observations suggest that the environmental stress response (ESR) occurs during the late cold response. The transcriptional activators Msn2p and Msn4p are involved in the induction of genes common to many stress responses, and we show that they mediate the stress response pattern observed during the late cold response. In contrast, classical markers of the ESR were absent during the early cold response, and the transcriptional response of the early cold response genes was Msn2p/Msn4p independent. This implies that the cold-specific early response is mediated by a different and as yet uncharacterized regulatory mechanism.},
|
|
56
|
-
URL = {http://www.molbiolcell.org/content/15/12/5492.abstract},
|
|
57
|
-
journal = {Molecular Biology of the Cell}
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
@book{Tufte:1986:VDQ:33404,
|
|
61
|
-
author = {Tufte, Edward R},
|
|
62
|
-
title = {The Visual Display of Quantitative Information},
|
|
63
|
-
year = {1986},
|
|
64
|
-
isbn = {0-9613921-0-X},
|
|
65
|
-
publisher = {Graphics Press},
|
|
66
|
-
address = {Cheshire, CT, USA},
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
@book{card1999readings,
|
|
70
|
-
title={Readings in information visualization: using vision to think},
|
|
71
|
-
author={Card, Stuart K and Mackinlay, Jock D and Shneiderman, Ben},
|
|
72
|
-
year={1999},
|
|
73
|
-
publisher={Morgan Kaufmann}
|
|
74
|
-
}
|
|
75
|
-
|
|
76
|
-
@article{peerj,
|
|
77
|
-
author = {Dahlquist, Kam D and Dionisio, John David N and Fitzpatrick, Ben G and Anguiano, Nicole A and Varshneya, Anindita and Southwick, Britain J and Samdarshi, Mihir},
|
|
78
|
-
title = {GRNsight: a web application and service for visualizing models of small- to medium-scale gene regulatory networks},
|
|
79
|
-
volume = {2},
|
|
80
|
-
pages = {e85},
|
|
81
|
-
year = {2016},
|
|
82
|
-
doi = {10.7717/peerj-cs.85},
|
|
83
|
-
url = {https://peerj.com/articles/cs-85/},
|
|
84
|
-
journal = {PeerJ Computer Science}
|
|
85
|
-
}
|
|
Binary file
|
|
@@ -1,235 +0,0 @@
|
|
|
1
|
-
\documentclass[sigconf,review]{acmart}
|
|
2
|
-
|
|
3
|
-
\usepackage{booktabs} % For formal tables
|
|
4
|
-
\usepackage{subfigure}
|
|
5
|
-
\usepackage{url}
|
|
6
|
-
|
|
7
|
-
% Copyright
|
|
8
|
-
\setcopyright{none}
|
|
9
|
-
%\setcopyright{acmcopyright}
|
|
10
|
-
%\setcopyright{acmlicensed}
|
|
11
|
-
%\setcopyright{rightsretained}
|
|
12
|
-
%\setcopyright{usgov}
|
|
13
|
-
%\setcopyright{usgovmixed}
|
|
14
|
-
%\setcopyright{cagov}
|
|
15
|
-
%\setcopyright{cagovmixed}
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
% DOI
|
|
19
|
-
\acmDOI{10.475/123_4}
|
|
20
|
-
|
|
21
|
-
% ISBN
|
|
22
|
-
\acmISBN{123-4567-24-567/17/06}
|
|
23
|
-
|
|
24
|
-
%Conference
|
|
25
|
-
\acmConference[SIGGRAPH 2017 Posters]{SIGGRAPH 2017 Posters}{August 2017}{Los Angeles, CA, USA}
|
|
26
|
-
\acmYear{2017}
|
|
27
|
-
\copyrightyear{2017}
|
|
28
|
-
\acmPrice{15.00}
|
|
29
|
-
|
|
30
|
-
% use the "authoryear" citation style.
|
|
31
|
-
\citestyle{acmauthoryear}
|
|
32
|
-
\setcitestyle{square}
|
|
33
|
-
|
|
34
|
-
\begin{document}
|
|
35
|
-
\title{GRNsight v2: a web application and service for visualizing models of small- to
|
|
36
|
-
medium-scale gene regulatory networks}
|
|
37
|
-
|
|
38
|
-
\author{Eileen J. Choe}
|
|
39
|
-
\orcid{0002-8116-9224}
|
|
40
|
-
\affiliation{
|
|
41
|
-
\institution{Loyola Marymount University}
|
|
42
|
-
% \department{Department of Electrical Engineering \& Computer Science}
|
|
43
|
-
\streetaddress{1 LMU Drive}
|
|
44
|
-
\city{Los Angeles}
|
|
45
|
-
\state{California}
|
|
46
|
-
\postcode{90045}
|
|
47
|
-
}
|
|
48
|
-
\email{echoe@lion.lmu.edu}
|
|
49
|
-
|
|
50
|
-
\author{Nicole A. Anguiano}
|
|
51
|
-
\affiliation{
|
|
52
|
-
\institution{Loyola Marymount University}
|
|
53
|
-
% \department{Department of Electrical Engineering \& Computer Science}
|
|
54
|
-
\streetaddress{1 LMU Drive}
|
|
55
|
-
\city{Los Angeles}
|
|
56
|
-
\state{California}
|
|
57
|
-
\postcode{90045}
|
|
58
|
-
}
|
|
59
|
-
\email{nicole.ang94@gmail.com}
|
|
60
|
-
|
|
61
|
-
\author{Anindita Varshneya}
|
|
62
|
-
\affiliation{
|
|
63
|
-
\institution{Loyola Marymount University}
|
|
64
|
-
% \department{Department of Biology}
|
|
65
|
-
\streetaddress{1 LMU Drive}
|
|
66
|
-
\city{Los Angeles}
|
|
67
|
-
\state{California}
|
|
68
|
-
\postcode{90045}
|
|
69
|
-
}
|
|
70
|
-
\email{anu.varshneya@gmail.com}
|
|
71
|
-
|
|
72
|
-
\author{Mihir Samdarshi}
|
|
73
|
-
\affiliation{
|
|
74
|
-
\institution{Loyola Marymount University}
|
|
75
|
-
% \department{Department of Biology}
|
|
76
|
-
\streetaddress{1 LMU Drive}
|
|
77
|
-
\city{Los Angeles}
|
|
78
|
-
\state{California}
|
|
79
|
-
\postcode{90045}
|
|
80
|
-
}
|
|
81
|
-
\email{msamdars@lion.lmu.edu}
|
|
82
|
-
|
|
83
|
-
\author{Yeon-Soo Shin}
|
|
84
|
-
\affiliation{
|
|
85
|
-
\institution{Loyola Marymount University}
|
|
86
|
-
% \department{Department of Electrical Engineering \& Computer Science}
|
|
87
|
-
\streetaddress{1 LMU Drive}
|
|
88
|
-
\city{Los Angeles}
|
|
89
|
-
\state{California}
|
|
90
|
-
\postcode{90045}
|
|
91
|
-
}
|
|
92
|
-
\email{yshin4@lion.lmu.edu}
|
|
93
|
-
|
|
94
|
-
\author{Edward B. Bachoura}
|
|
95
|
-
\affiliation{
|
|
96
|
-
\institution{Loyola Marymount University}
|
|
97
|
-
% \department{Department of Electrical Engineering \& Computer Science}
|
|
98
|
-
\streetaddress{1 LMU Drive}
|
|
99
|
-
\city{Los Angeles}
|
|
100
|
-
\state{California}
|
|
101
|
-
\postcode{90045}
|
|
102
|
-
}
|
|
103
|
-
\email{ebachour@lion.lmu.edu}
|
|
104
|
-
|
|
105
|
-
\author{John David N. Dionisio}
|
|
106
|
-
\affiliation{
|
|
107
|
-
\institution{Loyola Marymount University}
|
|
108
|
-
% \department{Department of Electrical Engineering \& Computer Science}
|
|
109
|
-
\streetaddress{1 LMU Drive}
|
|
110
|
-
\city{Los Angeles}
|
|
111
|
-
\state{California}
|
|
112
|
-
\postcode{90045}
|
|
113
|
-
}
|
|
114
|
-
\email{dondi@lmu.edu}
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
\author{Kam D. Dahlquist}
|
|
118
|
-
\affiliation{
|
|
119
|
-
\institution{Loyola Marymount University}
|
|
120
|
-
% \department{Department of Biology}
|
|
121
|
-
\streetaddress{1 LMU Drive}
|
|
122
|
-
\city{Los Angeles}
|
|
123
|
-
\state{California}
|
|
124
|
-
\postcode{90045}
|
|
125
|
-
}
|
|
126
|
-
\email{kdahlquist@lmu.edu}
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
% The default list of authors is too long for headers}
|
|
130
|
-
\renewcommand{\shortauthors}{E. Choe et. al.}
|
|
131
|
-
|
|
132
|
-
\begin{abstract}
|
|
133
|
-
|
|
134
|
-
We present new features in v2 of GRNsight, a web application and service for interactive visualization of small- to medium-scale gene regulatory networks (GRNs) \cite{peerj}. A GRN consists of genes, transcription factors, and the regulatory connections between them which govern the level of expression of mRNA and protein from genes. GRNsight produces weighted or unweighted network graphs from 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. GRNsight represents genes as nodes and regulatory connections as directed edges with colors, end markers, and thicknesses corresponding to the sign and magnitude of activation or repression of the target gene. For GRNsight v2, the user was given greater control over the network visualization's bounding box and viewport size, as well as the way edges and their weights are displayed. GRNsight is best-suited for visualizing networks of fewer than 35 nodes and 70 edges, and has general applicability for displaying any small, unweighted or weighted network with directed edges for systems biology or other application domains. The GRNsight application (\url{http://dondi.github.io/GRNsight/}) and code (\url{https://github.com/dondi/GRNsight}) are available under the open source BSD license.
|
|
135
|
-
|
|
136
|
-
\end{abstract}
|
|
137
|
-
|
|
138
|
-
%
|
|
139
|
-
% The code below should be generated by the tool at
|
|
140
|
-
% http://dl.acm.org/ccs.cfm
|
|
141
|
-
% Please copy and paste the code instead of the example below.
|
|
142
|
-
%
|
|
143
|
-
\begin{CCSXML}
|
|
144
|
-
<ccs2012>
|
|
145
|
-
<concept>
|
|
146
|
-
<concept_id>10003120.10003145.10003147.10010364</concept_id>
|
|
147
|
-
<concept_desc>Human-centered computing~Scientific visualization</concept_desc>
|
|
148
|
-
<concept_significance>500</concept_significance>
|
|
149
|
-
</concept>
|
|
150
|
-
<concept>
|
|
151
|
-
<concept_id>10003120.10003145.10003151.10011771</concept_id>
|
|
152
|
-
<concept_desc>Human-centered computing~Visualization toolkits</concept_desc>
|
|
153
|
-
<concept_significance>500</concept_significance>
|
|
154
|
-
</concept>
|
|
155
|
-
</ccs2012>
|
|
156
|
-
\end{CCSXML}
|
|
157
|
-
|
|
158
|
-
\ccsdesc[500]{Human-centered computing~Scientific visualization}
|
|
159
|
-
\ccsdesc[500]{Human-centered computing~Visualization toolkits}
|
|
160
|
-
|
|
161
|
-
% We no longer use \terms command
|
|
162
|
-
%\terms{Theory}
|
|
163
|
-
|
|
164
|
-
\keywords{Scientific Visualization, Software Engineering, Bioinformatics}
|
|
165
|
-
|
|
166
|
-
\begin{teaserfigure}
|
|
167
|
-
\centering
|
|
168
|
-
\subfigure[Screenshot of GRNsight]
|
|
169
|
-
{
|
|
170
|
-
\includegraphics[height=1.5in]{screenshot-auto.png}
|
|
171
|
-
\label{fig:full-screenshot}
|
|
172
|
-
}
|
|
173
|
-
\subfigure[Weighted graph after manual manipulation.]
|
|
174
|
-
{
|
|
175
|
-
\includegraphics[height=1.5in]{never-weights.png}
|
|
176
|
-
\label{fig:no-weights}
|
|
177
|
-
}
|
|
178
|
-
\subfigure[Weighted graph with edge weights displayed.]
|
|
179
|
-
{
|
|
180
|
-
\includegraphics[height=1.5in]{always-weights.png}
|
|
181
|
-
\label{fig:with-weights}
|
|
182
|
-
}
|
|
183
|
-
\caption{GRNsight v2's automatic graph layout of a 21-gene, 31-edge demo file within an adaptive bounding box (a) allows the gene regulatory network graph to fully relax. Zooming and scrolling options allow the user to see the entire graph when it extends beyond the viewport; (b) the user can manipulate the display of the graph through manual node dragging, and can either hide (b), or show (c) all the weight values, which display on the edges.
|
|
184
|
-
}
|
|
185
|
-
\label{fig:screenshots}
|
|
186
|
-
\end{teaserfigure}
|
|
187
|
-
|
|
188
|
-
\maketitle
|
|
189
|
-
|
|
190
|
-
\section{Graph Customizations for GRNs}
|
|
191
|
-
|
|
192
|
-
GRNsight is a web application and service for the interactive visualization of small- to medium-scale gene regulatory networks (GRNs), optimized for use by novice and experienced biologists alike to quickly and easily view unweighted and weighted network graphs \cite{peerj}. Graph visualization in GRNsight is facilitated by the Data-Driven Documents JavaScript library \cite{d3}. D3.js provides data mapping and layout routines, which we heavily customized to produce a graph as a Scalable Vector Graphics (SVG) drawing from the gene object JSON representation provided by the GRNsight web API. Genes are mapped onto labeled rectangles, and directed edges are mapped into Bezier curves. The resulting graph is interactive, initially using D3.js's force graph layout algorithm to automatically determine the positions of the gene rectangles, but also allowing the user to manually manipulate the graph by node dragging. Since the release of GRNsight v1, feedback from peer review and the related GRNmap software modeling team (\url{http://kdahlquist.github.io/GRNmap/}) have motivated the following improvements in GRNsight v2.
|
|
193
|
-
|
|
194
|
-
\subsection{Separation of Viewport from Graph Bounding Box}
|
|
195
|
-
The default behavior of D3.js's force graph layout algorithm is to give the graph an \emph{a priori} bounding box, which was initially set to fit to a single viewport size. However, the fixed size did not allow for graphs above a relatively small number of nodes to fully come to rest. Nodes would instead bump up against the edge of the bounding box. Thus, we revised the algorithm to provide an option for an adaptive bounding box that could expand beyond the viewport. This allows the graph to expand as far as required for it to converge to a steady state, allowing the force graph parameters to be fully applied. Because of this change, the ability for the user to zoom and scroll the graph within the viewport was also added. The option to utilize the default behavior of a bounding box fixed to the viewport was also retained.
|
|
196
|
-
|
|
197
|
-
There are three size options for the viewport: small, medium and large. Initially upon loading GRNsight, the best of these preset viewport sizes is chosen using the current size of the browser window. The viewport (and bounding box, if fixed to viewport) can also be custom-fit to the maximize the available space in the browser, beyond these three presets. These settings can be changed at any time.
|
|
198
|
-
|
|
199
|
-
\subsection{Edge Weight Value Display Options}
|
|
200
|
-
In GRNsight v1, edge weight values were only displayed upon mouse-over of the edge, one value at a time, making it difficult to compare weight values between two edges. In GRNsight v2, the option now exists for users to always show or always hide weights, as well as the default option of viewing weight values only upon mouse-over (Figure~\ref{fig:screenshots}). Edge Options are selected in the sidebar menu, and under the Format dropdown in the menu bar.
|
|
201
|
-
|
|
202
|
-
\subsection{Graph Normalization}
|
|
203
|
-
|
|
204
|
-
To allow for the comparison of weighted network graphs, GRNsight v2 adds the option to customize the normalization factor applied to edge thicknesses. By default, GRNsight detects the maximum and minimum edge weight values of a network, and normalizes the data to fit within 12 distinct preset edge thicknesses corresponding to the strength of the regulatory relationship. This ensures that the edges of a weighted graph are visually distinguishable regardless of the absolute values of the weights. However, with this model, a graph with weights in the range \(-1\) to \(1\) could appear the same as a graph with weights in the range \(-10\) to \(10\). By adding the option for user-specified minimum and maximum values, the edge thicknesses can be normalized to consistent values, so the user can compare different graphs on the same scale.
|
|
205
|
-
|
|
206
|
-
\begin{figure}[h]
|
|
207
|
-
\centering
|
|
208
|
-
\subfigure[Network A]
|
|
209
|
-
{
|
|
210
|
-
\includegraphics[height=.5in]{networkA.png}
|
|
211
|
-
\label{fig:networkA}
|
|
212
|
-
}
|
|
213
|
-
\subfigure[Network B without Normalization]
|
|
214
|
-
{
|
|
215
|
-
\includegraphics[height=.5in]{networkB.png}
|
|
216
|
-
\label{fig:networkB}
|
|
217
|
-
}
|
|
218
|
-
\subfigure[Network B with Normalization]
|
|
219
|
-
{
|
|
220
|
-
\includegraphics[height=.5in]{networkB-normalized.png}
|
|
221
|
-
\label{fig:networkB-normalized}
|
|
222
|
-
}
|
|
223
|
-
\caption{GRNsight automatically detects the minimum and maximum weights in (a) and (b) to normalize and set edge thicknesses. By overriding the maximum and minimum values of Network B and setting them to \(-3, 3\) in (c), Network B is now normalized to match the scale of Network A.}
|
|
224
|
-
\label{fig:network-screenshots}
|
|
225
|
-
\end{figure}
|
|
226
|
-
|
|
227
|
-
\section{Conclusion and Future Work}
|
|
228
|
-
We have successfully built upon GRNsight in v2 to expand its visualization and layout capabilities, giving the user more control over the visual display of the network graph. GRNsight's visualization and automatic layout of unweighted and weighted network graphs enables the interpretation of weight parameters more easily than one could from an adjacency matrix alone.
|
|
229
|
-
|
|
230
|
-
GRNsight is in active development, closely interacting with the GRNmap modeling group. We plan to add features to compute and display graph statistics, such as betweenness centrality, and provide different graph layout options, such as a hierarchical or block layout, as well as explore the effectiveness of alternate visualization paradigms for biologist users who are seeking visual insight into GRNs.
|
|
231
|
-
|
|
232
|
-
\bibliographystyle{ACM-Reference-Format}
|
|
233
|
-
\bibliography{siggraph-abstract-review}
|
|
234
|
-
|
|
235
|
-
\end{document}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
Abstract (500 words)
|
|
2
|
-
|
|
3
|
-
**GRNsight v2: a web application for visualizing models of small gene regulatory networks**
|
|
4
|
-
|
|
5
|
-
Authors - Eileen J. Choe, Nicole A. Anguiano, Anindita Varshneya, Mihir Samdarshi, Yeon-Soo Shin, Edward B. Bachoura, John David N. Dionisio, and Kam D. Dahlquist
|
|
6
|
-
|
|
7
|
-
In systems biology, an effective network visualization of gene regulatory networks (GRNs) allows users to derive insights from the data that model these networks. A GRN consists of genes, transcription factors, and the regulatory connections between them which govern the level of expression of mRNA and protein from genes. Although many software applications exist for network visualization, most require installation of stand-alone software, have a complex feature set that novice users find difficult to learn, or are specialized for large networks. To address this, we have developed GRNsight, a web application and service that fills a niche for visualizing small- to medium-scale GRNs in a way that is simple and intuitive to use, and adds value to the interpretation of GRN modeling results. GRNsight automatically lays out weighted or unweighted network graphs from an Excel workbook containing an adjacency matrix, a Simple Interaction Format (SIF) text file, or a GraphML (XML) file. GRNsight represents genes as nodes and regulatory connections as directed edges with colors, end markers, and thicknesses corresponding to weight values that represent the sign and magnitude of activation or repression of the target gene. GRNsight is written in JavaScript, and builds upon the D3.js visualization library to generate a force-directed graph that responds to changes in force graph parameter sliders. Manual node dragging can be used to refine the visualization. Since the release of GRNsight v1, feedback from peer review and the related GRNmap software modeling team has motivated improvements and new features. In GRNsight v2, the graph bounding box is separated from the viewport and is allowed to expand as far as required for the graph to converge to a steady-state, allowing the force graph parameters to be fully applied. Because of this change, the ability for the user to zoom and scroll the graph within the viewport was added. The option to restrict the graph to the viewport was also retained. New analysis features include the ability to always or never show edge weight values, the ability to customize the edge thickness normalization factor, and set the threshold for coloring the edges gray. These features facilitate comparison of multiple graphs so that the thicknesses of the edges will be on the same scale and allows the user to gauge the importance of particular regulatory relationships by "graying out" weak connections. Based on feedback from initial usability testing by the GRNmap modeling group and undergraduates in the Biomathematical Modeling course at Loyola Marymount University, GRNsight's visualization features enable the interpretation of weight values more easily than one could from the numerical data alone. GRNsight follows open and test-driven development software engineering best practices, with an exhaustive testing framework consisting of over 230 unit tests for quality control. Future plans include providing different graph layout options, computing and displaying graph statistics, and coloring the nodes to represent each gene's expression over time. The GRNsight application http://dondi.github.io/GRNsight/ and code https://github.com/dondi/GRNsight are available under the open source BSD license.
|
|
8
|
-
|
|
9
|
-
(490 words)
|
|
Binary file
|
|
Binary file
|
|
Binary file
|