Zoom to gene api added without examples#38
Open
federiva wants to merge 52 commits into
Open
Conversation
…ode (#14) * feat: single track R functions added * feat: add simple single track example * fix: allow custom attributes in default_track_styles * fix: add library in example * fix: add to example * feat: multi track plots * fix: remove unwanted functions * fix: allow atomic charater or numerical values * fix: pass atomic constants in example * doc: add help for add_single_track() * feat: shiny reactivity * featL add navbarpage to examples * fix: reduce redundant code * fix: Update multiTrackApp with shiny reactive plots * fix: refactor shiny example * fix: reduce code redundancy * feat: css in example app * feat: add wrapper for gosling plots * Complete multitrack plot in example * doc: add documentation * fix: track3 data transform js error * Updating renv (#13) * fix: Updating renv * fix: Added missing dependencies for example * fix: reset zoom needs ids so added to gosling() function * fix: remove static code from server.R and add shiny.fluent to library calls * feat: gosling shiny components based in shiny.react * doc: add roxygen skeleton to functions * doc: devtools::document() * fix: delete single track example; no longer needed * feat: zoom to in single track example * doc: add documentation in roxygen format Co-authored-by: Federico Rivadeneira <federivadeneira@gmail.com>
* feat: single track R functions added * feat: add simple single track example * fix: allow custom attributes in default_track_styles * fix: add library in example * fix: add to example * feat: multi track plots * fix: remove unwanted functions * fix: allow atomic charater or numerical values * fix: pass atomic constants in example * doc: add help for add_single_track() * feat: shiny reactivity * featL add navbarpage to examples * fix: reduce redundant code * fix: Update multiTrackApp with shiny reactive plots * fix: refactor shiny example * fix: reduce code redundancy * feat: css in example app * feat: add wrapper for gosling plots * Complete multitrack plot in example * doc: add documentation * fix: track3 data transform js error * Updating renv (#13) * fix: Updating renv * fix: Added missing dependencies for example * fix: reset zoom needs ids so added to gosling() function * fix: remove static code from server.R and add shiny.fluent to library calls * feat: gosling shiny components based in shiny.react * doc: add roxygen skeleton to functions * doc: devtools::document() * fix: delete single track example; no longer needed * feat: zoom to in single track example * doc: add documentation in roxygen format * fix: set webpack mode to dev AND remove buggy line of code customGosling.js * fix: change pixi to version 6.3.0 according to https://github.com/gosling-lang/gosling.js/blob/master/package.json * fix: higlass version 1.11.8 * fix: gosling.js version 0.9.25 Co-authored-by: Federico Rivadeneira <federivadeneira@gmail.com>
* feat: single track R functions added * feat: add simple single track example * fix: allow custom attributes in default_track_styles * fix: add library in example * fix: add to example * feat: multi track plots * fix: remove unwanted functions * fix: allow atomic charater or numerical values * fix: pass atomic constants in example * doc: add help for add_single_track() * feat: shiny reactivity * featL add navbarpage to examples * fix: reduce redundant code * fix: Update multiTrackApp with shiny reactive plots * fix: refactor shiny example * fix: reduce code redundancy * feat: css in example app * feat: add wrapper for gosling plots * Complete multitrack plot in example * doc: add documentation * fix: track3 data transform js error * Updating renv (#13) * fix: Updating renv * fix: Added missing dependencies for example * fix: reset zoom needs ids so added to gosling() function * fix: remove static code from server.R and add shiny.fluent to library calls * feat: gosling shiny components based in shiny.react * doc: add roxygen skeleton to functions * doc: devtools::document() * fix: delete single track example; no longer needed * feat: zoom to in single track example * doc: add documentation in roxygen format * fix: set webpack mode to dev AND remove buggy line of code customGosling.js * fix: change pixi to version 6.3.0 according to https://github.com/gosling-lang/gosling.js/blob/master/package.json * fix: higlass version 1.11.8 * fix: gosling.js version 0.9.25 * feat: export png feature added * fix: remove browser * chore: Adding shinybusy as suggested package * chore: reverting build * chore: fix yarn Co-authored-by: Federico Rivadeneira <federivadeneira@gmail.com>
* feat: single track R functions added * feat: add simple single track example * fix: allow custom attributes in default_track_styles * fix: add library in example * fix: add to example * feat: multi track plots * fix: remove unwanted functions * fix: allow atomic charater or numerical values * fix: pass atomic constants in example * doc: add help for add_single_track() * feat: shiny reactivity * featL add navbarpage to examples * fix: reduce redundant code * fix: Update multiTrackApp with shiny reactive plots * fix: refactor shiny example * fix: reduce code redundancy * feat: css in example app * feat: add wrapper for gosling plots * Complete multitrack plot in example * doc: add documentation * fix: track3 data transform js error * Updating renv (#13) * fix: Updating renv * fix: Added missing dependencies for example * fix: reset zoom needs ids so added to gosling() function * fix: remove static code from server.R and add shiny.fluent to library calls * feat: gosling shiny components based in shiny.react * doc: add roxygen skeleton to functions * doc: devtools::document() * fix: delete single track example; no longer needed * feat: zoom to in single track example * doc: add documentation in roxygen format * fix: set webpack mode to dev AND remove buggy line of code customGosling.js * fix: change pixi to version 6.3.0 according to https://github.com/gosling-lang/gosling.js/blob/master/package.json * fix: higlass version 1.11.8 * fix: gosling.js version 0.9.25 * feat: export png feature added * fix: remove browser * feat: export pdf api added * feat: add export pdf api Co-authored-by: Federico Rivadeneira <federivadeneira@gmail.com>
* feat: single track R functions added * feat: add simple single track example * fix: allow custom attributes in default_track_styles * fix: add library in example * fix: add to example * feat: multi track plots * fix: remove unwanted functions * fix: allow atomic charater or numerical values * fix: pass atomic constants in example * doc: add help for add_single_track() * feat: shiny reactivity * featL add navbarpage to examples * fix: reduce redundant code * fix: Update multiTrackApp with shiny reactive plots * fix: refactor shiny example * fix: reduce code redundancy * feat: css in example app * feat: add wrapper for gosling plots * Complete multitrack plot in example * doc: add documentation * fix: track3 data transform js error * Updating renv (#13) * fix: Updating renv * fix: Added missing dependencies for example * fix: reset zoom needs ids so added to gosling() function * fix: remove static code from server.R and add shiny.fluent to library calls * feat: gosling shiny components based in shiny.react * doc: add roxygen skeleton to functions * doc: devtools::document() * fix: delete single track example; no longer needed * feat: zoom to in single track example * doc: add documentation in roxygen format * fix: set webpack mode to dev AND remove buggy line of code customGosling.js * fix: change pixi to version 6.3.0 according to https://github.com/gosling-lang/gosling.js/blob/master/package.json * fix: higlass version 1.11.8 * fix: gosling.js version 0.9.25 * feat: export png feature added * fix: remove browser * feat: export pdf api added * feat: add export pdf api * fix: remove redundant gosling.js files. Remove shinybusy from examples. * doc: add descriptions to params * doc: add descriptions to params for visual channels * doc: add docs to style props * doc: remove empty examples from dicumentations * doc: fix documentations * doc: add author and maintainer * fix: add js/node_modules to gitignore * doc: fix Bioc package checks * fix: Unmerged file Co-authored-by: Federico Rivadeneira <federivadeneira@gmail.com>
* feat: single track R functions added * feat: add simple single track example * fix: allow custom attributes in default_track_styles * fix: add library in example * fix: add to example * feat: multi track plots * fix: remove unwanted functions * fix: allow atomic charater or numerical values * fix: pass atomic constants in example * doc: add help for add_single_track() * feat: shiny reactivity * featL add navbarpage to examples * fix: reduce redundant code * fix: Update multiTrackApp with shiny reactive plots * fix: refactor shiny example * fix: reduce code redundancy * feat: css in example app * feat: add wrapper for gosling plots * Complete multitrack plot in example * doc: add documentation * fix: track3 data transform js error * Updating renv (#13) * fix: Updating renv * fix: Added missing dependencies for example * fix: reset zoom needs ids so added to gosling() function * fix: remove static code from server.R and add shiny.fluent to library calls * feat: gosling shiny components based in shiny.react * doc: add roxygen skeleton to functions * doc: devtools::document() * fix: delete single track example; no longer needed * feat: zoom to in single track example * doc: add documentation in roxygen format * fix: set webpack mode to dev AND remove buggy line of code customGosling.js * fix: change pixi to version 6.3.0 according to https://github.com/gosling-lang/gosling.js/blob/master/package.json * fix: higlass version 1.11.8 * fix: gosling.js version 0.9.25 * feat: export png feature added * fix: remove browser * feat: export pdf api added * feat: add export pdf api * fix: remove redundant gosling.js files. Remove shinybusy from examples. * doc: add descriptions to params * doc: add descriptions to params for visual channels * doc: add docs to style props * doc: remove empty examples from dicumentations * doc: fix documentations * doc: add author and maintainer * fix: add js/node_modules to gitignore * doc: fix Bioc package checks * feat: add brush use case to examples Co-authored-by: Federico Rivadeneira <federivadeneira@gmail.com>
* feat: single track R functions added * feat: add simple single track example * fix: allow custom attributes in default_track_styles * fix: add library in example * fix: add to example * feat: multi track plots * fix: remove unwanted functions * fix: allow atomic charater or numerical values * fix: pass atomic constants in example * doc: add help for add_single_track() * feat: shiny reactivity * featL add navbarpage to examples * fix: reduce redundant code * fix: Update multiTrackApp with shiny reactive plots * fix: refactor shiny example * fix: reduce code redundancy * feat: css in example app * feat: add wrapper for gosling plots * Complete multitrack plot in example * doc: add documentation * fix: track3 data transform js error * Updating renv (#13) * fix: Updating renv * fix: Added missing dependencies for example * fix: reset zoom needs ids so added to gosling() function * fix: remove static code from server.R and add shiny.fluent to library calls * feat: gosling shiny components based in shiny.react * doc: add roxygen skeleton to functions * doc: devtools::document() * fix: delete single track example; no longer needed * feat: zoom to in single track example * doc: add documentation in roxygen format * fix: set webpack mode to dev AND remove buggy line of code customGosling.js * fix: change pixi to version 6.3.0 according to https://github.com/gosling-lang/gosling.js/blob/master/package.json * fix: higlass version 1.11.8 * fix: gosling.js version 0.9.25 * feat: export png feature added * fix: remove browser * feat: export pdf api added * feat: add export pdf api * fix: remove redundant gosling.js files. Remove shinybusy from examples. * doc: add descriptions to params * doc: add descriptions to params for visual channels * doc: add docs to style props * doc: remove empty examples from dicumentations * doc: fix documentations * doc: add author and maintainer * fix: add js/node_modules to gitignore * doc: fix Bioc package checks * feat: add brush use case to examples * fix: remove old examples Co-authored-by: Federico Rivadeneira <federivadeneira@gmail.com>
* feat: single track R functions added * feat: add simple single track example * fix: allow custom attributes in default_track_styles * fix: add library in example * fix: add to example * feat: multi track plots * fix: remove unwanted functions * fix: allow atomic charater or numerical values * fix: pass atomic constants in example * doc: add help for add_single_track() * feat: shiny reactivity * featL add navbarpage to examples * fix: reduce redundant code * fix: Update multiTrackApp with shiny reactive plots * fix: refactor shiny example * fix: reduce code redundancy * feat: css in example app * feat: add wrapper for gosling plots * Complete multitrack plot in example * doc: add documentation * fix: track3 data transform js error * Updating renv (#13) * fix: Updating renv * fix: Added missing dependencies for example * fix: reset zoom needs ids so added to gosling() function * fix: remove static code from server.R and add shiny.fluent to library calls * feat: gosling shiny components based in shiny.react * doc: add roxygen skeleton to functions * doc: devtools::document() * fix: delete single track example; no longer needed * feat: zoom to in single track example * doc: add documentation in roxygen format * fix: set webpack mode to dev AND remove buggy line of code customGosling.js * fix: change pixi to version 6.3.0 according to https://github.com/gosling-lang/gosling.js/blob/master/package.json * fix: higlass version 1.11.8 * fix: gosling.js version 0.9.25 * feat: export png feature added * fix: remove browser * feat: export pdf api added * feat: add export pdf api * fix: remove redundant gosling.js files. Remove shinybusy from examples. * doc: add descriptions to params * doc: add descriptions to params for visual channels * doc: add docs to style props * doc: remove empty examples from dicumentations * doc: fix documentations * doc: add author and maintainer * fix: add js/node_modules to gitignore * doc: fix Bioc package checks * feat: add brush use case to examples * fix: remove old examples * fix: use plain if else instead of if_else due to this problem: https://stackoverflow.com/c/appsilon/questions/334 * fix: add bollean variable to convert views to list * Anirban.sars cov2 example (#37) * feat: add sars cov2 example * feat: zoom out feature in sars cov2 example * fix: change title of example apps * feat: add placeholder hex sticker * fix: R CMD check issues * doc: update man pages Co-authored-by: Federico Rivadeneira <federivadeneira@gmail.com>
…nto anirban.more-apis
anirbanshaw24
changed the base branch from
fede.16-zoom-to
to
anirban.more-apis
November 14, 2022 05:50
anirbanshaw24
changed the base branch from
anirban.more-apis
to
fede.16-zoom-to
November 14, 2022 05:50
Adds zoomToGene api support to the package
Contributor
Author
|
We are blocked in this one Anirban, should we close it? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Using this WIP PR as base
Issue #
Changes description
Clearly and concisely describe what's in this pull request. Include screenshots, if necessary.