Description Usage Arguments Details Value Author(s)
generateRandomModel
generates randomly the structure
and the parameters of a pathTiMEx model, including the exponential rates
of the waiting times to mutations, the intensities of mutual exclusivity
of the pathways, the error rate, the poset and the pathway assignments.
1 2 | generateRandomModel(n, k, lamobs, minLam, maxLam, muInterval, ldensesInterval,
epsilon)
|
n |
number of genes |
k |
number of pathways |
lamobs |
exponential rate of the observation time (usually fixed to 1) |
minLam |
lower limit for simulating the exponential rates of the waiting times to mutations of the genes |
maxLam |
upper limit for simulating the exponential rates of the waiting times to mutations of the genes |
muInterval |
vector of values from which the intensities of mutual exclusivity of the pathways are uniformly sampled |
ldensesInterval |
vector of values from which the density of edges in the poset is uniformly sampled |
epsilon |
the error rate at the level of genes, real number between 0 and 1 |
The exponential rate of the observation time is kept fixed (usually to 1) when generating parameters for the model.
lists of parameters and structure for a pathTiMEx model, as follows:
lams
vector of exponential rates (lambda) of the waiting
times to mutations of the genes
lamobs
the exponential rate of the observation time, usually
fixed to 1
mus
vector of intensities of mutual exclusivity (mu) for
each pathway
ldense
the density of edges in the poset
poset
the poset of the model
assignment
the assignment of genes to pathways
epsilon
the error rate at the level of genes, real number
between 0 and 1
type
way in which the model was simulated, in this case
random
Simona Constantinescu, simona.constantinescu@bsse.ethz.ch
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.