Description Usage Arguments Details Value Author(s)
generateFixedModel
generates a pathTiMEx model
for given structure (poset and pathway assignment) and parameters
1 | generateFixedModel(lams, lamobs, mus, listEdges, assignment, epsilon)
|
lams |
the exponential rates of the waiting times to mutations |
lamobs |
the exponential rate of the observation time (usually fixed to 1) |
mus |
the intensities of mutual exclusivity |
listEdges |
list of pairs [i,j] such that the element [i,j] in the poset equals 1 |
assignment |
vector of assignments of genes to pathways |
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
input vector of exponential rates of the waiting times
to mutation of each gene
mus
input vector of mutual exclusivity intensities of each
pathway
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
fixed
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.