Description Usage Arguments Value Examples
Uses a normal distribution (N(mu,sigma)) to estimate how many reads are expected per bin under nullModel, and calculates the log likelihood under a negative binomial model.
1 | getNBGaussianLikelihood(x, mu, k, sigma = 1, nullModel, libFract)
|
x |
a vector of guide counts per bin |
mu |
the mean for the normal expression distribution |
k |
the vector of total counts per bin |
sigma |
for the normal expression distribution (defaults to 1) |
nullModel |
the bin bounds for the null model (for no change in expression) |
libFract |
the fraction of the unsorted library this guide comprises (e.g. from unsorted cells, or sequencing the vector) |
the log likelihood
1 | #usually not used directly
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.