GAMBLR family of packages

GAMBLR.viz is the top-most member of the GAMBLR family of packages that is designed to be used outside of GSC and for users who are not members of Morin Lab. It mostly serves the purpose of providing functions for high-level visualizations of genomic data, including simple somatic mutations, structural variations, copy number alterations, and combinations of these data.

The GAMBLR family includes:

This diagram illustrates in a simplified way the dependency relationship of different packages in the GAMBLR.family:

flowchart LR
  A("GAMBLR.data") --> B("GAMBLR.helpers")
  B --> C("GAMBLR.utils")
  C --> D("GAMBLR.viz")
  D --> E{"Morin Lab member?"}
  E -- YES --> F("GAMBLR.results")
  E -- NO --> A

All dependencies should be installed automatically for you, just like with any other R package. If not, please report the issue in the appropriate GitHub repo.

Back to top