View source: R/negative_binomial_check.R
counts2pvalue | R Documentation |
This function calculates p-values for each gene given counts, estimated NB size, and estimated NB mean
counts2pvalue(counts, size, mu)
counts |
a vector of gene expression values (in counts) |
size |
an estimated size parameter of the NB distributions for the gene |
mu |
a vector of estimated mu parameter of the NB distributions for different samples of the gene |
a p-value based on estimated NB size and mean
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.