Description Usage Format References See Also Examples
Set of possible priors used in the ARTIVAsubnet function for the
number of changepoints (resp. incoming edges) according to a given number
of maximum changepoints maxCP (resp. incoming Edges maxPred)
when parameters (alphaCP, betaCP for the CPs or
alphaEdges, betaEdges for the edges) in function
ARTIVAsubnet are set to default (alpha=1, beta=0.5).
In the ARTIVAsubnet procedure, the number of CPs
(respectively the number of incoming edges) is sampled from a
truncated Poisson with mean lambda, where lambda is drawn from an
Inverse Gamma distribution (alpha, beta), see Lebre et al. (2010) for
more details.
1 |
A matrix of 96 rows by 44 columns (kmax, alpha, beta and the probability for k=0 to 40 according to the chosen values of kmax, alpha and beta).
Statistical inference of the time-varying structure of gene-regulation networks S. Lebre, J. Becq, F. Devaux, M. P. H. Stumpf, G. Lelandais, BMC Systems Biology, 2010, 4:130.
choosePriors,ARTIVAsubnet, ARTIVAnet
1 2 3 4 | # See some prior probability density when the maximal number of
# CPs/parents is equal to 5
data(priors)
choosePriors(kmax=5,priors)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.