Usage Arguments Value Examples
1 | make_normalmix(Ngenes, pi0, beta_args = list(betapi, betamu, betasd))
|
Ngenes |
Total number of genes (null + non-null in the data). |
pi0 |
Proportion of null genes.Default = "random", which selects a random number between 0 and 1 from a uniform distribution. |
pi |
K-component probability vector. K = number of components in the mixture prior. |
mu |
Length-K mean vector of the mixture components. |
sd |
Length-K standard error vector of the mixture components. |
null Binary vector of length Ngenes. 1 = null, 0 = no null.
scalar value pi0 proportion of null
1 2 | betas <- make_normalmix(100, pi = .5,
beta_args = args.big_normal())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.