Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Summary and visualization requests #10

Merged
merged 5 commits into from
Aug 8, 2024
Merged

Summary and visualization requests #10

merged 5 commits into from
Aug 8, 2024

Conversation

btmonier
Copy link
Member

@btmonier btmonier commented Aug 8, 2024

  • Added new parameters to plogtGvcf():
    • mData and mVar
    • allows user to override default sample color option with categorical data
  • Added new generic, numberOfHaplotypes():
    • returns the number of unique haplotypes found within each reference range or
      the total value found within a PHGDataSet object
  • Added getters to PHGDataSet objects:
    • numberOfChromosomes()
    • numberOfSamples()
    • numberOfRefRanges()
  • Changed functions and variables containing taxa to samples
    • e.g., numberOfTaxa() is now numberOfSamples()
  • Format tweaks to HaplotypeGraph objects' show() method
  • Added new function plotHaploCount():
    • Plots unique haplotype counts for all or given reference ranges
  • Added new function plotHaploDist():
    • Plots unique haplotype distribution for entire PHGDataSet object
  • Added relevant sections to documentation

@btmonier btmonier added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 8, 2024
@btmonier btmonier self-assigned this Aug 8, 2024
Copy link

@lynnjo lynnjo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice updates to rPHG2

@btmonier btmonier merged commit 10b1470 into main Aug 8, 2024
4 checks passed
@btmonier btmonier deleted the metric-updates branch August 8, 2024 17:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants