Description Usage Arguments Details Value Author(s)
generateStructureModel
randomly generates the
structure for a pathTiMEx model under given parameters, i.e. the
poset and the pathway assignments are generated, while the
exponential rates of the waiting times to mutations
and of the observation time, the intensities of mutual exclusivity and the
error rate are known.
1 | generateStructureModel(lams, lamobs, mus, epsilon)
|
lams |
vector of exponential rates of the waiting times to mutations, equal in size to the number of genes |
lamobs |
the exponential rate of the observation time (usually fixed to 1) |
mus |
vector of intensities of mutual exclusivity, equal in size to the number of pathways |
epsilon |
the error rate at the level of genes, real number between 0 and 1 |
ldensesInterval |
vector of values from which the density of edges in the poset is uniformly sampled |
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
input vector of exponential rates of the waiting times
to mutation of each gene
lamobs
input exponential rate of the observation time
mus
input vector of mutual exclusivity intensities of 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
structure
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.