Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@btmonier btmonier released this 11 Oct 13:55
· 13 commits to master since this release
21ff612
  • Unified workflow for both local and server instances
  • Added new class, PHGServerCon
    • New object for connecting to remote public PHG servers using BrAPI
      endpoints
  • Added new class, PHGLocalCon
    • New object for connecting to local SQLite or PostgreSQL database
      instances
  • Added new class, HaplotypeGraph
    • Wrapper for PHG API Java graph object
  • Prior objects now use method dispatch for singular set of methods to return
    relevant PHG data:
    • PHGMethod()
    • showPHGMethods()
    • readSamples()
    • readRefRanges()
    • readHaplotypeIds()
    • readPHGDataSet()
  • Updated summary methods:
    • numHaploPerRefRange()
    • calcMutualInfo()
    • plotGraph()
    • plotMutualInfo()