Skip to content

Releases: gavinmdouglas/POMS

POMS v1.0.1

19 Dec 18:22

Choose a tag to compare

Minor changes to fix notes/warnings when submitting to CRAN.

Now approved and hosted there: https://cran.r-project.org/web/packages/POMS/

POMS v1.0.0

09 Dec 01:12

Choose a tag to compare

Official release following POMS publication.

Includes minor changes to meet CRAN submission requirements.

POMS v0.3.1

09 Jul 13:18

Choose a tag to compare

  • Fix calculation for specificity that failed under some circumstances

  • Also optional POMS mode where nodes with similar underlying tips are dereplicated

POMS v0.3.0

04 Jul 13:55
4784cdc

Choose a tag to compare

Added code and unit tests for basic phylogenetic regression and prevalence/specificity metrics implemented using phylogenize-based code.

POMS v0.2.0

02 May 19:48
a50315f

Choose a tag to compare

  • No longer add pseudocount before computing Fisher's exact tests, which does affect the FSN results a bit, but which is fairer. This was done previously as a crude way to ensure that odds-ratios would always be finite, but that's no longer necessary.

  • Now allow significance direction of manually specified BSNs as an input argument. Means that working with continuous data is now much easier.

  • Cleaned up function used for prepping tree prior to plotting an output example with ggtree.

  • Re-organized output of POMS_pipeline (e.g., object names are simplified and more information is provided by default without having to specify detailed_output)

  • Added unit tests

  • Added in documentation for exported functions

  • Simplified terminology and made sure it was consistent through-out (especially in terms of BSNs and FSNs)

  • Removed unused functions

  • Minor clean-ups to code, mainly to make it easier to read

POMS v0.1.0 (alpha)

29 Apr 14:03

Choose a tag to compare

First alpha release used for draft manuscript results