pmf_betabinomMix.Rd
pmf_betabinomMix
calculates the probability of observing given population-level RNAseq data (i.e. both reference- and variant counts of one or more samples)
assuming a beta-binomial mixture model with parameter values as determined by the input. More specifically, the formula used is (using maelstRom's dBetaBinom
function):
pr * dBetaBinom(ref_counts, ref_counts + var_counts, pi = 1 - SE, theta = theta_hom, LOG = FALSE) +
pv * dBetaBinom(var_counts, ref_counts + var_counts, pi = 1 - SE, theta = theta_hom, LOG = FALSE) +
prv * dBetaBinom(ref_counts, ref_counts + var_counts, pi = probshift, theta = theta_het, LOG = FALSE)
pmf_betabinomMix(
ref_counts,
var_counts,
probshift,
SE,
pr,
pv,
prv,
theta_hom,
theta_het
)
Number or Numeric vector Reference count(s).
Number or Numeric vector. Variant count(s).
Number. The reference allele fraction in heterozygotes, indicating allelic bias when deviating from 0.5
Number. Sequencing error rate.
Number. Reference homozygote genotype probability of the locus.
Number. Variant homozygote genotype probability of the locus.
Number. Heterozygote genotype probability of the locus.
Number. The dispersion parameter of the homozygous peaks.
Number. The dispersion parameter of the heterozygous peak.
Probability of observing ref_counts
and var_counts