BeviMed 5.1
- New function, subset_variants, which retains only
variants with data bearing upon pathogenicity.
- Return posterior mean of omegaeven when not explicitly
sampled insummary.BeviMed_m.
BeviMed 5.0
- bevimed_polytomousfunction added which enables
application of BeviMed across multiple association models.
- BeviMedobjects now more general, representing results
of inference with respect to the baseline model- gamma = 0and an arbitrary number of alternative association models - typically,
one for each mode of inheritance. The- $moislot has been
replaced with- $models.
- prob_pathogenicnow returns a list when broken down by
mode of inheritance/model.
BeviMed 4.3
- Make BeviMed work smoothly when number of individuals or number of
variants is 0.
- Retain names of variants from columns of original allele count
matrix.
- Improvements to guide, with more detail on model selection.
BeviMed 4.2
- Fixed bug in calculation of expected number of explaining variants
by only including those with pathogenic configurations.
BeviMed 4.0
- Previous bevimedfunction now replaced bybevimed_m, with the_mindicating that it
conditions on mode of inheritance.
- bevimednow integrates over indicator of association
(gamma) and mode of inheritance (m), allowing user to specify priors on
probability of association and probability of dominance.
- The BeviMedclass object has been replaced byBeviMed_m, and a newBeviMedclass has been
introduced for inference with respect to all models: gamma 0 and gamma 1
under each mode of inheritance.
- A new vignette with more detail called BeviMed Guidewhich relates the package to the paper.
- Names used for summary statistics in summary objects have changed,
see function help pages for details on current names.
- printing a- BeviMedobject now shows
conditional probabilities of pathogenicity for each mode of inheritance,
and expected explained cases and expected explaining variants shown
too.
- Bug fixed in adaptive tuning for omega and phi proposals.
BeviMed 3.0
- Re-naming of parameters in bevimedfunction to match
the names of variables in the paper (under submission).
- The allele count matrix Gshould now be supplied as a
matrix with rows corresponding to individuals, not variants.
- expected_explainedand- explaining_variantsfunctions have been added, respectively computing the expected number of
cases with their disease explained by the given variants, and expected
number of pathogenic variants present amongst cases.